Shades of Hollywood Cerise #FC02A6
Tints of Hollywood Cerise #FC02A6
RGB
CMYK
RGB Variations
Color information
#FC02A6 (or 0xFC02A6) is known color: Hollywood Cerise. HEX triplet: FC, 02 and A6. RGB value is (252,2,166). Sum of RGB (Red+Green+Blue) = 252+2+166=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02A6 is #03FD59. Grayscale: #5F5F5F. Windows color (decimal): -261466 or 10879740. OLE color: 10879740.
HSL color Cylindrical-coordinate representation of color #FC02A6: hue angle of 320.64º 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 #FC02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.01 |
| HSL | 320.64º | 0.98% | 0.5% | - |
| HSV(B) | 320.64º | 0.99% | 0.99% | - |
| XYZ | 47.05 | 23.49 | 38.13 | - |
| YUV | 95.45 | 167.83 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 166 | 0 | 0.99 | 0.34 | 0.01 | 320.64 | 0.98 | 0.5 |
| Hex | FC | 2 | A6 | 0 | 63 | 22 | 1 | 141 | 62 | 32 |
| Octal | 374 | 2 | 246 | 0 | 143 | 42 | 1 | 501 | 142 | 62 |
| Binary | 11111100 | 10 | 10100110 | 0 | 1100011 | 100010 | 1 | 101000001 | 1100010 | 110010 |
Color Harmonies of #FC02A6
Complementary color
Monochromatic Colors of #FC02A6
Black with #FC02A6
Text Example
Text Example
White with #FC02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02A6; }
p { color: rgb(252,2,166); }
H1.HeaderClassName
{
color: #FC02A6;
}
.AnyTagClassName
{
color: #FC02A6;
}
</style>
background-color css
<style>
a { background-color: #FC02A6; }
a { background-color: rgb(252,2,166); }
div.DivClassName
{
background-color: #FC02A6;
}
.BgClassName
{
background-color: #FC02A6;
}
</style>
border-color css
<style>
span { border-color: #FC02A6; }
span { border-color: rgb(252,2,166); }
td.TdClassName
{
border-color: #FC02A6;
}
.TagClassName
{
border-color: #FC02A6;
}
</style>