Shades of Hollywood Cerise #FC02B1
Tints of Hollywood Cerise #FC02B1
RGB
CMYK
RGB Variations
Color information
#FC02B1 (or 0xFC02B1) is known color: Hollywood Cerise. HEX triplet: FC, 02 and B1. RGB value is (252,2,177). Sum of RGB (Red+Green+Blue) = 252+2+177=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 177 (69.53% from 255 or 41.07% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02B1 is #03FD4E. Grayscale: #606060. Windows color (decimal): -261455 or 11600636. OLE color: 11600636.
HSL color Cylindrical-coordinate representation of color #FC02B1: hue angle of 318º 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 #FC02B1 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 177 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.01 |
| HSL | 318º | 0.98% | 0.5% | - |
| HSV(B) | 318º | 0.99% | 0.99% | - |
| XYZ | 48.1 | 23.91 | 43.68 | - |
| YUV | 96.7 | 173.33 | 238.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 177 | 0 | 0.99 | 0.30 | 0.01 | 318 | 0.98 | 0.5 |
| Hex | FC | 2 | B1 | 0 | 63 | 1E | 1 | 13E | 62 | 32 |
| Octal | 374 | 2 | 261 | 0 | 143 | 36 | 1 | 476 | 142 | 62 |
| Binary | 11111100 | 10 | 10110001 | 0 | 1100011 | 11110 | 1 | 100111110 | 1100010 | 110010 |
Color Harmonies of #FC02B1
Complementary color
Monochromatic Colors of #FC02B1
Black with #FC02B1
Text Example
Text Example
White with #FC02B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC02B1; }
p { color: rgb(252,2,177); }
H1.HeaderClassName
{
color: #FC02B1;
}
.AnyTagClassName
{
color: #FC02B1;
}
</style>
background-color css
<style>
a { background-color: #FC02B1; }
a { background-color: rgb(252,2,177); }
div.DivClassName
{
background-color: #FC02B1;
}
.BgClassName
{
background-color: #FC02B1;
}
</style>
border-color css
<style>
span { border-color: #FC02B1; }
span { border-color: rgb(252,2,177); }
td.TdClassName
{
border-color: #FC02B1;
}
.TagClassName
{
border-color: #FC02B1;
}
</style>