Shades of Hollywood Cerise #FC03A0
Tints of Hollywood Cerise #FC03A0
RGB
CMYK
RGB Variations
Color information
#FC03A0 (or 0xFC03A0) is known color: Hollywood Cerise. HEX triplet: FC, 03 and A0. RGB value is (252,3,160). Sum of RGB (Red+Green+Blue) = 252+3+160=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 3 (1.56% from 255 or 0.72% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC03A0 is #03FC5F. Grayscale: #5E5E5E. Windows color (decimal): -261216 or 10486780. OLE color: 10486780.
HSL color Cylindrical-coordinate representation of color #FC03A0: hue angle of 322.17º 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 #FC03A0 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.01 |
| HSL | 322.17º | 0.98% | 0.5% | - |
| HSV(B) | 322.17º | 0.99% | 0.99% | - |
| XYZ | 46.52 | 23.3 | 35.3 | - |
| YUV | 95.35 | 164.49 | 239.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 160 | 0 | 0.99 | 0.37 | 0.01 | 322.17 | 0.98 | 0.5 |
| Hex | FC | 3 | A0 | 0 | 63 | 25 | 1 | 142 | 62 | 32 |
| Octal | 374 | 3 | 240 | 0 | 143 | 45 | 1 | 502 | 142 | 62 |
| Binary | 11111100 | 11 | 10100000 | 0 | 1100011 | 100101 | 1 | 101000010 | 1100010 | 110010 |
Color Harmonies of #FC03A0
Complementary color
Monochromatic Colors of #FC03A0
Black with #FC03A0
Text Example
Text Example
White with #FC03A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03A0; }
p { color: rgb(252,3,160); }
H1.HeaderClassName
{
color: #FC03A0;
}
.AnyTagClassName
{
color: #FC03A0;
}
</style>
background-color css
<style>
a { background-color: #FC03A0; }
a { background-color: rgb(252,3,160); }
div.DivClassName
{
background-color: #FC03A0;
}
.BgClassName
{
background-color: #FC03A0;
}
</style>
border-color css
<style>
span { border-color: #FC03A0; }
span { border-color: rgb(252,3,160); }
td.TdClassName
{
border-color: #FC03A0;
}
.TagClassName
{
border-color: #FC03A0;
}
</style>