Shades of Hollywood Cerise #F60CAC
Tints of Hollywood Cerise #F60CAC
RGB
CMYK
RGB Variations
Color information
#F60CAC (or 0xF60CAC) is known color: Hollywood Cerise. HEX triplet: F6, 0C and AC. RGB value is (246,12,172). Sum of RGB (Red+Green+Blue) = 246+12+172=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CAC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60CAC is #09F353. Grayscale: #636363. Windows color (decimal): -652116 or 11275510. OLE color: 11275510.
HSL color Cylindrical-coordinate representation of color #F60CAC: hue angle of 318.97º 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 #F60CAC is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 172 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.04 |
| HSL | 318.97º | 0.93% | 0.51% | - |
| HSV(B) | 318.97º | 0.95% | 0.96% | - |
| XYZ | 45.58 | 22.83 | 41.03 | - |
| YUV | 100.21 | 168.52 | 231.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 172 | 0 | 0.95 | 0.30 | 0.04 | 318.97 | 0.93 | 0.51 |
| Hex | F6 | C | AC | 0 | 5F | 1E | 4 | 13F | 5D | 33 |
| Octal | 366 | 14 | 254 | 0 | 137 | 36 | 4 | 477 | 135 | 63 |
| Binary | 11110110 | 1100 | 10101100 | 0 | 1011111 | 11110 | 100 | 100111111 | 1011101 | 110011 |
Color Harmonies of #F60CAC
Complementary color
Monochromatic Colors of #F60CAC
Black with #F60CAC
Text Example
Text Example
White with #F60CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CAC; }
p { color: rgb(246,12,172); }
H1.HeaderClassName
{
color: #F60CAC;
}
.AnyTagClassName
{
color: #F60CAC;
}
</style>
background-color css
<style>
a { background-color: #F60CAC; }
a { background-color: rgb(246,12,172); }
div.DivClassName
{
background-color: #F60CAC;
}
.BgClassName
{
background-color: #F60CAC;
}
</style>
border-color css
<style>
span { border-color: #F60CAC; }
span { border-color: rgb(246,12,172); }
td.TdClassName
{
border-color: #F60CAC;
}
.TagClassName
{
border-color: #F60CAC;
}
</style>