Shades of Hollywood Cerise #F2009F
Tints of Hollywood Cerise #F2009F
RGB
CMYK
RGB Variations
Color information
#F2009F (or 0xF2009F) is known color: Hollywood Cerise. HEX triplet: F2, 00 and 9F. RGB value is (242,0,159). Sum of RGB (Red+Green+Blue) = 242+0+159=401 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.35% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 242 - color contains mainly: red. Hex color #F2009F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F2009F is #0DFF60. Grayscale: #5A5A5A. Windows color (decimal): -917345 or 10420466. OLE color: 10420466.
HSL color Cylindrical-coordinate representation of color #F2009F: hue angle of 320.58º 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 #F2009F is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 159 | - |
| CMYK | 0 | 1 | 0.34 | 0.05 |
| HSL | 320.58º | 1% | 0.47% | - |
| HSV(B) | 320.58º | 1% | 0.95% | - |
| XYZ | 42.88 | 21.38 | 34.67 | - |
| YUV | 90.48 | 166.67 | 236.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 159 | 0 | 1 | 0.34 | 0.05 | 320.58 | 1 | 0.47 |
| Hex | F2 | 0 | 9F | 0 | 64 | 22 | 5 | 141 | 64 | 2F |
| Octal | 362 | 0 | 237 | 0 | 144 | 42 | 5 | 501 | 144 | 57 |
| Binary | 11110010 | 0 | 10011111 | 0 | 1100100 | 100010 | 101 | 101000001 | 1100100 | 101111 |
Color Harmonies of #F2009F
Complementary color
Monochromatic Colors of #F2009F
Black with #F2009F
Text Example
Text Example
White with #F2009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2009F; }
p { color: rgb(242,0,159); }
H1.HeaderClassName
{
color: #F2009F;
}
.AnyTagClassName
{
color: #F2009F;
}
</style>
background-color css
<style>
a { background-color: #F2009F; }
a { background-color: rgb(242,0,159); }
div.DivClassName
{
background-color: #F2009F;
}
.BgClassName
{
background-color: #F2009F;
}
</style>
border-color css
<style>
span { border-color: #F2009F; }
span { border-color: rgb(242,0,159); }
td.TdClassName
{
border-color: #F2009F;
}
.TagClassName
{
border-color: #F2009F;
}
</style>