Shades of Hollywood Cerise #F0099F
Tints of Hollywood Cerise #F0099F
RGB
CMYK
RGB Variations
Color information
#F0099F (or 0xF0099F) is known color: Hollywood Cerise. HEX triplet: F0, 09 and 9F. RGB value is (240,9,159). Sum of RGB (Red+Green+Blue) = 240+9+159=408 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.82% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 240 - color contains mainly: red. Hex color #F0099F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0099F is #0FF660. Grayscale: #5E5E5E. Windows color (decimal): -1046113 or 10422768. OLE color: 10422768.
HSL color Cylindrical-coordinate representation of color #F0099F: hue angle of 321.04º 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 #F0099F is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 159 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.06 |
| HSL | 321.04º | 0.93% | 0.49% | - |
| HSV(B) | 321.04º | 0.96% | 0.94% | - |
| XYZ | 42.29 | 21.22 | 34.67 | - |
| YUV | 95.17 | 164.03 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 159 | 0 | 0.96 | 0.34 | 0.06 | 321.04 | 0.93 | 0.49 |
| Hex | F0 | 9 | 9F | 0 | 60 | 22 | 6 | 141 | 5D | 31 |
| Octal | 360 | 11 | 237 | 0 | 140 | 42 | 6 | 501 | 135 | 61 |
| Binary | 11110000 | 1001 | 10011111 | 0 | 1100000 | 100010 | 110 | 101000001 | 1011101 | 110001 |
Color Harmonies of #F0099F
Complementary color
Monochromatic Colors of #F0099F
Black with #F0099F
Text Example
Text Example
White with #F0099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0099F; }
p { color: rgb(240,9,159); }
H1.HeaderClassName
{
color: #F0099F;
}
.AnyTagClassName
{
color: #F0099F;
}
</style>
background-color css
<style>
a { background-color: #F0099F; }
a { background-color: rgb(240,9,159); }
div.DivClassName
{
background-color: #F0099F;
}
.BgClassName
{
background-color: #F0099F;
}
</style>
border-color css
<style>
span { border-color: #F0099F; }
span { border-color: rgb(240,9,159); }
td.TdClassName
{
border-color: #F0099F;
}
.TagClassName
{
border-color: #F0099F;
}
</style>