Shades of Hollywood Cerise #FC059D
Tints of Hollywood Cerise #FC059D
RGB
CMYK
RGB Variations
Color information
#FC059D (or 0xFC059D) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 9D. RGB value is (252,5,157). Sum of RGB (Red+Green+Blue) = 252+5+157=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 5 (2.34% from 255 or 1.21% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC059D is #03FA62. Grayscale: #5F5F5F. Windows color (decimal): -260707 or 10290684. OLE color: 10290684.
HSL color Cylindrical-coordinate representation of color #FC059D: hue angle of 323.08º 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 #FC059D is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.01 |
| HSL | 323.08º | 0.98% | 0.5% | - |
| HSV(B) | 323.08º | 0.98% | 0.99% | - |
| XYZ | 46.28 | 23.24 | 33.94 | - |
| YUV | 96.18 | 162.33 | 239.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 157 | 0 | 0.98 | 0.38 | 0.01 | 323.08 | 0.98 | 0.5 |
| Hex | FC | 5 | 9D | 0 | 62 | 26 | 1 | 143 | 62 | 32 |
| Octal | 374 | 5 | 235 | 0 | 142 | 46 | 1 | 503 | 142 | 62 |
| Binary | 11111100 | 101 | 10011101 | 0 | 1100010 | 100110 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FC059D
Complementary color
Monochromatic Colors of #FC059D
Black with #FC059D
Text Example
Text Example
White with #FC059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC059D; }
p { color: rgb(252,5,157); }
H1.HeaderClassName
{
color: #FC059D;
}
.AnyTagClassName
{
color: #FC059D;
}
</style>
background-color css
<style>
a { background-color: #FC059D; }
a { background-color: rgb(252,5,157); }
div.DivClassName
{
background-color: #FC059D;
}
.BgClassName
{
background-color: #FC059D;
}
</style>
border-color css
<style>
span { border-color: #FC059D; }
span { border-color: rgb(252,5,157); }
td.TdClassName
{
border-color: #FC059D;
}
.TagClassName
{
border-color: #FC059D;
}
</style>