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