Shades of Hollywood Cerise #FC01AD
Tints of Hollywood Cerise #FC01AD
RGB
CMYK
RGB Variations
Color information
#FC01AD (or 0xFC01AD) is known color: Hollywood Cerise. HEX triplet: FC, 01 and AD. RGB value is (252,1,173). Sum of RGB (Red+Green+Blue) = 252+1+173=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC01AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC01AD is #03FE52. Grayscale: #5F5F5F. Windows color (decimal): -261715 or 11338236. OLE color: 11338236.
HSL color Cylindrical-coordinate representation of color #FC01AD: hue angle of 318.88º 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 #FC01AD is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 173 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.01 |
| HSL | 318.88º | 0.99% | 0.5% | - |
| HSV(B) | 318.88º | 1% | 0.99% | - |
| XYZ | 47.7 | 23.73 | 41.6 | - |
| YUV | 95.66 | 171.66 | 239.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 173 | 0 | 1.00 | 0.31 | 0.01 | 318.88 | 0.99 | 0.5 |
| Hex | FC | 1 | AD | 0 | 64 | 1F | 1 | 13F | 63 | 32 |
| Octal | 374 | 1 | 255 | 0 | 144 | 37 | 1 | 477 | 143 | 62 |
| Binary | 11111100 | 1 | 10101101 | 0 | 1100100 | 11111 | 1 | 100111111 | 1100011 | 110010 |
Color Harmonies of #FC01AD
Complementary color
Monochromatic Colors of #FC01AD
Black with #FC01AD
Text Example
Text Example
White with #FC01AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC01AD; }
p { color: rgb(252,1,173); }
H1.HeaderClassName
{
color: #FC01AD;
}
.AnyTagClassName
{
color: #FC01AD;
}
</style>
background-color css
<style>
a { background-color: #FC01AD; }
a { background-color: rgb(252,1,173); }
div.DivClassName
{
background-color: #FC01AD;
}
.BgClassName
{
background-color: #FC01AD;
}
</style>
border-color css
<style>
span { border-color: #FC01AD; }
span { border-color: rgb(252,1,173); }
td.TdClassName
{
border-color: #FC01AD;
}
.TagClassName
{
border-color: #FC01AD;
}
</style>