Shades of Hollywood Cerise #FC02B0
Tints of Hollywood Cerise #FC02B0
RGB
CMYK
RGB Variations
Color information
#FC02B0 (or 0xFC02B0) is known color: Hollywood Cerise. HEX triplet: FC, 02 and B0. RGB value is (252,2,176). Sum of RGB (Red+Green+Blue) = 252+2+176=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 176 (69.14% from 255 or 40.93% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02B0 is #03FD4F. Grayscale: #606060. Windows color (decimal): -261456 or 11535100. OLE color: 11535100.
HSL color Cylindrical-coordinate representation of color #FC02B0: hue angle of 318.24º 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 #FC02B0 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 176 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.01 |
| HSL | 318.24º | 0.98% | 0.5% | - |
| HSV(B) | 318.24º | 0.99% | 0.99% | - |
| XYZ | 48 | 23.87 | 43.15 | - |
| YUV | 96.59 | 172.83 | 238.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 176 | 0 | 0.99 | 0.30 | 0.01 | 318.24 | 0.98 | 0.5 |
| Hex | FC | 2 | B0 | 0 | 63 | 1E | 1 | 13E | 62 | 32 |
| Octal | 374 | 2 | 260 | 0 | 143 | 36 | 1 | 476 | 142 | 62 |
| Binary | 11111100 | 10 | 10110000 | 0 | 1100011 | 11110 | 1 | 100111110 | 1100010 | 110010 |
Color Harmonies of #FC02B0
Complementary color
Monochromatic Colors of #FC02B0
Black with #FC02B0
Text Example
Text Example
White with #FC02B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02B0; }
p { color: rgb(252,2,176); }
H1.HeaderClassName
{
color: #FC02B0;
}
.AnyTagClassName
{
color: #FC02B0;
}
</style>
background-color css
<style>
a { background-color: #FC02B0; }
a { background-color: rgb(252,2,176); }
div.DivClassName
{
background-color: #FC02B0;
}
.BgClassName
{
background-color: #FC02B0;
}
</style>
border-color css
<style>
span { border-color: #FC02B0; }
span { border-color: rgb(252,2,176); }
td.TdClassName
{
border-color: #FC02B0;
}
.TagClassName
{
border-color: #FC02B0;
}
</style>