Shades of Hollywood Cerise #FC0296
Tints of Hollywood Cerise #FC0296
RGB
CMYK
RGB Variations
Color information
#FC0296 (or 0xFC0296) is known color: Hollywood Cerise. HEX triplet: FC, 02 and 96. RGB value is (252,2,150). Sum of RGB (Red+Green+Blue) = 252+2+150=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0296 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0296 is #03FD69. Grayscale: #5D5D5D. Windows color (decimal): -261482 or 9831164. OLE color: 9831164.
HSL color Cylindrical-coordinate representation of color #FC0296: hue angle of 324.48º 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 #FC0296 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 2 | 150 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.01 |
| HSL | 324.48º | 0.98% | 0.5% | - |
| HSV(B) | 324.48º | 0.99% | 0.99% | - |
| XYZ | 45.67 | 22.94 | 30.88 | - |
| YUV | 93.62 | 159.83 | 240.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 2 | 150 | 0 | 0.99 | 0.40 | 0.01 | 324.48 | 0.98 | 0.5 |
| Hex | FC | 2 | 96 | 0 | 63 | 28 | 1 | 144 | 62 | 32 |
| Octal | 374 | 2 | 226 | 0 | 143 | 50 | 1 | 504 | 142 | 62 |
| Binary | 11111100 | 10 | 10010110 | 0 | 1100011 | 101000 | 1 | 101000100 | 1100010 | 110010 |
Color Harmonies of #FC0296
Complementary color
Monochromatic Colors of #FC0296
Black with #FC0296
Text Example
Text Example
White with #FC0296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0296; }
p { color: rgb(252,2,150); }
H1.HeaderClassName
{
color: #FC0296;
}
.AnyTagClassName
{
color: #FC0296;
}
</style>
background-color css
<style>
a { background-color: #FC0296; }
a { background-color: rgb(252,2,150); }
div.DivClassName
{
background-color: #FC0296;
}
.BgClassName
{
background-color: #FC0296;
}
</style>
border-color css
<style>
span { border-color: #FC0296; }
span { border-color: rgb(252,2,150); }
td.TdClassName
{
border-color: #FC0296;
}
.TagClassName
{
border-color: #FC0296;
}
</style>