Shades of Hollywood Cerise #F6059D
Tints of Hollywood Cerise #F6059D
RGB
CMYK
RGB Variations
Color information
#F6059D (or 0xF6059D) is known color: Hollywood Cerise. HEX triplet: F6, 05 and 9D. RGB value is (246,5,157). Sum of RGB (Red+Green+Blue) = 246+5+157=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F6059D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6059D is #09FA62. Grayscale: #5E5E5E. Windows color (decimal): -653923 or 10290678. OLE color: 10290678.
HSL color Cylindrical-coordinate representation of color #F6059D: hue angle of 322.16º 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 #F6059D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.04 |
| HSL | 322.16º | 0.96% | 0.49% | - |
| HSV(B) | 322.16º | 0.98% | 0.96% | - |
| XYZ | 44.15 | 22.14 | 33.84 | - |
| YUV | 94.39 | 163.34 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 5 | 157 | 0 | 0.98 | 0.36 | 0.04 | 322.16 | 0.96 | 0.49 |
| Hex | F6 | 5 | 9D | 0 | 62 | 24 | 4 | 142 | 60 | 31 |
| Octal | 366 | 5 | 235 | 0 | 142 | 44 | 4 | 502 | 140 | 61 |
| Binary | 11110110 | 101 | 10011101 | 0 | 1100010 | 100100 | 100 | 101000010 | 1100000 | 110001 |
Color Harmonies of #F6059D
Complementary color
Monochromatic Colors of #F6059D
Black with #F6059D
Text Example
Text Example
White with #F6059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6059D; }
p { color: rgb(246,5,157); }
H1.HeaderClassName
{
color: #F6059D;
}
.AnyTagClassName
{
color: #F6059D;
}
</style>
background-color css
<style>
a { background-color: #F6059D; }
a { background-color: rgb(246,5,157); }
div.DivClassName
{
background-color: #F6059D;
}
.BgClassName
{
background-color: #F6059D;
}
</style>
border-color css
<style>
span { border-color: #F6059D; }
span { border-color: rgb(246,5,157); }
td.TdClassName
{
border-color: #F6059D;
}
.TagClassName
{
border-color: #F6059D;
}
</style>