Shades of Hollywood Cerise #F60599
Tints of Hollywood Cerise #F60599
RGB
CMYK
RGB Variations
Color information
#F60599 (or 0xF60599) is known color: Hollywood Cerise. HEX triplet: F6, 05 and 99. RGB value is (246,5,153). Sum of RGB (Red+Green+Blue) = 246+5+153=404 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.89% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 246 - color contains mainly: red. Hex color #F60599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60599 is #09FA66. Grayscale: #5D5D5D. Windows color (decimal): -653927 or 10028534. OLE color: 10028534.
HSL color Cylindrical-coordinate representation of color #F60599: hue angle of 323.15º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60599 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 153 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.04 |
| HSL | 323.15º | 0.96% | 0.49% | - |
| HSV(B) | 323.15º | 0.98% | 0.96% | - |
| XYZ | 43.81 | 22 | 32.07 | - |
| YUV | 93.93 | 161.34 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 153 | 0 | 0.98 | 0.38 | 0.04 | 323.15 | 0.96 | 0.49 |
| Hex | F6 | 5 | 99 | 0 | 62 | 26 | 4 | 143 | 60 | 31 |
| Octal | 366 | 5 | 231 | 0 | 142 | 46 | 4 | 503 | 140 | 61 |
| Binary | 11110110 | 101 | 10011001 | 0 | 1100010 | 100110 | 100 | 101000011 | 1100000 | 110001 |
Color Harmonies of #F60599
Complementary color
Monochromatic Colors of #F60599
Black with #F60599
Text Example
Text Example
White with #F60599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60599; }
p { color: rgb(246,5,153); }
H1.HeaderClassName
{
color: #F60599;
}
.AnyTagClassName
{
color: #F60599;
}
</style>
background-color css
<style>
a { background-color: #F60599; }
a { background-color: rgb(246,5,153); }
div.DivClassName
{
background-color: #F60599;
}
.BgClassName
{
background-color: #F60599;
}
</style>
border-color css
<style>
span { border-color: #F60599; }
span { border-color: rgb(246,5,153); }
td.TdClassName
{
border-color: #F60599;
}
.TagClassName
{
border-color: #F60599;
}
</style>