Shades of Hollywood Cerise #F60BAB
Tints of Hollywood Cerise #F60BAB
RGB
CMYK
RGB Variations
Color information
#F60BAB (or 0xF60BAB) is known color: Hollywood Cerise. HEX triplet: F6, 0B and AB. RGB value is (246,11,171). Sum of RGB (Red+Green+Blue) = 246+11+171=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 11 (4.69% from 255 or 2.57% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BAB is #09F454. Grayscale: #636363. Windows color (decimal): -652373 or 11209718. OLE color: 11209718.
HSL color Cylindrical-coordinate representation of color #F60BAB: hue angle of 319.15º 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 #F60BAB is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 171 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.04 |
| HSL | 319.15º | 0.93% | 0.5% | - |
| HSV(B) | 319.15º | 0.96% | 0.96% | - |
| XYZ | 45.48 | 22.77 | 40.53 | - |
| YUV | 99.51 | 168.36 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 171 | 0 | 0.96 | 0.30 | 0.04 | 319.15 | 0.93 | 0.5 |
| Hex | F6 | B | AB | 0 | 60 | 1E | 4 | 13F | 5D | 32 |
| Octal | 366 | 13 | 253 | 0 | 140 | 36 | 4 | 477 | 135 | 62 |
| Binary | 11110110 | 1011 | 10101011 | 0 | 1100000 | 11110 | 100 | 100111111 | 1011101 | 110010 |
Color Harmonies of #F60BAB
Complementary color
Monochromatic Colors of #F60BAB
Black with #F60BAB
Text Example
Text Example
White with #F60BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BAB; }
p { color: rgb(246,11,171); }
H1.HeaderClassName
{
color: #F60BAB;
}
.AnyTagClassName
{
color: #F60BAB;
}
</style>
background-color css
<style>
a { background-color: #F60BAB; }
a { background-color: rgb(246,11,171); }
div.DivClassName
{
background-color: #F60BAB;
}
.BgClassName
{
background-color: #F60BAB;
}
</style>
border-color css
<style>
span { border-color: #F60BAB; }
span { border-color: rgb(246,11,171); }
td.TdClassName
{
border-color: #F60BAB;
}
.TagClassName
{
border-color: #F60BAB;
}
</style>