Shades of Hollywood Cerise #F6099E
Tints of Hollywood Cerise #F6099E
RGB
CMYK
RGB Variations
Color information
#F6099E (or 0xF6099E) is known color: Hollywood Cerise. HEX triplet: F6, 09 and 9E. RGB value is (246,9,158). Sum of RGB (Red+Green+Blue) = 246+9+158=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 9 (3.91% from 255 or 2.18% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F6099E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6099E is #09F661. Grayscale: #606060. Windows color (decimal): -652898 or 10357238. OLE color: 10357238.
HSL color Cylindrical-coordinate representation of color #F6099E: hue angle of 322.28º 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 #F6099E is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 158 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.04 |
| HSL | 322.28º | 0.93% | 0.5% | - |
| HSV(B) | 322.28º | 0.96% | 0.96% | - |
| XYZ | 44.28 | 22.26 | 34.31 | - |
| YUV | 96.85 | 162.52 | 234.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 158 | 0 | 0.96 | 0.36 | 0.04 | 322.28 | 0.93 | 0.5 |
| Hex | F6 | 9 | 9E | 0 | 60 | 24 | 4 | 142 | 5D | 32 |
| Octal | 366 | 11 | 236 | 0 | 140 | 44 | 4 | 502 | 135 | 62 |
| Binary | 11110110 | 1001 | 10011110 | 0 | 1100000 | 100100 | 100 | 101000010 | 1011101 | 110010 |
Color Harmonies of #F6099E
Complementary color
Monochromatic Colors of #F6099E
Black with #F6099E
Text Example
Text Example
White with #F6099E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6099E; }
p { color: rgb(246,9,158); }
H1.HeaderClassName
{
color: #F6099E;
}
.AnyTagClassName
{
color: #F6099E;
}
</style>
background-color css
<style>
a { background-color: #F6099E; }
a { background-color: rgb(246,9,158); }
div.DivClassName
{
background-color: #F6099E;
}
.BgClassName
{
background-color: #F6099E;
}
</style>
border-color css
<style>
span { border-color: #F6099E; }
span { border-color: rgb(246,9,158); }
td.TdClassName
{
border-color: #F6099E;
}
.TagClassName
{
border-color: #F6099E;
}
</style>