Shades of Hollywood Cerise #F6099D
Tints of Hollywood Cerise #F6099D
RGB
CMYK
RGB Variations
Color information
#F6099D (or 0xF6099D) is known color: Hollywood Cerise. HEX triplet: F6, 09 and 9D. RGB value is (246,9,157). Sum of RGB (Red+Green+Blue) = 246+9+157=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F6099D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6099D is #09F662. Grayscale: #606060. Windows color (decimal): -652899 or 10291702. OLE color: 10291702.
HSL color Cylindrical-coordinate representation of color #F6099D: hue angle of 322.53º 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 #F6099D is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.04 |
| HSL | 322.53º | 0.93% | 0.5% | - |
| HSV(B) | 322.53º | 0.96% | 0.96% | - |
| XYZ | 44.19 | 22.22 | 33.86 | - |
| YUV | 96.74 | 162.02 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 9 | 157 | 0 | 0.96 | 0.36 | 0.04 | 322.53 | 0.93 | 0.5 |
| Hex | F6 | 9 | 9D | 0 | 60 | 24 | 4 | 143 | 5D | 32 |
| Octal | 366 | 11 | 235 | 0 | 140 | 44 | 4 | 503 | 135 | 62 |
| Binary | 11110110 | 1001 | 10011101 | 0 | 1100000 | 100100 | 100 | 101000011 | 1011101 | 110010 |
Color Harmonies of #F6099D
Complementary color
Monochromatic Colors of #F6099D
Black with #F6099D
Text Example
Text Example
White with #F6099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6099D; }
p { color: rgb(246,9,157); }
H1.HeaderClassName
{
color: #F6099D;
}
.AnyTagClassName
{
color: #F6099D;
}
</style>
background-color css
<style>
a { background-color: #F6099D; }
a { background-color: rgb(246,9,157); }
div.DivClassName
{
background-color: #F6099D;
}
.BgClassName
{
background-color: #F6099D;
}
</style>
border-color css
<style>
span { border-color: #F6099D; }
span { border-color: rgb(246,9,157); }
td.TdClassName
{
border-color: #F6099D;
}
.TagClassName
{
border-color: #F6099D;
}
</style>