Shades of Hollywood Cerise #FC05A7
Tints of Hollywood Cerise #FC05A7
RGB
CMYK
RGB Variations
Color information
#FC05A7 (or 0xFC05A7) is known color: Hollywood Cerise. HEX triplet: FC, 05 and A7. RGB value is (252,5,167). Sum of RGB (Red+Green+Blue) = 252+5+167=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC05A7 is #03FA58. Grayscale: #606060. Windows color (decimal): -260697 or 10946044. OLE color: 10946044.
HSL color Cylindrical-coordinate representation of color #FC05A7: hue angle of 320.65º 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 #FC05A7 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 167 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.01 |
| HSL | 320.65º | 0.98% | 0.5% | - |
| HSV(B) | 320.65º | 0.98% | 0.99% | - |
| XYZ | 47.17 | 23.59 | 38.63 | - |
| YUV | 97.32 | 167.33 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 167 | 0 | 0.98 | 0.34 | 0.01 | 320.65 | 0.98 | 0.5 |
| Hex | FC | 5 | A7 | 0 | 62 | 22 | 1 | 141 | 62 | 32 |
| Octal | 374 | 5 | 247 | 0 | 142 | 42 | 1 | 501 | 142 | 62 |
| Binary | 11111100 | 101 | 10100111 | 0 | 1100010 | 100010 | 1 | 101000001 | 1100010 | 110010 |
Color Harmonies of #FC05A7
Complementary color
Monochromatic Colors of #FC05A7
Black with #FC05A7
Text Example
Text Example
White with #FC05A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC05A7; }
p { color: rgb(252,5,167); }
H1.HeaderClassName
{
color: #FC05A7;
}
.AnyTagClassName
{
color: #FC05A7;
}
</style>
background-color css
<style>
a { background-color: #FC05A7; }
a { background-color: rgb(252,5,167); }
div.DivClassName
{
background-color: #FC05A7;
}
.BgClassName
{
background-color: #FC05A7;
}
</style>
border-color css
<style>
span { border-color: #FC05A7; }
span { border-color: rgb(252,5,167); }
td.TdClassName
{
border-color: #FC05A7;
}
.TagClassName
{
border-color: #FC05A7;
}
</style>