Shades of Hollywood Cerise #F60AAA
Tints of Hollywood Cerise #F60AAA
RGB
CMYK
RGB Variations
Color information
#F60AAA (or 0xF60AAA) is known color: Hollywood Cerise. HEX triplet: F6, 0A and AA. RGB value is (246,10,170). Sum of RGB (Red+Green+Blue) = 246+10+170=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 10 (4.30% from 255 or 2.35% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AAA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60AAA is #09F555. Grayscale: #626262. Windows color (decimal): -652630 or 11143926. OLE color: 11143926.
HSL color Cylindrical-coordinate representation of color #F60AAA: hue angle of 319.32º 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 #F60AAA is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 170 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.04 |
| HSL | 319.32º | 0.93% | 0.5% | - |
| HSV(B) | 319.32º | 0.96% | 0.96% | - |
| XYZ | 45.37 | 22.71 | 40.02 | - |
| YUV | 98.8 | 168.19 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 170 | 0 | 0.96 | 0.31 | 0.04 | 319.32 | 0.93 | 0.5 |
| Hex | F6 | A | AA | 0 | 60 | 1F | 4 | 13F | 5D | 32 |
| Octal | 366 | 12 | 252 | 0 | 140 | 37 | 4 | 477 | 135 | 62 |
| Binary | 11110110 | 1010 | 10101010 | 0 | 1100000 | 11111 | 100 | 100111111 | 1011101 | 110010 |
Color Harmonies of #F60AAA
Complementary color
Monochromatic Colors of #F60AAA
Black with #F60AAA
Text Example
Text Example
White with #F60AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AAA; }
p { color: rgb(246,10,170); }
H1.HeaderClassName
{
color: #F60AAA;
}
.AnyTagClassName
{
color: #F60AAA;
}
</style>
background-color css
<style>
a { background-color: #F60AAA; }
a { background-color: rgb(246,10,170); }
div.DivClassName
{
background-color: #F60AAA;
}
.BgClassName
{
background-color: #F60AAA;
}
</style>
border-color css
<style>
span { border-color: #F60AAA; }
span { border-color: rgb(246,10,170); }
td.TdClassName
{
border-color: #F60AAA;
}
.TagClassName
{
border-color: #F60AAA;
}
</style>