Shades of Hollywood Cerise #F60AAF
Tints of Hollywood Cerise #F60AAF
RGB
CMYK
RGB Variations
Color information
#F60AAF (or 0xF60AAF) is known color: Hollywood Cerise. HEX triplet: F6, 0A and AF. RGB value is (246,10,175). Sum of RGB (Red+Green+Blue) = 246+10+175=431 (57% of max value = 765). Red value is 246 (96.48% from 255 or 57.08% from 431); Green value is 10 (4.30% from 255 or 2.32% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60AAF is #09F550. Grayscale: #626262. Windows color (decimal): -652625 or 11471606. OLE color: 11471606.
HSL color Cylindrical-coordinate representation of color #F60AAF: hue angle of 318.05º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60AAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 175 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.04 |
| HSL | 318.05º | 0.93% | 0.5% | - |
| HSV(B) | 318.05º | 0.96% | 0.96% | - |
| XYZ | 45.85 | 22.91 | 42.56 | - |
| YUV | 99.37 | 170.69 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 175 | 0 | 0.96 | 0.29 | 0.04 | 318.05 | 0.93 | 0.5 |
| Hex | F6 | A | AF | 0 | 60 | 1D | 4 | 13E | 5D | 32 |
| Octal | 366 | 12 | 257 | 0 | 140 | 35 | 4 | 476 | 135 | 62 |
| Binary | 11110110 | 1010 | 10101111 | 0 | 1100000 | 11101 | 100 | 100111110 | 1011101 | 110010 |
Color Harmonies of #F60AAF
Complementary color
Monochromatic Colors of #F60AAF
Black with #F60AAF
Text Example
Text Example
White with #F60AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AAF; }
p { color: rgb(246,10,175); }
H1.HeaderClassName
{
color: #F60AAF;
}
.AnyTagClassName
{
color: #F60AAF;
}
</style>
background-color css
<style>
a { background-color: #F60AAF; }
a { background-color: rgb(246,10,175); }
div.DivClassName
{
background-color: #F60AAF;
}
.BgClassName
{
background-color: #F60AAF;
}
</style>
border-color css
<style>
span { border-color: #F60AAF; }
span { border-color: rgb(246,10,175); }
td.TdClassName
{
border-color: #F60AAF;
}
.TagClassName
{
border-color: #F60AAF;
}
</style>