Color spaces of #f9059a
RGB | 249 | 5 | 154 |
---|---|---|---|
HSL | 0.90 | 0.96 | 0.50 |
HSV | 323° | 98° | 98° |
CMYK | 0.00 | 0.98 | 0.38 0.02 |
XYZ | 44.9539 | 22.5814 | 32.5612 |
Yxy | 22.5814 | 0.4491 | 0.2256 |
Hunter Lab | 47.5199 | 85.7015 | -7.3623 |
CIE-Lab | 54.6385 | 85.0884 | -11.9542 |
#f9059a color RGB value is (249,5,154).
#f9059a hex color red value is 249, green value is 5 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f9059a hue: 0.90 , saturation: 0.96 and the lightness value of f9059a is 0.50.
The process color (four color CMYK) of #f9059a color hex is 0.00, 0.98, 0.38, 0.02. Web safe color of #f9059a is #ff0099. Color #f9059a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00000101 | 10011010 |
Octal | 371 | 5 | 232 |
Decimal | 249 | 5 | 154 |
Hex | F9 | 5 | 9A |
Shades of #f9059a
Tints of #f9059a
RGB Percentages of Color #f9059a
CMYK Percentages of Color #f9059a
Complementary Color
#f9059a | #05f964 |
#f9059a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9059a Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9059a Color CSS Codes
.mybgcolor {background-color:#f9059a; } .myforecolor {color:#f9059a; } .mybordercolor {border:3px solid #f9059a; }
#f9059a Text Font Color
<p style="color:#f9059a">Text here</p>
This sample text font color is #f9059a
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.
#f9059a Background Color
<div style="background-color:#f9059a">
Div content here</div>
This div background color is #f9059a
#f9059a Border Color
<div style="border:3px solid #f9059a">
Div here</div>
This div border color is #f9059a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,5,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9059a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9059a; -webkit-box-shadow: 1px 1px 3px 2px #f9059a; box-shadow: 1px 1px 3px 2px #f9059a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,5,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9059a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9059a; -webkit-box-shadow: 1px 1px 3px 2px #f9059a; box-shadow: 1px 1px 3px 2px #f9059a;">
Div content here</div>
This div box has shadow with color #f9059a
Comments
No comments written yet.
Please login to write comment.