Shades of Hollywood Cerise #FC01A6
Tints of Hollywood Cerise #FC01A6
RGB
CMYK
RGB Variations
Color information
#FC01A6 (or 0xFC01A6) is known color: Hollywood Cerise. HEX triplet: FC, 01 and A6. RGB value is (252,1,166). Sum of RGB (Red+Green+Blue) = 252+1+166=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01A6 is #03FE59. Grayscale: #5E5E5E. Windows color (decimal): -261722 or 10879484. OLE color: 10879484.
HSL color Cylindrical-coordinate representation of color #FC01A6: hue angle of 320.56º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC01A6 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 166 | - |
| CMYK | 0 | 1.00 | 0.34 | 0.01 |
| HSL | 320.56º | 0.99% | 0.5% | - |
| HSV(B) | 320.56º | 1% | 0.99% | - |
| XYZ | 47.04 | 23.47 | 38.13 | - |
| YUV | 94.86 | 168.16 | 240.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 166 | 0 | 1.00 | 0.34 | 0.01 | 320.56 | 0.99 | 0.5 |
| Hex | FC | 1 | A6 | 0 | 64 | 22 | 1 | 141 | 63 | 32 |
| Octal | 374 | 1 | 246 | 0 | 144 | 42 | 1 | 501 | 143 | 62 |
| Binary | 11111100 | 1 | 10100110 | 0 | 1100100 | 100010 | 1 | 101000001 | 1100011 | 110010 |
Color Harmonies of #FC01A6
Complementary color
Monochromatic Colors of #FC01A6
Black with #FC01A6
Text Example
Text Example
White with #FC01A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01A6; }
p { color: rgb(252,1,166); }
H1.HeaderClassName
{
color: #FC01A6;
}
.AnyTagClassName
{
color: #FC01A6;
}
</style>
background-color css
<style>
a { background-color: #FC01A6; }
a { background-color: rgb(252,1,166); }
div.DivClassName
{
background-color: #FC01A6;
}
.BgClassName
{
background-color: #FC01A6;
}
</style>
border-color css
<style>
span { border-color: #FC01A6; }
span { border-color: rgb(252,1,166); }
td.TdClassName
{
border-color: #FC01A6;
}
.TagClassName
{
border-color: #FC01A6;
}
</style>