Shades of Hollywood Cerise #F60DA0
Tints of Hollywood Cerise #F60DA0
RGB
CMYK
RGB Variations
Color information
#F60DA0 (or 0xF60DA0) is known color: Hollywood Cerise. HEX triplet: F6, 0D and A0. RGB value is (246,13,160). Sum of RGB (Red+Green+Blue) = 246+13+160=419 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.71% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 246 - color contains mainly: red. Hex color #F60DA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60DA0 is #09F25F. Grayscale: #636363. Windows color (decimal): -651872 or 10489334. OLE color: 10489334.
HSL color Cylindrical-coordinate representation of color #F60DA0: hue angle of 322.15º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F60DA0 is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 160 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.04 |
| HSL | 322.15º | 0.93% | 0.51% | - |
| HSV(B) | 322.15º | 0.95% | 0.96% | - |
| XYZ | 44.5 | 22.42 | 35.24 | - |
| YUV | 99.43 | 162.19 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 160 | 0 | 0.95 | 0.35 | 0.04 | 322.15 | 0.93 | 0.51 |
| Hex | F6 | D | A0 | 0 | 5F | 23 | 4 | 142 | 5D | 33 |
| Octal | 366 | 15 | 240 | 0 | 137 | 43 | 4 | 502 | 135 | 63 |
| Binary | 11110110 | 1101 | 10100000 | 0 | 1011111 | 100011 | 100 | 101000010 | 1011101 | 110011 |
Color Harmonies of #F60DA0
Complementary color
Monochromatic Colors of #F60DA0
Black with #F60DA0
Text Example
Text Example
White with #F60DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60DA0; }
p { color: rgb(246,13,160); }
H1.HeaderClassName
{
color: #F60DA0;
}
.AnyTagClassName
{
color: #F60DA0;
}
</style>
background-color css
<style>
a { background-color: #F60DA0; }
a { background-color: rgb(246,13,160); }
div.DivClassName
{
background-color: #F60DA0;
}
.BgClassName
{
background-color: #F60DA0;
}
</style>
border-color css
<style>
span { border-color: #F60DA0; }
span { border-color: rgb(246,13,160); }
td.TdClassName
{
border-color: #F60DA0;
}
.TagClassName
{
border-color: #F60DA0;
}
</style>