Color spaces of #f975ac
RGB | 249 | 117 | 172 |
---|---|---|---|
HSL | 0.93 | 0.92 | 0.72 |
HSV | 335° | 53° | 98° |
CMYK | 0.00 | 0.53 | 0.31 0.02 |
XYZ | 52.8746 | 35.8409 | 43.1609 |
Yxy | 35.8409 | 0.4009 | 0.2718 |
Hunter Lab | 59.8673 | 52.8830 | -0.8376 |
CIE-Lab | 66.3982 | 56.0542 | -4.8516 |
#f975ac color RGB value is (249,117,172).
#f975ac hex color red value is 249, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f975ac hue: 0.93 , saturation: 0.92 and the lightness value of f975ac is 0.72.
The process color (four color CMYK) of #f975ac color hex is 0.00, 0.53, 0.31, 0.02. Web safe color of #f975ac is #ff6699. Color #f975ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 01110101 | 10101100 |
Octal | 371 | 165 | 254 |
Decimal | 249 | 117 | 172 |
Hex | F9 | 75 | AC |
Shades of #f975ac
Tints of #f975ac
RGB Percentages of Color #f975ac
CMYK Percentages of Color #f975ac
Complementary Color
#f975ac | #75f9c2 |
#f975ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f975ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#f975ac Color CSS Codes
.mybgcolor {background-color:#f975ac; } .myforecolor {color:#f975ac; } .mybordercolor {border:3px solid #f975ac; }
#f975ac Text Font Color
<p style="color:#f975ac">Text here</p>
This sample text font color is #f975ac
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.
#f975ac Background Color
<div style="background-color:#f975ac">
Div content here</div>
This div background color is #f975ac
#f975ac Border Color
<div style="border:3px solid #f975ac">
Div here</div>
This div border color is #f975ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,117,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f975ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f975ac; -webkit-box-shadow: 1px 1px 3px 2px #f975ac; box-shadow: 1px 1px 3px 2px #f975ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,117,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f975ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f975ac; -webkit-box-shadow: 1px 1px 3px 2px #f975ac; box-shadow: 1px 1px 3px 2px #f975ac;">
Div content here</div>
This div box has shadow with color #f975ac
Comments
No comments written yet.
Please login to write comment.