Shades of Hollywood Cerise #F60594
Tints of Hollywood Cerise #F60594
RGB
CMYK
RGB Variations
Color information
#F60594 (or 0xF60594) is known color: Hollywood Cerise. HEX triplet: F6, 05 and 94. RGB value is (246,5,148). Sum of RGB (Red+Green+Blue) = 246+5+148=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 5 (2.34% from 255 or 1.25% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F60594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60594 is #09FA6B. Grayscale: #5D5D5D. Windows color (decimal): -653932 or 9700854. OLE color: 9700854.
HSL color Cylindrical-coordinate representation of color #F60594: hue angle of 324.4º 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 #F60594 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.04 |
| HSL | 324.4º | 0.96% | 0.49% | - |
| HSV(B) | 324.4º | 0.98% | 0.96% | - |
| XYZ | 43.41 | 21.84 | 29.94 | - |
| YUV | 93.36 | 158.84 | 236.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 148 | 0 | 0.98 | 0.40 | 0.04 | 324.4 | 0.96 | 0.49 |
| Hex | F6 | 5 | 94 | 0 | 62 | 28 | 4 | 144 | 60 | 31 |
| Octal | 366 | 5 | 224 | 0 | 142 | 50 | 4 | 504 | 140 | 61 |
| Binary | 11110110 | 101 | 10010100 | 0 | 1100010 | 101000 | 100 | 101000100 | 1100000 | 110001 |
Color Harmonies of #F60594
Complementary color
Monochromatic Colors of #F60594
Black with #F60594
Text Example
Text Example
White with #F60594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60594; }
p { color: rgb(246,5,148); }
H1.HeaderClassName
{
color: #F60594;
}
.AnyTagClassName
{
color: #F60594;
}
</style>
background-color css
<style>
a { background-color: #F60594; }
a { background-color: rgb(246,5,148); }
div.DivClassName
{
background-color: #F60594;
}
.BgClassName
{
background-color: #F60594;
}
</style>
border-color css
<style>
span { border-color: #F60594; }
span { border-color: rgb(246,5,148); }
td.TdClassName
{
border-color: #F60594;
}
.TagClassName
{
border-color: #F60594;
}
</style>