Shades of Hollywood Cerise #FC05A6
Tints of Hollywood Cerise #FC05A6
RGB
CMYK
RGB Variations
Color information
#FC05A6 (or 0xFC05A6) is known color: Hollywood Cerise. HEX triplet: FC, 05 and A6. RGB value is (252,5,166). Sum of RGB (Red+Green+Blue) = 252+5+166=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 5 (2.34% from 255 or 1.18% from 423); Blue value is 166 (65.23% from 255 or 39.24% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC05A6 is #03FA59. Grayscale: #606060. Windows color (decimal): -260698 or 10880508. OLE color: 10880508.
HSL color Cylindrical-coordinate representation of color #FC05A6: hue angle of 320.89º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC05A6 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 166 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.01 |
| HSL | 320.89º | 0.98% | 0.5% | - |
| HSV(B) | 320.89º | 0.98% | 0.99% | - |
| XYZ | 47.08 | 23.56 | 38.14 | - |
| YUV | 97.21 | 166.83 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 166 | 0 | 0.98 | 0.34 | 0.01 | 320.89 | 0.98 | 0.5 |
| Hex | FC | 5 | A6 | 0 | 62 | 22 | 1 | 141 | 62 | 32 |
| Octal | 374 | 5 | 246 | 0 | 142 | 42 | 1 | 501 | 142 | 62 |
| Binary | 11111100 | 101 | 10100110 | 0 | 1100010 | 100010 | 1 | 101000001 | 1100010 | 110010 |
Color Harmonies of #FC05A6
Complementary color
Monochromatic Colors of #FC05A6
Black with #FC05A6
Text Example
Text Example
White with #FC05A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05A6; }
p { color: rgb(252,5,166); }
H1.HeaderClassName
{
color: #FC05A6;
}
.AnyTagClassName
{
color: #FC05A6;
}
</style>
background-color css
<style>
a { background-color: #FC05A6; }
a { background-color: rgb(252,5,166); }
div.DivClassName
{
background-color: #FC05A6;
}
.BgClassName
{
background-color: #FC05A6;
}
</style>
border-color css
<style>
span { border-color: #FC05A6; }
span { border-color: rgb(252,5,166); }
td.TdClassName
{
border-color: #FC05A6;
}
.TagClassName
{
border-color: #FC05A6;
}
</style>