Shades of Hollywood Cerise #FC04AA
Tints of Hollywood Cerise #FC04AA
RGB
CMYK
RGB Variations
Color information
#FC04AA (or 0xFC04AA) is known color: Hollywood Cerise. HEX triplet: FC, 04 and AA. RGB value is (252,4,170). Sum of RGB (Red+Green+Blue) = 252+4+170=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 4 (1.95% from 255 or 0.94% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04AA is #03FB55. Grayscale: #606060. Windows color (decimal): -260950 or 11142396. OLE color: 11142396.
HSL color Cylindrical-coordinate representation of color #FC04AA: hue angle of 319.84º 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 #FC04AA is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 170 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.01 |
| HSL | 319.84º | 0.98% | 0.5% | - |
| HSV(B) | 319.84º | 0.98% | 0.99% | - |
| XYZ | 47.44 | 23.68 | 40.1 | - |
| YUV | 97.08 | 169.16 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 170 | 0 | 0.98 | 0.33 | 0.01 | 319.84 | 0.98 | 0.5 |
| Hex | FC | 4 | AA | 0 | 62 | 21 | 1 | 140 | 62 | 32 |
| Octal | 374 | 4 | 252 | 0 | 142 | 41 | 1 | 500 | 142 | 62 |
| Binary | 11111100 | 100 | 10101010 | 0 | 1100010 | 100001 | 1 | 101000000 | 1100010 | 110010 |
Color Harmonies of #FC04AA
Complementary color
Monochromatic Colors of #FC04AA
Black with #FC04AA
Text Example
Text Example
White with #FC04AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04AA; }
p { color: rgb(252,4,170); }
H1.HeaderClassName
{
color: #FC04AA;
}
.AnyTagClassName
{
color: #FC04AA;
}
</style>
background-color css
<style>
a { background-color: #FC04AA; }
a { background-color: rgb(252,4,170); }
div.DivClassName
{
background-color: #FC04AA;
}
.BgClassName
{
background-color: #FC04AA;
}
</style>
border-color css
<style>
span { border-color: #FC04AA; }
span { border-color: rgb(252,4,170); }
td.TdClassName
{
border-color: #FC04AA;
}
.TagClassName
{
border-color: #FC04AA;
}
</style>