Shades of Hollywood Cerise #FC04A7
Tints of Hollywood Cerise #FC04A7
RGB
CMYK
RGB Variations
Color information
#FC04A7 (or 0xFC04A7) is known color: Hollywood Cerise. HEX triplet: FC, 04 and A7. RGB value is (252,4,167). Sum of RGB (Red+Green+Blue) = 252+4+167=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04A7 is #03FB58. Grayscale: #606060. Windows color (decimal): -260953 or 10945788. OLE color: 10945788.
HSL color Cylindrical-coordinate representation of color #FC04A7: hue angle of 320.56º 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 #FC04A7 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 167 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.01 |
| HSL | 320.56º | 0.98% | 0.5% | - |
| HSV(B) | 320.56º | 0.98% | 0.99% | - |
| XYZ | 47.16 | 23.57 | 38.62 | - |
| YUV | 96.73 | 167.66 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 167 | 0 | 0.98 | 0.34 | 0.01 | 320.56 | 0.98 | 0.5 |
| Hex | FC | 4 | A7 | 0 | 62 | 22 | 1 | 141 | 62 | 32 |
| Octal | 374 | 4 | 247 | 0 | 142 | 42 | 1 | 501 | 142 | 62 |
| Binary | 11111100 | 100 | 10100111 | 0 | 1100010 | 100010 | 1 | 101000001 | 1100010 | 110010 |
Color Harmonies of #FC04A7
Complementary color
Monochromatic Colors of #FC04A7
Black with #FC04A7
Text Example
Text Example
White with #FC04A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04A7; }
p { color: rgb(252,4,167); }
H1.HeaderClassName
{
color: #FC04A7;
}
.AnyTagClassName
{
color: #FC04A7;
}
</style>
background-color css
<style>
a { background-color: #FC04A7; }
a { background-color: rgb(252,4,167); }
div.DivClassName
{
background-color: #FC04A7;
}
.BgClassName
{
background-color: #FC04A7;
}
</style>
border-color css
<style>
span { border-color: #FC04A7; }
span { border-color: rgb(252,4,167); }
td.TdClassName
{
border-color: #FC04A7;
}
.TagClassName
{
border-color: #FC04A7;
}
</style>