Shades of Hollywood Cerise #F60BAF
Tints of Hollywood Cerise #F60BAF
RGB
CMYK
RGB Variations
Color information
#F60BAF (or 0xF60BAF) is known color: Hollywood Cerise. HEX triplet: F6, 0B and AF. RGB value is (246,11,175). Sum of RGB (Red+Green+Blue) = 246+11+175=432 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.94% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 246 - color contains mainly: red. Hex color #F60BAF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60BAF is #09F450. Grayscale: #636363. Windows color (decimal): -652369 or 11471862. OLE color: 11471862.
HSL color Cylindrical-coordinate representation of color #F60BAF: hue angle of 318.13º 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 #F60BAF is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 11 | 175 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.04 |
| HSL | 318.13º | 0.93% | 0.5% | - |
| HSV(B) | 318.13º | 0.96% | 0.96% | - |
| XYZ | 45.86 | 22.93 | 42.57 | - |
| YUV | 99.96 | 170.36 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 11 | 175 | 0 | 0.96 | 0.29 | 0.04 | 318.13 | 0.93 | 0.5 |
| Hex | F6 | B | AF | 0 | 60 | 1D | 4 | 13E | 5D | 32 |
| Octal | 366 | 13 | 257 | 0 | 140 | 35 | 4 | 476 | 135 | 62 |
| Binary | 11110110 | 1011 | 10101111 | 0 | 1100000 | 11101 | 100 | 100111110 | 1011101 | 110010 |
Color Harmonies of #F60BAF
Complementary color
Monochromatic Colors of #F60BAF
Black with #F60BAF
Text Example
Text Example
White with #F60BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60BAF; }
p { color: rgb(246,11,175); }
H1.HeaderClassName
{
color: #F60BAF;
}
.AnyTagClassName
{
color: #F60BAF;
}
</style>
background-color css
<style>
a { background-color: #F60BAF; }
a { background-color: rgb(246,11,175); }
div.DivClassName
{
background-color: #F60BAF;
}
.BgClassName
{
background-color: #F60BAF;
}
</style>
border-color css
<style>
span { border-color: #F60BAF; }
span { border-color: rgb(246,11,175); }
td.TdClassName
{
border-color: #F60BAF;
}
.TagClassName
{
border-color: #F60BAF;
}
</style>