Shades of Hollywood Cerise #F20192
Tints of Hollywood Cerise #F20192
RGB
CMYK
RGB Variations
Color information
#F20192 (or 0xF20192) is known color: Hollywood Cerise. HEX triplet: F2, 01 and 92. RGB value is (242,1,146). Sum of RGB (Red+Green+Blue) = 242+1+146=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F20192 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F20192 is #0DFE6D. Grayscale: #595959. Windows color (decimal): -917102 or 9568754. OLE color: 9568754.
HSL color Cylindrical-coordinate representation of color #F20192: hue angle of 323.9º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20192 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.05 |
| HSL | 323.9º | 0.99% | 0.48% | - |
| HSV(B) | 323.9º | 1% | 0.95% | - |
| XYZ | 41.82 | 20.97 | 29.04 | - |
| YUV | 89.59 | 159.84 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 146 | 0 | 1.00 | 0.40 | 0.05 | 323.9 | 0.99 | 0.48 |
| Hex | F2 | 1 | 92 | 0 | 64 | 28 | 5 | 144 | 63 | 30 |
| Octal | 362 | 1 | 222 | 0 | 144 | 50 | 5 | 504 | 143 | 60 |
| Binary | 11110010 | 1 | 10010010 | 0 | 1100100 | 101000 | 101 | 101000100 | 1100011 | 110000 |
Color Harmonies of #F20192
Complementary color
Monochromatic Colors of #F20192
Black with #F20192
Text Example
Text Example
White with #F20192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20192; }
p { color: rgb(242,1,146); }
H1.HeaderClassName
{
color: #F20192;
}
.AnyTagClassName
{
color: #F20192;
}
</style>
background-color css
<style>
a { background-color: #F20192; }
a { background-color: rgb(242,1,146); }
div.DivClassName
{
background-color: #F20192;
}
.BgClassName
{
background-color: #F20192;
}
</style>
border-color css
<style>
span { border-color: #F20192; }
span { border-color: rgb(242,1,146); }
td.TdClassName
{
border-color: #F20192;
}
.TagClassName
{
border-color: #F20192;
}
</style>