Shades of Hollywood Cerise #F009A0
Tints of Hollywood Cerise #F009A0
RGB
CMYK
RGB Variations
Color information
#F009A0 (or 0xF009A0) is known color: Hollywood Cerise. HEX triplet: F0, 09 and A0. RGB value is (240,9,160). Sum of RGB (Red+Green+Blue) = 240+9+160=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 9 (3.91% from 255 or 2.20% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A0 is #0FF65F. Grayscale: #5E5E5E. Windows color (decimal): -1046112 or 10488304. OLE color: 10488304.
HSL color Cylindrical-coordinate representation of color #F009A0: hue angle of 320.78º 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 #F009A0 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 160 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.06 |
| HSL | 320.78º | 0.93% | 0.49% | - |
| HSV(B) | 320.78º | 0.96% | 0.94% | - |
| XYZ | 42.38 | 21.26 | 35.13 | - |
| YUV | 95.28 | 164.53 | 231.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 160 | 0 | 0.96 | 0.33 | 0.06 | 320.78 | 0.93 | 0.49 |
| Hex | F0 | 9 | A0 | 0 | 60 | 21 | 6 | 141 | 5D | 31 |
| Octal | 360 | 11 | 240 | 0 | 140 | 41 | 6 | 501 | 135 | 61 |
| Binary | 11110000 | 1001 | 10100000 | 0 | 1100000 | 100001 | 110 | 101000001 | 1011101 | 110001 |
Color Harmonies of #F009A0
Complementary color
Monochromatic Colors of #F009A0
Black with #F009A0
Text Example
Text Example
White with #F009A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009A0; }
p { color: rgb(240,9,160); }
H1.HeaderClassName
{
color: #F009A0;
}
.AnyTagClassName
{
color: #F009A0;
}
</style>
background-color css
<style>
a { background-color: #F009A0; }
a { background-color: rgb(240,9,160); }
div.DivClassName
{
background-color: #F009A0;
}
.BgClassName
{
background-color: #F009A0;
}
</style>
border-color css
<style>
span { border-color: #F009A0; }
span { border-color: rgb(240,9,160); }
td.TdClassName
{
border-color: #F009A0;
}
.TagClassName
{
border-color: #F009A0;
}
</style>