Shades of Hollywood Cerise #F60BA9
Tints of Hollywood Cerise #F60BA9
RGB
CMYK
RGB Variations
Color information
#F60BA9 (or 0xF60BA9) is known color: Hollywood Cerise. HEX triplet: F6, 0B and A9. RGB value is (246,11,169). Sum of RGB (Red+Green+Blue) = 246+11+169=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BA9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BA9 is #09F456. Grayscale: #626262. Windows color (decimal): -652375 or 11078646. OLE color: 11078646.
HSL color Cylindrical-coordinate representation of color #F60BA9: hue angle of 319.66º 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 #F60BA9 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 169 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.04 |
| HSL | 319.66º | 0.93% | 0.5% | - |
| HSV(B) | 319.66º | 0.96% | 0.96% | - |
| XYZ | 45.29 | 22.7 | 39.53 | - |
| YUV | 99.28 | 167.36 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 169 | 0 | 0.96 | 0.31 | 0.04 | 319.66 | 0.93 | 0.5 |
| Hex | F6 | B | A9 | 0 | 60 | 1F | 4 | 140 | 5D | 32 |
| Octal | 366 | 13 | 251 | 0 | 140 | 37 | 4 | 500 | 135 | 62 |
| Binary | 11110110 | 1011 | 10101001 | 0 | 1100000 | 11111 | 100 | 101000000 | 1011101 | 110010 |
Color Harmonies of #F60BA9
Complementary color
Monochromatic Colors of #F60BA9
Black with #F60BA9
Text Example
Text Example
White with #F60BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BA9; }
p { color: rgb(246,11,169); }
H1.HeaderClassName
{
color: #F60BA9;
}
.AnyTagClassName
{
color: #F60BA9;
}
</style>
background-color css
<style>
a { background-color: #F60BA9; }
a { background-color: rgb(246,11,169); }
div.DivClassName
{
background-color: #F60BA9;
}
.BgClassName
{
background-color: #F60BA9;
}
</style>
border-color css
<style>
span { border-color: #F60BA9; }
span { border-color: rgb(246,11,169); }
td.TdClassName
{
border-color: #F60BA9;
}
.TagClassName
{
border-color: #F60BA9;
}
</style>