Shades of Hollywood Cerise #F20396
Tints of Hollywood Cerise #F20396
RGB
CMYK
RGB Variations
Color information
#F20396 (or 0xF20396) is known color: Hollywood Cerise. HEX triplet: F2, 03 and 96. RGB value is (242,3,150). Sum of RGB (Red+Green+Blue) = 242+3+150=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F20396 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20396 is #0DFC69. Grayscale: #5A5A5A. Windows color (decimal): -916586 or 9831410. OLE color: 9831410.
HSL color Cylindrical-coordinate representation of color #F20396: hue angle of 323.1º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20396 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 150 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.05 |
| HSL | 323.1º | 0.98% | 0.48% | - |
| HSV(B) | 323.1º | 0.99% | 0.95% | - |
| XYZ | 42.16 | 21.14 | 30.71 | - |
| YUV | 91.22 | 161.18 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 150 | 0 | 0.99 | 0.38 | 0.05 | 323.1 | 0.98 | 0.48 |
| Hex | F2 | 3 | 96 | 0 | 63 | 26 | 5 | 143 | 62 | 30 |
| Octal | 362 | 3 | 226 | 0 | 143 | 46 | 5 | 503 | 142 | 60 |
| Binary | 11110010 | 11 | 10010110 | 0 | 1100011 | 100110 | 101 | 101000011 | 1100010 | 110000 |
Color Harmonies of #F20396
Complementary color
Monochromatic Colors of #F20396
Black with #F20396
Text Example
Text Example
White with #F20396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20396; }
p { color: rgb(242,3,150); }
H1.HeaderClassName
{
color: #F20396;
}
.AnyTagClassName
{
color: #F20396;
}
</style>
background-color css
<style>
a { background-color: #F20396; }
a { background-color: rgb(242,3,150); }
div.DivClassName
{
background-color: #F20396;
}
.BgClassName
{
background-color: #F20396;
}
</style>
border-color css
<style>
span { border-color: #F20396; }
span { border-color: rgb(242,3,150); }
td.TdClassName
{
border-color: #F20396;
}
.TagClassName
{
border-color: #F20396;
}
</style>