Color spaces of #f94dcf
RGB | 249 | 77 | 207 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.64 |
HSV | 315° | 69° | 98° |
CMYK | 0.00 | 0.69 | 0.17 0.02 |
XYZ | 52.9833 | 29.9525 | 62.0204 |
Yxy | 29.9525 | 0.3655 | 0.2066 |
Hunter Lab | 54.7289 | 77.0312 | -28.8790 |
CIE-Lab | 61.6132 | 76.9606 | -31.9728 |
#f94dcf color RGB value is (249,77,207).
#f94dcf hex color red value is 249, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f94dcf hue: 0.87 , saturation: 0.93 and the lightness value of f94dcf is 0.64.
The process color (four color CMYK) of #f94dcf color hex is 0.00, 0.69, 0.17, 0.02. Web safe color of #f94dcf is #ff66cc. Color #f94dcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01001101 | 11001111 |
Octal | 371 | 115 | 317 |
Decimal | 249 | 77 | 207 |
Hex | F9 | 4D | CF |
Shades of #f94dcf
Tints of #f94dcf
RGB Percentages of Color #f94dcf
CMYK Percentages of Color #f94dcf
Complementary Color
#f94dcf | #4df977 |
#f94dcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f94dcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f94dcf Color CSS Codes
.mybgcolor {background-color:#f94dcf; } .myforecolor {color:#f94dcf; } .mybordercolor {border:3px solid #f94dcf; }
#f94dcf Text Font Color
<p style="color:#f94dcf">Text here</p>
This sample text font color is #f94dcf
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.
#f94dcf Background Color
<div style="background-color:#f94dcf">
Div content here</div>
This div background color is #f94dcf
#f94dcf Border Color
<div style="border:3px solid #f94dcf">
Div here</div>
This div border color is #f94dcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,77,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f94dcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f94dcf; -webkit-box-shadow: 1px 1px 3px 2px #f94dcf; box-shadow: 1px 1px 3px 2px #f94dcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,77,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f94dcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f94dcf; -webkit-box-shadow: 1px 1px 3px 2px #f94dcf; box-shadow: 1px 1px 3px 2px #f94dcf;">
Div content here</div>
This div box has shadow with color #f94dcf
Comments
No comments written yet.
Please login to write comment.