Shades of Hollywood Cerise #FC01AB
Tints of Hollywood Cerise #FC01AB
RGB
CMYK
RGB Variations
Color information
#FC01AB (or 0xFC01AB) is known color: Hollywood Cerise. HEX triplet: FC, 01 and AB. RGB value is (252,1,171). Sum of RGB (Red+Green+Blue) = 252+1+171=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01AB is #03FE54. Grayscale: #5F5F5F. Windows color (decimal): -261717 or 11207164. OLE color: 11207164.
HSL color Cylindrical-coordinate representation of color #FC01AB: hue angle of 319.36º 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 #FC01AB is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 171 | - |
| CMYK | 0 | 1.00 | 0.32 | 0.01 |
| HSL | 319.36º | 0.99% | 0.5% | - |
| HSV(B) | 319.36º | 1% | 0.99% | - |
| XYZ | 47.51 | 23.66 | 40.59 | - |
| YUV | 95.43 | 170.66 | 239.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 171 | 0 | 1.00 | 0.32 | 0.01 | 319.36 | 0.99 | 0.5 |
| Hex | FC | 1 | AB | 0 | 64 | 20 | 1 | 13F | 63 | 32 |
| Octal | 374 | 1 | 253 | 0 | 144 | 40 | 1 | 477 | 143 | 62 |
| Binary | 11111100 | 1 | 10101011 | 0 | 1100100 | 100000 | 1 | 100111111 | 1100011 | 110010 |
Color Harmonies of #FC01AB
Complementary color
Monochromatic Colors of #FC01AB
Black with #FC01AB
Text Example
Text Example
White with #FC01AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01AB; }
p { color: rgb(252,1,171); }
H1.HeaderClassName
{
color: #FC01AB;
}
.AnyTagClassName
{
color: #FC01AB;
}
</style>
background-color css
<style>
a { background-color: #FC01AB; }
a { background-color: rgb(252,1,171); }
div.DivClassName
{
background-color: #FC01AB;
}
.BgClassName
{
background-color: #FC01AB;
}
</style>
border-color css
<style>
span { border-color: #FC01AB; }
span { border-color: rgb(252,1,171); }
td.TdClassName
{
border-color: #FC01AB;
}
.TagClassName
{
border-color: #FC01AB;
}
</style>