Shades of Hollywood Cerise #FC0FA2
Tints of Hollywood Cerise #FC0FA2
RGB
CMYK
RGB Variations
Color information
#FC0FA2 (or 0xFC0FA2) is known color: Hollywood Cerise. HEX triplet: FC, 0F and A2. RGB value is (252,15,162). Sum of RGB (Red+Green+Blue) = 252+15+162=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 15 (6.25% from 255 or 3.50% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0FA2 is #03F05D. Grayscale: #666666. Windows color (decimal): -258142 or 10620924. OLE color: 10620924.
HSL color Cylindrical-coordinate representation of color #FC0FA2: hue angle of 322.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC0FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 15 | 162 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.01 |
| HSL | 322.78º | 0.98% | 0.52% | - |
| HSV(B) | 322.78º | 0.94% | 0.99% | - |
| XYZ | 46.84 | 23.65 | 36.28 | - |
| YUV | 102.62 | 161.52 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 15 | 162 | 0 | 0.94 | 0.36 | 0.01 | 322.78 | 0.98 | 0.52 |
| Hex | FC | F | A2 | 0 | 5E | 24 | 1 | 143 | 62 | 34 |
| Octal | 374 | 17 | 242 | 0 | 136 | 44 | 1 | 503 | 142 | 64 |
| Binary | 11111100 | 1111 | 10100010 | 0 | 1011110 | 100100 | 1 | 101000011 | 1100010 | 110100 |
Color Harmonies of #FC0FA2
Complementary color
Monochromatic Colors of #FC0FA2
Black with #FC0FA2
Text Example
Text Example
White with #FC0FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0FA2; }
p { color: rgb(252,15,162); }
H1.HeaderClassName
{
color: #FC0FA2;
}
.AnyTagClassName
{
color: #FC0FA2;
}
</style>
background-color css
<style>
a { background-color: #FC0FA2; }
a { background-color: rgb(252,15,162); }
div.DivClassName
{
background-color: #FC0FA2;
}
.BgClassName
{
background-color: #FC0FA2;
}
</style>
border-color css
<style>
span { border-color: #FC0FA2; }
span { border-color: rgb(252,15,162); }
td.TdClassName
{
border-color: #FC0FA2;
}
.TagClassName
{
border-color: #FC0FA2;
}
</style>