Shades of Hollywood Cerise #F60D9C
Tints of Hollywood Cerise #F60D9C
RGB
CMYK
RGB Variations
Color information
#F60D9C (or 0xF60D9C) is known color: Hollywood Cerise. HEX triplet: F6, 0D and 9C. RGB value is (246,13,156). Sum of RGB (Red+Green+Blue) = 246+13+156=415 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.28% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 246 - color contains mainly: red. Hex color #F60D9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60D9C is #09F263. Grayscale: #626262. Windows color (decimal): -651876 or 10227190. OLE color: 10227190.
HSL color Cylindrical-coordinate representation of color #F60D9C: hue angle of 323.18º 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 #F60D9C is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 13 | 156 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.04 |
| HSL | 323.18º | 0.93% | 0.51% | - |
| HSV(B) | 323.18º | 0.95% | 0.96% | - |
| XYZ | 44.15 | 22.28 | 33.43 | - |
| YUV | 98.97 | 160.19 | 232.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 13 | 156 | 0 | 0.95 | 0.37 | 0.04 | 323.18 | 0.93 | 0.51 |
| Hex | F6 | D | 9C | 0 | 5F | 25 | 4 | 143 | 5D | 33 |
| Octal | 366 | 15 | 234 | 0 | 137 | 45 | 4 | 503 | 135 | 63 |
| Binary | 11110110 | 1101 | 10011100 | 0 | 1011111 | 100101 | 100 | 101000011 | 1011101 | 110011 |
Color Harmonies of #F60D9C
Complementary color
Monochromatic Colors of #F60D9C
Black with #F60D9C
Text Example
Text Example
White with #F60D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60D9C; }
p { color: rgb(246,13,156); }
H1.HeaderClassName
{
color: #F60D9C;
}
.AnyTagClassName
{
color: #F60D9C;
}
</style>
background-color css
<style>
a { background-color: #F60D9C; }
a { background-color: rgb(246,13,156); }
div.DivClassName
{
background-color: #F60D9C;
}
.BgClassName
{
background-color: #F60D9C;
}
</style>
border-color css
<style>
span { border-color: #F60D9C; }
span { border-color: rgb(246,13,156); }
td.TdClassName
{
border-color: #F60D9C;
}
.TagClassName
{
border-color: #F60D9C;
}
</style>