Shades of Hollywood Cerise #F20798
Tints of Hollywood Cerise #F20798
RGB
CMYK
RGB Variations
Color information
#F20798 (or 0xF20798) is known color: Hollywood Cerise. HEX triplet: F2, 07 and 98. RGB value is (242,7,152). Sum of RGB (Red+Green+Blue) = 242+7+152=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F20798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20798 is #0DF867. Grayscale: #5D5D5D. Windows color (decimal): -915560 or 9963506. OLE color: 9963506.
HSL color Cylindrical-coordinate representation of color #F20798: hue angle of 322.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20798 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.05 |
| HSL | 322.98º | 0.94% | 0.49% | - |
| HSV(B) | 322.98º | 0.97% | 0.95% | - |
| XYZ | 42.36 | 21.3 | 31.58 | - |
| YUV | 93.8 | 160.86 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 152 | 0 | 0.97 | 0.37 | 0.05 | 322.98 | 0.94 | 0.49 |
| Hex | F2 | 7 | 98 | 0 | 61 | 25 | 5 | 143 | 5E | 31 |
| Octal | 362 | 7 | 230 | 0 | 141 | 45 | 5 | 503 | 136 | 61 |
| Binary | 11110010 | 111 | 10011000 | 0 | 1100001 | 100101 | 101 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F20798
Complementary color
Monochromatic Colors of #F20798
Black with #F20798
Text Example
Text Example
White with #F20798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20798; }
p { color: rgb(242,7,152); }
H1.HeaderClassName
{
color: #F20798;
}
.AnyTagClassName
{
color: #F20798;
}
</style>
background-color css
<style>
a { background-color: #F20798; }
a { background-color: rgb(242,7,152); }
div.DivClassName
{
background-color: #F20798;
}
.BgClassName
{
background-color: #F20798;
}
</style>
border-color css
<style>
span { border-color: #F20798; }
span { border-color: rgb(242,7,152); }
td.TdClassName
{
border-color: #F20798;
}
.TagClassName
{
border-color: #F20798;
}
</style>