Shades of Hollywood Cerise #F0099E
Tints of Hollywood Cerise #F0099E
RGB
CMYK
RGB Variations
Color information
#F0099E (or 0xF0099E) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 9E. RGB value is (240,9,158). Sum of RGB (Red+Green+Blue) = 240+9+158=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 158 (62.11% from 255 or 38.82% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0099E is #0FF661. Grayscale: #5E5E5E. Windows color (decimal): -1046114 or 10357232. OLE color: 10357232.
HSL color Cylindrical-coordinate representation of color #F0099E: hue angle of 321.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0099E is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.06 |
| HSL | 321.3º | 0.93% | 0.49% | - |
| HSV(B) | 321.3º | 0.96% | 0.94% | - |
| XYZ | 42.2 | 21.19 | 34.21 | - |
| YUV | 95.06 | 163.53 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 158 | 0 | 0.96 | 0.34 | 0.06 | 321.3 | 0.93 | 0.49 |
| Hex | F0 | 9 | 9E | 0 | 60 | 22 | 6 | 141 | 5D | 31 |
| Octal | 360 | 11 | 236 | 0 | 140 | 42 | 6 | 501 | 135 | 61 |
| Binary | 11110000 | 1001 | 10011110 | 0 | 1100000 | 100010 | 110 | 101000001 | 1011101 | 110001 |
Color Harmonies of #F0099E
Complementary color
Monochromatic Colors of #F0099E
Black with #F0099E
Text Example
Text Example
White with #F0099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0099E; }
p { color: rgb(240,9,158); }
H1.HeaderClassName
{
color: #F0099E;
}
.AnyTagClassName
{
color: #F0099E;
}
</style>
background-color css
<style>
a { background-color: #F0099E; }
a { background-color: rgb(240,9,158); }
div.DivClassName
{
background-color: #F0099E;
}
.BgClassName
{
background-color: #F0099E;
}
</style>
border-color css
<style>
span { border-color: #F0099E; }
span { border-color: rgb(240,9,158); }
td.TdClassName
{
border-color: #F0099E;
}
.TagClassName
{
border-color: #F0099E;
}
</style>