Shades of Hollywood Cerise #F60AAB
Tints of Hollywood Cerise #F60AAB
RGB
CMYK
RGB Variations
Color information
#F60AAB (or 0xF60AAB) is known color: Hollywood Cerise. HEX triplet: F6, 0A and AB. RGB value is (246,10,171). Sum of RGB (Red+Green+Blue) = 246+10+171=427 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.61% from 427); Green value is 10 (4.30% from 255 or 2.34% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 246 - color contains mainly: red. Hex color #F60AAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60AAB is #09F554. Grayscale: #626262. Windows color (decimal): -652629 or 11209462. OLE color: 11209462.
HSL color Cylindrical-coordinate representation of color #F60AAB: hue angle of 319.07º 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 #F60AAB is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 10 | 171 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.04 |
| HSL | 319.07º | 0.93% | 0.5% | - |
| HSV(B) | 319.07º | 0.96% | 0.96% | - |
| XYZ | 45.47 | 22.75 | 40.52 | - |
| YUV | 98.92 | 168.69 | 232.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 10 | 171 | 0 | 0.96 | 0.30 | 0.04 | 319.07 | 0.93 | 0.5 |
| Hex | F6 | A | AB | 0 | 60 | 1E | 4 | 13F | 5D | 32 |
| Octal | 366 | 12 | 253 | 0 | 140 | 36 | 4 | 477 | 135 | 62 |
| Binary | 11110110 | 1010 | 10101011 | 0 | 1100000 | 11110 | 100 | 100111111 | 1011101 | 110010 |
Color Harmonies of #F60AAB
Complementary color
Monochromatic Colors of #F60AAB
Black with #F60AAB
Text Example
Text Example
White with #F60AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60AAB; }
p { color: rgb(246,10,171); }
H1.HeaderClassName
{
color: #F60AAB;
}
.AnyTagClassName
{
color: #F60AAB;
}
</style>
background-color css
<style>
a { background-color: #F60AAB; }
a { background-color: rgb(246,10,171); }
div.DivClassName
{
background-color: #F60AAB;
}
.BgClassName
{
background-color: #F60AAB;
}
</style>
border-color css
<style>
span { border-color: #F60AAB; }
span { border-color: rgb(246,10,171); }
td.TdClassName
{
border-color: #F60AAB;
}
.TagClassName
{
border-color: #F60AAB;
}
</style>