Shades of Hollywood Cerise #F009A3
Tints of Hollywood Cerise #F009A3
RGB
CMYK
RGB Variations
Color information
#F009A3 (or 0xF009A3) is known color: Hollywood Cerise. HEX triplet: F0, 09 and A3. RGB value is (240,9,163). Sum of RGB (Red+Green+Blue) = 240+9+163=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F009A3 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F009A3 is #0FF65C. Grayscale: #5F5F5F. Windows color (decimal): -1046109 or 10684912. OLE color: 10684912.
HSL color Cylindrical-coordinate representation of color #F009A3: hue angle of 320º 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 #F009A3 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 163 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.06 |
| HSL | 320º | 0.93% | 0.49% | - |
| HSV(B) | 320º | 0.96% | 0.94% | - |
| XYZ | 42.64 | 21.36 | 36.53 | - |
| YUV | 95.63 | 166.03 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 163 | 0 | 0.96 | 0.32 | 0.06 | 320 | 0.93 | 0.49 |
| Hex | F0 | 9 | A3 | 0 | 60 | 20 | 6 | 140 | 5D | 31 |
| Octal | 360 | 11 | 243 | 0 | 140 | 40 | 6 | 500 | 135 | 61 |
| Binary | 11110000 | 1001 | 10100011 | 0 | 1100000 | 100000 | 110 | 101000000 | 1011101 | 110001 |
Color Harmonies of #F009A3
Complementary color
Monochromatic Colors of #F009A3
Black with #F009A3
Text Example
Text Example
White with #F009A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F009A3; }
p { color: rgb(240,9,163); }
H1.HeaderClassName
{
color: #F009A3;
}
.AnyTagClassName
{
color: #F009A3;
}
</style>
background-color css
<style>
a { background-color: #F009A3; }
a { background-color: rgb(240,9,163); }
div.DivClassName
{
background-color: #F009A3;
}
.BgClassName
{
background-color: #F009A3;
}
</style>
border-color css
<style>
span { border-color: #F009A3; }
span { border-color: rgb(240,9,163); }
td.TdClassName
{
border-color: #F009A3;
}
.TagClassName
{
border-color: #F009A3;
}
</style>