Shades of Hollywood Cerise #FC059F
Tints of Hollywood Cerise #FC059F
RGB
CMYK
RGB Variations
Color information
#FC059F (or 0xFC059F) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 9F. RGB value is (252,5,159). Sum of RGB (Red+Green+Blue) = 252+5+159=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC059F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC059F is #03FA60. Grayscale: #606060. Windows color (decimal): -260705 or 10421756. OLE color: 10421756.
HSL color Cylindrical-coordinate representation of color #FC059F: hue angle of 322.59º 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 #FC059F is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 159 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.01 |
| HSL | 322.59º | 0.98% | 0.5% | - |
| HSV(B) | 322.59º | 0.98% | 0.99% | - |
| XYZ | 46.46 | 23.31 | 34.85 | - |
| YUV | 96.41 | 163.33 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 159 | 0 | 0.98 | 0.37 | 0.01 | 322.59 | 0.98 | 0.5 |
| Hex | FC | 5 | 9F | 0 | 62 | 25 | 1 | 143 | 62 | 32 |
| Octal | 374 | 5 | 237 | 0 | 142 | 45 | 1 | 503 | 142 | 62 |
| Binary | 11111100 | 101 | 10011111 | 0 | 1100010 | 100101 | 1 | 101000011 | 1100010 | 110010 |
Color Harmonies of #FC059F
Complementary color
Monochromatic Colors of #FC059F
Black with #FC059F
Text Example
Text Example
White with #FC059F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC059F; }
p { color: rgb(252,5,159); }
H1.HeaderClassName
{
color: #FC059F;
}
.AnyTagClassName
{
color: #FC059F;
}
</style>
background-color css
<style>
a { background-color: #FC059F; }
a { background-color: rgb(252,5,159); }
div.DivClassName
{
background-color: #FC059F;
}
.BgClassName
{
background-color: #FC059F;
}
</style>
border-color css
<style>
span { border-color: #FC059F; }
span { border-color: rgb(252,5,159); }
td.TdClassName
{
border-color: #FC059F;
}
.TagClassName
{
border-color: #FC059F;
}
</style>