Shades of Hollywood Cerise #FC02A7
Tints of Hollywood Cerise #FC02A7
RGB
CMYK
RGB Variations
Color information
#FC02A7 (or 0xFC02A7) is known color: Hollywood Cerise. HEX triplet: FC, 02 and A7. RGB value is (252,2,167). Sum of RGB (Red+Green+Blue) = 252+2+167=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 167 (65.62% from 255 or 39.67% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02A7 is #03FD58. Grayscale: #5F5F5F. Windows color (decimal): -261465 or 10945276. OLE color: 10945276.
HSL color Cylindrical-coordinate representation of color #FC02A7: hue angle of 320.4º 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 #FC02A7 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 167 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.01 |
| HSL | 320.4º | 0.98% | 0.5% | - |
| HSV(B) | 320.4º | 0.99% | 0.99% | - |
| XYZ | 47.14 | 23.53 | 38.62 | - |
| YUV | 95.56 | 168.33 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 167 | 0 | 0.99 | 0.34 | 0.01 | 320.4 | 0.98 | 0.5 |
| Hex | FC | 2 | A7 | 0 | 63 | 22 | 1 | 140 | 62 | 32 |
| Octal | 374 | 2 | 247 | 0 | 143 | 42 | 1 | 500 | 142 | 62 |
| Binary | 11111100 | 10 | 10100111 | 0 | 1100011 | 100010 | 1 | 101000000 | 1100010 | 110010 |
Color Harmonies of #FC02A7
Complementary color
Monochromatic Colors of #FC02A7
Black with #FC02A7
Text Example
Text Example
White with #FC02A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02A7; }
p { color: rgb(252,2,167); }
H1.HeaderClassName
{
color: #FC02A7;
}
.AnyTagClassName
{
color: #FC02A7;
}
</style>
background-color css
<style>
a { background-color: #FC02A7; }
a { background-color: rgb(252,2,167); }
div.DivClassName
{
background-color: #FC02A7;
}
.BgClassName
{
background-color: #FC02A7;
}
</style>
border-color css
<style>
span { border-color: #FC02A7; }
span { border-color: rgb(252,2,167); }
td.TdClassName
{
border-color: #FC02A7;
}
.TagClassName
{
border-color: #FC02A7;
}
</style>