Shades of Hollywood Cerise #FC01AF
Tints of Hollywood Cerise #FC01AF
RGB
CMYK
RGB Variations
Color information
#FC01AF (or 0xFC01AF) is known color: Hollywood Cerise. HEX triplet: FC, 01 and AF. RGB value is (252,1,175). Sum of RGB (Red+Green+Blue) = 252+1+175=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01AF is #03FE50. Grayscale: #5F5F5F. Windows color (decimal): -261713 or 11469308. OLE color: 11469308.
HSL color Cylindrical-coordinate representation of color #FC01AF: hue angle of 318.41º 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 #FC01AF is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.01 |
| HSL | 318.41º | 0.99% | 0.5% | - |
| HSV(B) | 318.41º | 1% | 0.99% | - |
| XYZ | 47.89 | 23.81 | 42.63 | - |
| YUV | 95.89 | 172.66 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 175 | 0 | 1.00 | 0.31 | 0.01 | 318.41 | 0.99 | 0.5 |
| Hex | FC | 1 | AF | 0 | 64 | 1F | 1 | 13E | 63 | 32 |
| Octal | 374 | 1 | 257 | 0 | 144 | 37 | 1 | 476 | 143 | 62 |
| Binary | 11111100 | 1 | 10101111 | 0 | 1100100 | 11111 | 1 | 100111110 | 1100011 | 110010 |
Color Harmonies of #FC01AF
Complementary color
Monochromatic Colors of #FC01AF
Black with #FC01AF
Text Example
Text Example
White with #FC01AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01AF; }
p { color: rgb(252,1,175); }
H1.HeaderClassName
{
color: #FC01AF;
}
.AnyTagClassName
{
color: #FC01AF;
}
</style>
background-color css
<style>
a { background-color: #FC01AF; }
a { background-color: rgb(252,1,175); }
div.DivClassName
{
background-color: #FC01AF;
}
.BgClassName
{
background-color: #FC01AF;
}
</style>
border-color css
<style>
span { border-color: #FC01AF; }
span { border-color: rgb(252,1,175); }
td.TdClassName
{
border-color: #FC01AF;
}
.TagClassName
{
border-color: #FC01AF;
}
</style>