Shades of Hollywood Cerise #FC00A9
Tints of Hollywood Cerise #FC00A9
RGB
CMYK
RGB Variations
Color information
#FC00A9 (or 0xFC00A9) is known color: Hollywood Cerise. HEX triplet: FC, 00 and A9. RGB value is (252,0,169). Sum of RGB (Red+Green+Blue) = 252+0+169=421 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.86% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC00A9 is #03FF56. Grayscale: #5E5E5E. Windows color (decimal): -261975 or 11075836. OLE color: 11075836.
HSL color Cylindrical-coordinate representation of color #FC00A9: hue angle of 319.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC00A9 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 169 | - |
| CMYK | 0 | 1 | 0.33 | 0.01 |
| HSL | 319.76º | 1% | 0.49% | - |
| HSV(B) | 319.76º | 1% | 0.99% | - |
| XYZ | 47.31 | 23.56 | 39.59 | - |
| YUV | 94.61 | 169.99 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 169 | 0 | 1 | 0.33 | 0.01 | 319.76 | 1 | 0.49 |
| Hex | FC | 0 | A9 | 0 | 64 | 21 | 1 | 140 | 64 | 31 |
| Octal | 374 | 0 | 251 | 0 | 144 | 41 | 1 | 500 | 144 | 61 |
| Binary | 11111100 | 0 | 10101001 | 0 | 1100100 | 100001 | 1 | 101000000 | 1100100 | 110001 |
Color Harmonies of #FC00A9
Complementary color
Monochromatic Colors of #FC00A9
Black with #FC00A9
Text Example
Text Example
White with #FC00A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00A9; }
p { color: rgb(252,0,169); }
H1.HeaderClassName
{
color: #FC00A9;
}
.AnyTagClassName
{
color: #FC00A9;
}
</style>
background-color css
<style>
a { background-color: #FC00A9; }
a { background-color: rgb(252,0,169); }
div.DivClassName
{
background-color: #FC00A9;
}
.BgClassName
{
background-color: #FC00A9;
}
</style>
border-color css
<style>
span { border-color: #FC00A9; }
span { border-color: rgb(252,0,169); }
td.TdClassName
{
border-color: #FC00A9;
}
.TagClassName
{
border-color: #FC00A9;
}
</style>