Shades of Hollywood Cerise #F60A99
Tints of Hollywood Cerise #F60A99
RGB
CMYK
RGB Variations
Color information
#F60A99 (or 0xF60A99) is known color: Hollywood Cerise. HEX triplet: F6, 0A and 99. RGB value is (246,10,153). Sum of RGB (Red+Green+Blue) = 246+10+153=409 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.15% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 246 - color contains mainly: red. Hex color #F60A99 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60A99 is #09F566. Grayscale: #606060. Windows color (decimal): -652647 or 10029814. OLE color: 10029814.
HSL color Cylindrical-coordinate representation of color #F60A99: hue angle of 323.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60A99 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 153 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.04 |
| HSL | 323.64º | 0.93% | 0.5% | - |
| HSV(B) | 323.64º | 0.96% | 0.96% | - |
| XYZ | 43.86 | 22.11 | 32.09 | - |
| YUV | 96.87 | 159.69 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 153 | 0 | 0.96 | 0.38 | 0.04 | 323.64 | 0.93 | 0.5 |
| Hex | F6 | A | 99 | 0 | 60 | 26 | 4 | 144 | 5D | 32 |
| Octal | 366 | 12 | 231 | 0 | 140 | 46 | 4 | 504 | 135 | 62 |
| Binary | 11110110 | 1010 | 10011001 | 0 | 1100000 | 100110 | 100 | 101000100 | 1011101 | 110010 |
Color Harmonies of #F60A99
Complementary color
Monochromatic Colors of #F60A99
Black with #F60A99
Text Example
Text Example
White with #F60A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60A99; }
p { color: rgb(246,10,153); }
H1.HeaderClassName
{
color: #F60A99;
}
.AnyTagClassName
{
color: #F60A99;
}
</style>
background-color css
<style>
a { background-color: #F60A99; }
a { background-color: rgb(246,10,153); }
div.DivClassName
{
background-color: #F60A99;
}
.BgClassName
{
background-color: #F60A99;
}
</style>
border-color css
<style>
span { border-color: #F60A99; }
span { border-color: rgb(246,10,153); }
td.TdClassName
{
border-color: #F60A99;
}
.TagClassName
{
border-color: #F60A99;
}
</style>