Shades of Hollywood Cerise #F60CA4
Tints of Hollywood Cerise #F60CA4
RGB
CMYK
RGB Variations
Color information
#F60CA4 (or 0xF60CA4) is known color: Hollywood Cerise. HEX triplet: F6, 0C and A4. RGB value is (246,12,164). Sum of RGB (Red+Green+Blue) = 246+12+164=422 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.29% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 246 - color contains mainly: red. Hex color #F60CA4 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60CA4 is #09F35B. Grayscale: #626262. Windows color (decimal): -652124 or 10751222. OLE color: 10751222.
HSL color Cylindrical-coordinate representation of color #F60CA4: hue angle of 321.03º 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 #F60CA4 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 12 | 164 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.04 |
| HSL | 321.03º | 0.93% | 0.51% | - |
| HSV(B) | 321.03º | 0.95% | 0.96% | - |
| XYZ | 44.84 | 22.54 | 37.11 | - |
| YUV | 99.29 | 164.52 | 232.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 12 | 164 | 0 | 0.95 | 0.33 | 0.04 | 321.03 | 0.93 | 0.51 |
| Hex | F6 | C | A4 | 0 | 5F | 21 | 4 | 141 | 5D | 33 |
| Octal | 366 | 14 | 244 | 0 | 137 | 41 | 4 | 501 | 135 | 63 |
| Binary | 11110110 | 1100 | 10100100 | 0 | 1011111 | 100001 | 100 | 101000001 | 1011101 | 110011 |
Color Harmonies of #F60CA4
Complementary color
Monochromatic Colors of #F60CA4
Black with #F60CA4
Text Example
Text Example
White with #F60CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60CA4; }
p { color: rgb(246,12,164); }
H1.HeaderClassName
{
color: #F60CA4;
}
.AnyTagClassName
{
color: #F60CA4;
}
</style>
background-color css
<style>
a { background-color: #F60CA4; }
a { background-color: rgb(246,12,164); }
div.DivClassName
{
background-color: #F60CA4;
}
.BgClassName
{
background-color: #F60CA4;
}
</style>
border-color css
<style>
span { border-color: #F60CA4; }
span { border-color: rgb(246,12,164); }
td.TdClassName
{
border-color: #F60CA4;
}
.TagClassName
{
border-color: #F60CA4;
}
</style>