Shades of Hollywood Cerise #FC059A
Tints of Hollywood Cerise #FC059A
RGB
CMYK
RGB Variations
Color information
#FC059A (or 0xFC059A) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 9A. RGB value is (252,5,154). Sum of RGB (Red+Green+Blue) = 252+5+154=411 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.31% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 252 - color contains mainly: red. Hex color #FC059A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC059A is #03FA65. Grayscale: #5F5F5F. Windows color (decimal): -260710 or 10094076. OLE color: 10094076.
HSL color Cylindrical-coordinate representation of color #FC059A: hue angle of 323.81º 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 #FC059A is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 5 | 154 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.01 |
| HSL | 323.81º | 0.98% | 0.5% | - |
| HSV(B) | 323.81º | 0.98% | 0.99% | - |
| XYZ | 46.03 | 23.14 | 32.61 | - |
| YUV | 95.84 | 160.83 | 239.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 5 | 154 | 0 | 0.98 | 0.39 | 0.01 | 323.81 | 0.98 | 0.5 |
| Hex | FC | 5 | 9A | 0 | 62 | 27 | 1 | 144 | 62 | 32 |
| Octal | 374 | 5 | 232 | 0 | 142 | 47 | 1 | 504 | 142 | 62 |
| Binary | 11111100 | 101 | 10011010 | 0 | 1100010 | 100111 | 1 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FC059A
Complementary color
Monochromatic Colors of #FC059A
Black with #FC059A
Text Example
Text Example
White with #FC059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC059A; }
p { color: rgb(252,5,154); }
H1.HeaderClassName
{
color: #FC059A;
}
.AnyTagClassName
{
color: #FC059A;
}
</style>
background-color css
<style>
a { background-color: #FC059A; }
a { background-color: rgb(252,5,154); }
div.DivClassName
{
background-color: #FC059A;
}
.BgClassName
{
background-color: #FC059A;
}
</style>
border-color css
<style>
span { border-color: #FC059A; }
span { border-color: rgb(252,5,154); }
td.TdClassName
{
border-color: #FC059A;
}
.TagClassName
{
border-color: #FC059A;
}
</style>