Color spaces of #f94faa
RGB | 249 | 79 | 170 |
---|---|---|---|
HSL | 0.91 | 0.93 | 0.64 |
HSV | 328° | 68° | 98° |
CMYK | 0.00 | 0.68 | 0.32 0.02 |
XYZ | 49.1186 | 28.6340 | 40.9683 |
Yxy | 28.6340 | 0.4137 | 0.2412 |
Hunter Lab | 53.5107 | 70.2050 | -7.9354 |
CIE-Lab | 60.4572 | 71.6844 | -12.5634 |
#f94faa color RGB value is (249,79,170).
#f94faa hex color red value is 249, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f94faa hue: 0.91 , saturation: 0.93 and the lightness value of f94faa is 0.64.
The process color (four color CMYK) of #f94faa color hex is 0.00, 0.68, 0.32, 0.02. Web safe color of #f94faa is #ff6699. Color #f94faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01001111 | 10101010 |
Octal | 371 | 117 | 252 |
Decimal | 249 | 79 | 170 |
Hex | F9 | 4F | AA |
Shades of #f94faa
Tints of #f94faa
RGB Percentages of Color #f94faa
CMYK Percentages of Color #f94faa
Complementary Color
#f94faa | #4ff99e |
#f94faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f94faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#f94faa Color CSS Codes
.mybgcolor {background-color:#f94faa; } .myforecolor {color:#f94faa; } .mybordercolor {border:3px solid #f94faa; }
#f94faa Text Font Color
<p style="color:#f94faa">Text here</p>
This sample text font color is #f94faa
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.
#f94faa Background Color
<div style="background-color:#f94faa">
Div content here</div>
This div background color is #f94faa
#f94faa Border Color
<div style="border:3px solid #f94faa">
Div here</div>
This div border color is #f94faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,79,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f94faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f94faa; -webkit-box-shadow: 1px 1px 3px 2px #f94faa; box-shadow: 1px 1px 3px 2px #f94faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,79,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f94faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f94faa; -webkit-box-shadow: 1px 1px 3px 2px #f94faa; box-shadow: 1px 1px 3px 2px #f94faa;">
Div content here</div>
This div box has shadow with color #f94faa
Comments
No comments written yet.
Please login to write comment.