Color spaces of #f05271
RGB | 240 | 82 | 113 |
---|---|---|---|
HSL | 0.97 | 0.84 | 0.63 |
HSV | 348° | 66° | 94° |
CMYK | 0.00 | 0.66 | 0.53 0.06 |
XYZ | 41.9331 | 25.7521 | 18.3833 |
Yxy | 25.7521 | 0.4872 | 0.2992 |
Hunter Lab | 50.7465 | 58.6925 | 14.0443 |
CIE-Lab | 57.8010 | 62.5280 | 16.7035 |
#f05271 color RGB value is (240,82,113).
#f05271 hex color red value is 240, green value is 82 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f05271 hue: 0.97 , saturation: 0.84 and the lightness value of f05271 is 0.63.
The process color (four color CMYK) of #f05271 color hex is 0.00, 0.66, 0.53, 0.06. Web safe color of #f05271 is #ff6666. Color #f05271 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 01010010 | 01110001 |
Octal | 360 | 122 | 161 |
Decimal | 240 | 82 | 113 |
Hex | F0 | 52 | 71 |
Shades of #f05271
Tints of #f05271
RGB Percentages of Color #f05271
CMYK Percentages of Color #f05271
Complementary Color
#f05271 | #52f0d1 |
#f05271 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f05271 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f05271 Color CSS Codes
.mybgcolor {background-color:#f05271; } .myforecolor {color:#f05271; } .mybordercolor {border:3px solid #f05271; }
#f05271 Text Font Color
<p style="color:#f05271">Text here</p>
This sample text font color is #f05271
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#f05271 Background Color
<div style="background-color:#f05271">
Div content here</div>
This div background color is #f05271
#f05271 Border Color
<div style="border:3px solid #f05271">
Div here</div>
This div border color is #f05271
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,82,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f05271; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f05271; -webkit-box-shadow: 1px 1px 3px 2px #f05271; box-shadow: 1px 1px 3px 2px #f05271; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,82,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f05271">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f05271; -webkit-box-shadow: 1px 1px 3px 2px #f05271; box-shadow: 1px 1px 3px 2px #f05271;">
Div content here</div>
This div box has shadow with color #f05271
Comments
No comments written yet.
Please login to write comment.