Shades of Hollywood Cerise #F2009E
Tints of Hollywood Cerise #F2009E
RGB
CMYK
RGB Variations
Color information
#F2009E (or 0xF2009E) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 9E. RGB value is (242,0,158). Sum of RGB (Red+Green+Blue) = 242+0+158=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F2009E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2009E is #0DFF61. Grayscale: #595959. Windows color (decimal): -917346 or 10354930. OLE color: 10354930.
HSL color Cylindrical-coordinate representation of color #F2009E: hue angle of 320.83º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2009E is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 158 | - |
| CMYK | 0 | 1 | 0.35 | 0.05 |
| HSL | 320.83º | 1% | 0.47% | - |
| HSV(B) | 320.83º | 1% | 0.95% | - |
| XYZ | 42.79 | 21.35 | 34.21 | - |
| YUV | 90.37 | 166.17 | 236.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 158 | 0 | 1 | 0.35 | 0.05 | 320.83 | 1 | 0.47 |
| Hex | F2 | 0 | 9E | 0 | 64 | 23 | 5 | 141 | 64 | 2F |
| Octal | 362 | 0 | 236 | 0 | 144 | 43 | 5 | 501 | 144 | 57 |
| Binary | 11110010 | 0 | 10011110 | 0 | 1100100 | 100011 | 101 | 101000001 | 1100100 | 101111 |
Color Harmonies of #F2009E
Complementary color
Monochromatic Colors of #F2009E
Black with #F2009E
Text Example
Text Example
White with #F2009E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2009E; }
p { color: rgb(242,0,158); }
H1.HeaderClassName
{
color: #F2009E;
}
.AnyTagClassName
{
color: #F2009E;
}
</style>
background-color css
<style>
a { background-color: #F2009E; }
a { background-color: rgb(242,0,158); }
div.DivClassName
{
background-color: #F2009E;
}
.BgClassName
{
background-color: #F2009E;
}
</style>
border-color css
<style>
span { border-color: #F2009E; }
span { border-color: rgb(242,0,158); }
td.TdClassName
{
border-color: #F2009E;
}
.TagClassName
{
border-color: #F2009E;
}
</style>