Shades of Hollywood Cerise #FC019F
Tints of Hollywood Cerise #FC019F
RGB
CMYK
RGB Variations
Color information
#FC019F (or 0xFC019F) is known color: Hollywood Cerise. HEX triplet: FC, 01 and 9F. RGB value is (252,1,159). Sum of RGB (Red+Green+Blue) = 252+1+159=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 1 (0.78% from 255 or 0.24% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC019F is #03FE60. Grayscale: #5D5D5D. Windows color (decimal): -261729 or 10420732. OLE color: 10420732.
HSL color Cylindrical-coordinate representation of color #FC019F: hue angle of 322.23º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC019F is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.01 |
| HSL | 322.23º | 0.99% | 0.5% | - |
| HSV(B) | 322.23º | 1% | 0.99% | - |
| XYZ | 46.41 | 23.22 | 34.84 | - |
| YUV | 94.06 | 164.66 | 240.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 1 | 159 | 0 | 1.00 | 0.37 | 0.01 | 322.23 | 0.99 | 0.5 |
| Hex | FC | 1 | 9F | 0 | 64 | 25 | 1 | 142 | 63 | 32 |
| Octal | 374 | 1 | 237 | 0 | 144 | 45 | 1 | 502 | 143 | 62 |
| Binary | 11111100 | 1 | 10011111 | 0 | 1100100 | 100101 | 1 | 101000010 | 1100011 | 110010 |
Color Harmonies of #FC019F
Complementary color
Monochromatic Colors of #FC019F
Black with #FC019F
Text Example
Text Example
White with #FC019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC019F; }
p { color: rgb(252,1,159); }
H1.HeaderClassName
{
color: #FC019F;
}
.AnyTagClassName
{
color: #FC019F;
}
</style>
background-color css
<style>
a { background-color: #FC019F; }
a { background-color: rgb(252,1,159); }
div.DivClassName
{
background-color: #FC019F;
}
.BgClassName
{
background-color: #FC019F;
}
</style>
border-color css
<style>
span { border-color: #FC019F; }
span { border-color: rgb(252,1,159); }
td.TdClassName
{
border-color: #FC019F;
}
.TagClassName
{
border-color: #FC019F;
}
</style>