Shades of Hollywood Cerise #F00A99
Tints of Hollywood Cerise #F00A99
RGB
CMYK
RGB Variations
Color information
#F00A99 (or 0xF00A99) is known color: Hollywood Cerise. HEX triplet: F0, 0A and 99. RGB value is (240,10,153). Sum of RGB (Red+Green+Blue) = 240+10+153=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 10 (4.30% from 255 or 2.48% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00A99 is #0FF566. Grayscale: #5E5E5E. Windows color (decimal): -1045863 or 10029808. OLE color: 10029808.
HSL color Cylindrical-coordinate representation of color #F00A99: hue angle of 322.7º degrees, saturation: 0.92, 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 #F00A99 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 153 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.06 |
| HSL | 322.7º | 0.92% | 0.49% | - |
| HSV(B) | 322.7º | 0.96% | 0.94% | - |
| XYZ | 41.79 | 21.04 | 32 | - |
| YUV | 95.07 | 160.7 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 153 | 0 | 0.96 | 0.36 | 0.06 | 322.7 | 0.92 | 0.49 |
| Hex | F0 | A | 99 | 0 | 60 | 24 | 6 | 143 | 5C | 31 |
| Octal | 360 | 12 | 231 | 0 | 140 | 44 | 6 | 503 | 134 | 61 |
| Binary | 11110000 | 1010 | 10011001 | 0 | 1100000 | 100100 | 110 | 101000011 | 1011100 | 110001 |
Color Harmonies of #F00A99
Complementary color
Monochromatic Colors of #F00A99
Black with #F00A99
Text Example
Text Example
White with #F00A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A99; }
p { color: rgb(240,10,153); }
H1.HeaderClassName
{
color: #F00A99;
}
.AnyTagClassName
{
color: #F00A99;
}
</style>
background-color css
<style>
a { background-color: #F00A99; }
a { background-color: rgb(240,10,153); }
div.DivClassName
{
background-color: #F00A99;
}
.BgClassName
{
background-color: #F00A99;
}
</style>
border-color css
<style>
span { border-color: #F00A99; }
span { border-color: rgb(240,10,153); }
td.TdClassName
{
border-color: #F00A99;
}
.TagClassName
{
border-color: #F00A99;
}
</style>