Shades of Hollywood Cerise #F60696
Tints of Hollywood Cerise #F60696
RGB
CMYK
RGB Variations
Color information
#F60696 (or 0xF60696) is known color: Hollywood Cerise. HEX triplet: F6, 06 and 96. RGB value is (246,6,150). Sum of RGB (Red+Green+Blue) = 246+6+150=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F60696 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F60696 is #09F969. Grayscale: #5D5D5D. Windows color (decimal): -653674 or 9832182. OLE color: 9832182.
HSL color Cylindrical-coordinate representation of color #F60696: hue angle of 324º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F60696 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 150 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.04 |
| HSL | 324º | 0.95% | 0.49% | - |
| HSV(B) | 324º | 0.98% | 0.96% | - |
| XYZ | 43.58 | 21.93 | 30.79 | - |
| YUV | 94.18 | 159.51 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 150 | 0 | 0.98 | 0.39 | 0.04 | 324 | 0.95 | 0.49 |
| Hex | F6 | 6 | 96 | 0 | 62 | 27 | 4 | 144 | 5F | 31 |
| Octal | 366 | 6 | 226 | 0 | 142 | 47 | 4 | 504 | 137 | 61 |
| Binary | 11110110 | 110 | 10010110 | 0 | 1100010 | 100111 | 100 | 101000100 | 1011111 | 110001 |
Color Harmonies of #F60696
Complementary color
Monochromatic Colors of #F60696
Black with #F60696
Text Example
Text Example
White with #F60696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60696; }
p { color: rgb(246,6,150); }
H1.HeaderClassName
{
color: #F60696;
}
.AnyTagClassName
{
color: #F60696;
}
</style>
background-color css
<style>
a { background-color: #F60696; }
a { background-color: rgb(246,6,150); }
div.DivClassName
{
background-color: #F60696;
}
.BgClassName
{
background-color: #F60696;
}
</style>
border-color css
<style>
span { border-color: #F60696; }
span { border-color: rgb(246,6,150); }
td.TdClassName
{
border-color: #F60696;
}
.TagClassName
{
border-color: #F60696;
}
</style>