Shades of Hollywood Cerise #FC0299
Tints of Hollywood Cerise #FC0299
RGB
CMYK
RGB Variations
Color information
#FC0299 (or 0xFC0299) is known color: Hollywood Cerise. HEX triplet: FC, 02 and 99. RGB value is (252,2,153). Sum of RGB (Red+Green+Blue) = 252+2+153=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0299 is #03FD66. Grayscale: #5D5D5D. Windows color (decimal): -261479 or 10027772. OLE color: 10027772.
HSL color Cylindrical-coordinate representation of color #FC0299: hue angle of 323.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC0299 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.01 |
| HSL | 323.76º | 0.98% | 0.5% | - |
| HSV(B) | 323.76º | 0.99% | 0.99% | - |
| XYZ | 45.92 | 23.04 | 32.16 | - |
| YUV | 93.96 | 161.33 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 153 | 0 | 0.99 | 0.39 | 0.01 | 323.76 | 0.98 | 0.5 |
| Hex | FC | 2 | 99 | 0 | 63 | 27 | 1 | 144 | 62 | 32 |
| Octal | 374 | 2 | 231 | 0 | 143 | 47 | 1 | 504 | 142 | 62 |
| Binary | 11111100 | 10 | 10011001 | 0 | 1100011 | 100111 | 1 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FC0299
Complementary color
Monochromatic Colors of #FC0299
Black with #FC0299
Text Example
Text Example
White with #FC0299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0299; }
p { color: rgb(252,2,153); }
H1.HeaderClassName
{
color: #FC0299;
}
.AnyTagClassName
{
color: #FC0299;
}
</style>
background-color css
<style>
a { background-color: #FC0299; }
a { background-color: rgb(252,2,153); }
div.DivClassName
{
background-color: #FC0299;
}
.BgClassName
{
background-color: #FC0299;
}
</style>
border-color css
<style>
span { border-color: #FC0299; }
span { border-color: rgb(252,2,153); }
td.TdClassName
{
border-color: #FC0299;
}
.TagClassName
{
border-color: #FC0299;
}
</style>