Shades of Hollywood Cerise #FC0AA0
Tints of Hollywood Cerise #FC0AA0
RGB
CMYK
RGB Variations
Color information
#FC0AA0 (or 0xFC0AA0) is known color: Hollywood Cerise. HEX triplet: FC, 0A and A0. RGB value is (252,10,160). Sum of RGB (Red+Green+Blue) = 252+10+160=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 10 (4.30% from 255 or 2.37% from 422); Blue value is 160 (62.89% from 255 or 37.91% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0AA0 is #03F55F. Grayscale: #636363. Windows color (decimal): -259424 or 10488572. OLE color: 10488572.
HSL color Cylindrical-coordinate representation of color #FC0AA0: hue angle of 322.81º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AA0 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 160 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.01 |
| HSL | 322.81º | 0.98% | 0.51% | - |
| HSV(B) | 322.81º | 0.96% | 0.99% | - |
| XYZ | 46.6 | 23.45 | 35.33 | - |
| YUV | 99.46 | 162.17 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 160 | 0 | 0.96 | 0.37 | 0.01 | 322.81 | 0.98 | 0.51 |
| Hex | FC | A | A0 | 0 | 60 | 25 | 1 | 143 | 62 | 33 |
| Octal | 374 | 12 | 240 | 0 | 140 | 45 | 1 | 503 | 142 | 63 |
| Binary | 11111100 | 1010 | 10100000 | 0 | 1100000 | 100101 | 1 | 101000011 | 1100010 | 110011 |
Color Harmonies of #FC0AA0
Complementary color
Monochromatic Colors of #FC0AA0
Black with #FC0AA0
Text Example
Text Example
White with #FC0AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AA0; }
p { color: rgb(252,10,160); }
H1.HeaderClassName
{
color: #FC0AA0;
}
.AnyTagClassName
{
color: #FC0AA0;
}
</style>
background-color css
<style>
a { background-color: #FC0AA0; }
a { background-color: rgb(252,10,160); }
div.DivClassName
{
background-color: #FC0AA0;
}
.BgClassName
{
background-color: #FC0AA0;
}
</style>
border-color css
<style>
span { border-color: #FC0AA0; }
span { border-color: rgb(252,10,160); }
td.TdClassName
{
border-color: #FC0AA0;
}
.TagClassName
{
border-color: #FC0AA0;
}
</style>