Shades of Hollywood Cerise #FC04AD
Tints of Hollywood Cerise #FC04AD
RGB
CMYK
RGB Variations
Color information
#FC04AD (or 0xFC04AD) is known color: Hollywood Cerise. HEX triplet: FC, 04 and AD. RGB value is (252,4,173). Sum of RGB (Red+Green+Blue) = 252+4+173=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04AD is #03FB52. Grayscale: #606060. Windows color (decimal): -260947 or 11339004. OLE color: 11339004.
HSL color Cylindrical-coordinate representation of color #FC04AD: hue angle of 319.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04AD is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.01 |
| HSL | 319.11º | 0.98% | 0.5% | - |
| HSV(B) | 319.11º | 0.98% | 0.99% | - |
| XYZ | 47.73 | 23.8 | 41.61 | - |
| YUV | 97.42 | 170.66 | 238.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 173 | 0 | 0.98 | 0.31 | 0.01 | 319.11 | 0.98 | 0.5 |
| Hex | FC | 4 | AD | 0 | 62 | 1F | 1 | 13F | 62 | 32 |
| Octal | 374 | 4 | 255 | 0 | 142 | 37 | 1 | 477 | 142 | 62 |
| Binary | 11111100 | 100 | 10101101 | 0 | 1100010 | 11111 | 1 | 100111111 | 1100010 | 110010 |
Color Harmonies of #FC04AD
Complementary color
Monochromatic Colors of #FC04AD
Black with #FC04AD
Text Example
Text Example
White with #FC04AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04AD; }
p { color: rgb(252,4,173); }
H1.HeaderClassName
{
color: #FC04AD;
}
.AnyTagClassName
{
color: #FC04AD;
}
</style>
background-color css
<style>
a { background-color: #FC04AD; }
a { background-color: rgb(252,4,173); }
div.DivClassName
{
background-color: #FC04AD;
}
.BgClassName
{
background-color: #FC04AD;
}
</style>
border-color css
<style>
span { border-color: #FC04AD; }
span { border-color: rgb(252,4,173); }
td.TdClassName
{
border-color: #FC04AD;
}
.TagClassName
{
border-color: #FC04AD;
}
</style>