Shades of Hollywood Cerise #F60EA6
Tints of Hollywood Cerise #F60EA6
RGB
CMYK
RGB Variations
Color information
#F60EA6 (or 0xF60EA6) is known color: Hollywood Cerise. HEX triplet: F6, 0E and A6. RGB value is (246,14,166). Sum of RGB (Red+Green+Blue) = 246+14+166=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F60EA6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60EA6 is #09F159. Grayscale: #646464. Windows color (decimal): -651610 or 10882806. OLE color: 10882806.
HSL color Cylindrical-coordinate representation of color #F60EA6: hue angle of 320.69º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F60EA6 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 14 | 166 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.04 |
| HSL | 320.69º | 0.93% | 0.51% | - |
| HSV(B) | 320.69º | 0.94% | 0.96% | - |
| XYZ | 45.05 | 22.66 | 38.08 | - |
| YUV | 100.7 | 164.86 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 14 | 166 | 0 | 0.94 | 0.33 | 0.04 | 320.69 | 0.93 | 0.51 |
| Hex | F6 | E | A6 | 0 | 5E | 21 | 4 | 141 | 5D | 33 |
| Octal | 366 | 16 | 246 | 0 | 136 | 41 | 4 | 501 | 135 | 63 |
| Binary | 11110110 | 1110 | 10100110 | 0 | 1011110 | 100001 | 100 | 101000001 | 1011101 | 110011 |
Color Harmonies of #F60EA6
Complementary color
Monochromatic Colors of #F60EA6
Black with #F60EA6
Text Example
Text Example
White with #F60EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60EA6; }
p { color: rgb(246,14,166); }
H1.HeaderClassName
{
color: #F60EA6;
}
.AnyTagClassName
{
color: #F60EA6;
}
</style>
background-color css
<style>
a { background-color: #F60EA6; }
a { background-color: rgb(246,14,166); }
div.DivClassName
{
background-color: #F60EA6;
}
.BgClassName
{
background-color: #F60EA6;
}
</style>
border-color css
<style>
span { border-color: #F60EA6; }
span { border-color: rgb(246,14,166); }
td.TdClassName
{
border-color: #F60EA6;
}
.TagClassName
{
border-color: #F60EA6;
}
</style>