Shades of Hollywood Cerise #F60C9F
Tints of Hollywood Cerise #F60C9F
RGB
CMYK
RGB Variations
Color information
#F60C9F (or 0xF60C9F) is known color: Hollywood Cerise. HEX triplet: F6, 0C and 9F. RGB value is (246,12,159). Sum of RGB (Red+Green+Blue) = 246+12+159=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 12 (5.08% from 255 or 2.88% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F60C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60C9F is #09F360. Grayscale: #626262. Windows color (decimal): -652129 or 10423542. OLE color: 10423542.
HSL color Cylindrical-coordinate representation of color #F60C9F: hue angle of 322.31º 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 #F60C9F is Cyan = 0, Magento = 0.95, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 159 | - |
| CMYK | 0 | 0.95 | 0.35 | 0.04 |
| HSL | 322.31º | 0.93% | 0.51% | - |
| HSV(B) | 322.31º | 0.95% | 0.96% | - |
| XYZ | 44.4 | 22.36 | 34.78 | - |
| YUV | 98.72 | 162.02 | 233.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 159 | 0 | 0.95 | 0.35 | 0.04 | 322.31 | 0.93 | 0.51 |
| Hex | F6 | C | 9F | 0 | 5F | 23 | 4 | 142 | 5D | 33 |
| Octal | 366 | 14 | 237 | 0 | 137 | 43 | 4 | 502 | 135 | 63 |
| Binary | 11110110 | 1100 | 10011111 | 0 | 1011111 | 100011 | 100 | 101000010 | 1011101 | 110011 |
Color Harmonies of #F60C9F
Complementary color
Monochromatic Colors of #F60C9F
Black with #F60C9F
Text Example
Text Example
White with #F60C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60C9F; }
p { color: rgb(246,12,159); }
H1.HeaderClassName
{
color: #F60C9F;
}
.AnyTagClassName
{
color: #F60C9F;
}
</style>
background-color css
<style>
a { background-color: #F60C9F; }
a { background-color: rgb(246,12,159); }
div.DivClassName
{
background-color: #F60C9F;
}
.BgClassName
{
background-color: #F60C9F;
}
</style>
border-color css
<style>
span { border-color: #F60C9F; }
span { border-color: rgb(246,12,159); }
td.TdClassName
{
border-color: #F60C9F;
}
.TagClassName
{
border-color: #F60C9F;
}
</style>