Shades of Hollywood Cerise #FC02A0
Tints of Hollywood Cerise #FC02A0
RGB
CMYK
RGB Variations
Color information
#FC02A0 (or 0xFC02A0) is known color: Hollywood Cerise. HEX triplet: FC, 02 and A0. RGB value is (252,2,160). Sum of RGB (Red+Green+Blue) = 252+2+160=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02A0 is #03FD5F. Grayscale: #5E5E5E. Windows color (decimal): -261472 or 10486524. OLE color: 10486524.
HSL color Cylindrical-coordinate representation of color #FC02A0: hue angle of 322.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC02A0 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.01 |
| HSL | 322.08º | 0.98% | 0.5% | - |
| HSV(B) | 322.08º | 0.99% | 0.99% | - |
| XYZ | 46.51 | 23.28 | 35.3 | - |
| YUV | 94.76 | 164.83 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 160 | 0 | 0.99 | 0.37 | 0.01 | 322.08 | 0.98 | 0.5 |
| Hex | FC | 2 | A0 | 0 | 63 | 25 | 1 | 142 | 62 | 32 |
| Octal | 374 | 2 | 240 | 0 | 143 | 45 | 1 | 502 | 142 | 62 |
| Binary | 11111100 | 10 | 10100000 | 0 | 1100011 | 100101 | 1 | 101000010 | 1100010 | 110010 |
Color Harmonies of #FC02A0
Complementary color
Monochromatic Colors of #FC02A0
Black with #FC02A0
Text Example
Text Example
White with #FC02A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02A0; }
p { color: rgb(252,2,160); }
H1.HeaderClassName
{
color: #FC02A0;
}
.AnyTagClassName
{
color: #FC02A0;
}
</style>
background-color css
<style>
a { background-color: #FC02A0; }
a { background-color: rgb(252,2,160); }
div.DivClassName
{
background-color: #FC02A0;
}
.BgClassName
{
background-color: #FC02A0;
}
</style>
border-color css
<style>
span { border-color: #FC02A0; }
span { border-color: rgb(252,2,160); }
td.TdClassName
{
border-color: #FC02A0;
}
.TagClassName
{
border-color: #FC02A0;
}
</style>