Shades of Hollywood Cerise #FC00A7
Tints of Hollywood Cerise #FC00A7
RGB
CMYK
RGB Variations
Color information
#FC00A7 (or 0xFC00A7) is known color: Hollywood Cerise. HEX triplet: FC, 00 and A7. RGB value is (252,0,167). Sum of RGB (Red+Green+Blue) = 252+0+167=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 0 (0.39% from 255 or 0% from 419); Blue value is 167 (65.62% from 255 or 39.86% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC00A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC00A7 is #03FF58. Grayscale: #5D5D5D. Windows color (decimal): -261977 or 10944764. OLE color: 10944764.
HSL color Cylindrical-coordinate representation of color #FC00A7: hue angle of 320.24º 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 #FC00A7 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 167 | - |
| CMYK | 0 | 1 | 0.34 | 0.01 |
| HSL | 320.24º | 1% | 0.49% | - |
| HSV(B) | 320.24º | 1% | 0.99% | - |
| XYZ | 47.12 | 23.49 | 38.61 | - |
| YUV | 94.39 | 168.99 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 167 | 0 | 1 | 0.34 | 0.01 | 320.24 | 1 | 0.49 |
| Hex | FC | 0 | A7 | 0 | 64 | 22 | 1 | 140 | 64 | 31 |
| Octal | 374 | 0 | 247 | 0 | 144 | 42 | 1 | 500 | 144 | 61 |
| Binary | 11111100 | 0 | 10100111 | 0 | 1100100 | 100010 | 1 | 101000000 | 1100100 | 110001 |
Color Harmonies of #FC00A7
Complementary color
Monochromatic Colors of #FC00A7
Black with #FC00A7
Text Example
Text Example
White with #FC00A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC00A7; }
p { color: rgb(252,0,167); }
H1.HeaderClassName
{
color: #FC00A7;
}
.AnyTagClassName
{
color: #FC00A7;
}
</style>
background-color css
<style>
a { background-color: #FC00A7; }
a { background-color: rgb(252,0,167); }
div.DivClassName
{
background-color: #FC00A7;
}
.BgClassName
{
background-color: #FC00A7;
}
</style>
border-color css
<style>
span { border-color: #FC00A7; }
span { border-color: rgb(252,0,167); }
td.TdClassName
{
border-color: #FC00A7;
}
.TagClassName
{
border-color: #FC00A7;
}
</style>