Shades of Hollywood Cerise #FC01AA
Tints of Hollywood Cerise #FC01AA
RGB
CMYK
RGB Variations
Color information
#FC01AA (or 0xFC01AA) is known color: Hollywood Cerise. HEX triplet: FC, 01 and AA. RGB value is (252,1,170). Sum of RGB (Red+Green+Blue) = 252+1+170=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01AA is #03FE55. Grayscale: #5E5E5E. Windows color (decimal): -261718 or 11141628. OLE color: 11141628.
HSL color Cylindrical-coordinate representation of color #FC01AA: hue angle of 319.6º 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 #FC01AA is Cyan = 0, Magento = 1.00, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 170 | - |
| CMYK | 0 | 1.00 | 0.33 | 0.01 |
| HSL | 319.6º | 0.99% | 0.5% | - |
| HSV(B) | 319.6º | 1% | 0.99% | - |
| XYZ | 47.41 | 23.62 | 40.09 | - |
| YUV | 95.32 | 170.16 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 170 | 0 | 1.00 | 0.33 | 0.01 | 319.6 | 0.99 | 0.5 |
| Hex | FC | 1 | AA | 0 | 64 | 21 | 1 | 140 | 63 | 32 |
| Octal | 374 | 1 | 252 | 0 | 144 | 41 | 1 | 500 | 143 | 62 |
| Binary | 11111100 | 1 | 10101010 | 0 | 1100100 | 100001 | 1 | 101000000 | 1100011 | 110010 |
Color Harmonies of #FC01AA
Complementary color
Monochromatic Colors of #FC01AA
Black with #FC01AA
Text Example
Text Example
White with #FC01AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01AA; }
p { color: rgb(252,1,170); }
H1.HeaderClassName
{
color: #FC01AA;
}
.AnyTagClassName
{
color: #FC01AA;
}
</style>
background-color css
<style>
a { background-color: #FC01AA; }
a { background-color: rgb(252,1,170); }
div.DivClassName
{
background-color: #FC01AA;
}
.BgClassName
{
background-color: #FC01AA;
}
</style>
border-color css
<style>
span { border-color: #FC01AA; }
span { border-color: rgb(252,1,170); }
td.TdClassName
{
border-color: #FC01AA;
}
.TagClassName
{
border-color: #FC01AA;
}
</style>