Color spaces of #f994cf
RGB | 249 | 148 | 207 |
---|---|---|---|
HSL | 0.90 | 0.89 | 0.78 |
HSV | 325° | 41° | 98° |
CMYK | 0.00 | 0.41 | 0.17 0.02 |
XYZ | 60.9193 | 45.8245 | 64.6657 |
Yxy | 45.8245 | 0.3554 | 0.2673 |
Hunter Lab | 67.6938 | 42.1724 | -9.2522 |
CIE-Lab | 73.4315 | 45.6168 | -13.9207 |
#f994cf color RGB value is (249,148,207).
#f994cf hex color red value is 249, green value is 148 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f994cf hue: 0.90 , saturation: 0.89 and the lightness value of f994cf is 0.78.
The process color (four color CMYK) of #f994cf color hex is 0.00, 0.41, 0.17, 0.02. Web safe color of #f994cf is #ff99cc. Color #f994cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 10010100 | 11001111 |
Octal | 371 | 224 | 317 |
Decimal | 249 | 148 | 207 |
Hex | F9 | 94 | CF |
Shades of #f994cf
Tints of #f994cf
RGB Percentages of Color #f994cf
CMYK Percentages of Color #f994cf
Complementary Color
#f994cf | #94f9be |
#f994cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f994cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f994cf Color CSS Codes
.mybgcolor {background-color:#f994cf; } .myforecolor {color:#f994cf; } .mybordercolor {border:3px solid #f994cf; }
#f994cf Text Font Color
<p style="color:#f994cf">Text here</p>
This sample text font color is #f994cf
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.
#f994cf Background Color
<div style="background-color:#f994cf">
Div content here</div>
This div background color is #f994cf
#f994cf Border Color
<div style="border:3px solid #f994cf">
Div here</div>
This div border color is #f994cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,148,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f994cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f994cf; -webkit-box-shadow: 1px 1px 3px 2px #f994cf; box-shadow: 1px 1px 3px 2px #f994cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,148,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 #f994cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f994cf; -webkit-box-shadow: 1px 1px 3px 2px #f994cf; box-shadow: 1px 1px 3px 2px #f994cf;">
Div content here</div>
This div box has shadow with color #f994cf
Comments
No comments written yet.
Please login to write comment.