Color spaces of #fc496f
RGB | 252 | 73 | 111 |
---|---|---|---|
HSL | 0.96 | 0.97 | 0.64 |
HSV | 347° | 71° | 99° |
CMYK | 0.00 | 0.71 | 0.56 0.01 |
XYZ | 45.3967 | 26.6082 | 17.7822 |
Yxy | 26.6082 | 0.5056 | 0.2963 |
Hunter Lab | 51.5831 | 66.8218 | 15.6692 |
CIE-Lab | 58.6099 | 69.2452 | 19.3164 |
#fc496f color RGB value is (252,73,111).
#fc496f hex color red value is 252, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fc496f hue: 0.96 , saturation: 0.97 and the lightness value of fc496f is 0.64.
The process color (four color CMYK) of #fc496f color hex is 0.00, 0.71, 0.56, 0.01. Web safe color of #fc496f is #ff3366. Color #fc496f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01001001 | 01101111 |
Octal | 374 | 111 | 157 |
Decimal | 252 | 73 | 111 |
Hex | FC | 49 | 6F |
Shades of #fc496f
Tints of #fc496f
RGB Percentages of Color #fc496f
CMYK Percentages of Color #fc496f
Complementary Color
#fc496f | #49fcd6 |
#fc496f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc496f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc496f Color CSS Codes
.mybgcolor {background-color:#fc496f; } .myforecolor {color:#fc496f; } .mybordercolor {border:3px solid #fc496f; }
#fc496f Text Font Color
<p style="color:#fc496f">Text here</p>
This sample text font color is #fc496f
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.
#fc496f Background Color
<div style="background-color:#fc496f">
Div content here</div>
This div background color is #fc496f
#fc496f Border Color
<div style="border:3px solid #fc496f">
Div here</div>
This div border color is #fc496f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,73,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc496f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc496f; -webkit-box-shadow: 1px 1px 3px 2px #fc496f; box-shadow: 1px 1px 3px 2px #fc496f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,73,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc496f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc496f; -webkit-box-shadow: 1px 1px 3px 2px #fc496f; box-shadow: 1px 1px 3px 2px #fc496f;">
Div content here</div>
This div box has shadow with color #fc496f
Comments
No comments written yet.
Please login to write comment.