Shades of Hollywood Cerise #F00F9F
Tints of Hollywood Cerise #F00F9F
RGB
CMYK
RGB Variations
Color information
#F00F9F (or 0xF00F9F) is known color: Hollywood Cerise. HEX triplet: F0, 0F and 9F. RGB value is (240,15,159). Sum of RGB (Red+Green+Blue) = 240+15+159=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00F9F is #0FF060. Grayscale: #626262. Windows color (decimal): -1044577 or 10424304. OLE color: 10424304.
HSL color Cylindrical-coordinate representation of color #F00F9F: hue angle of 321.6º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F9F is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 159 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.06 |
| HSL | 321.6º | 0.88% | 0.5% | - |
| HSV(B) | 321.6º | 0.94% | 0.94% | - |
| XYZ | 42.36 | 21.37 | 34.69 | - |
| YUV | 98.69 | 162.04 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 159 | 0 | 0.94 | 0.34 | 0.06 | 321.6 | 0.88 | 0.5 |
| Hex | F0 | F | 9F | 0 | 5E | 22 | 6 | 142 | 58 | 32 |
| Octal | 360 | 17 | 237 | 0 | 136 | 42 | 6 | 502 | 130 | 62 |
| Binary | 11110000 | 1111 | 10011111 | 0 | 1011110 | 100010 | 110 | 101000010 | 1011000 | 110010 |
Color Harmonies of #F00F9F
Complementary color
Monochromatic Colors of #F00F9F
Black with #F00F9F
Text Example
Text Example
White with #F00F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F9F; }
p { color: rgb(240,15,159); }
H1.HeaderClassName
{
color: #F00F9F;
}
.AnyTagClassName
{
color: #F00F9F;
}
</style>
background-color css
<style>
a { background-color: #F00F9F; }
a { background-color: rgb(240,15,159); }
div.DivClassName
{
background-color: #F00F9F;
}
.BgClassName
{
background-color: #F00F9F;
}
</style>
border-color css
<style>
span { border-color: #F00F9F; }
span { border-color: rgb(240,15,159); }
td.TdClassName
{
border-color: #F00F9F;
}
.TagClassName
{
border-color: #F00F9F;
}
</style>