Shades of Hollywood Cerise #F6009C
Tints of Hollywood Cerise #F6009C
RGB
CMYK
RGB Variations
Color information
#F6009C (or 0xF6009C) is known color: Hollywood Cerise. HEX triplet: F6, 00 and 9C. RGB value is (246,0,156). Sum of RGB (Red+Green+Blue) = 246+0+156=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F6009C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6009C is #09FF63. Grayscale: #5A5A5A. Windows color (decimal): -655204 or 10223862. OLE color: 10223862.
HSL color Cylindrical-coordinate representation of color #F6009C: hue angle of 321.95º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F6009C is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 156 | - |
| CMYK | 0 | 1 | 0.37 | 0.04 |
| HSL | 321.95º | 1% | 0.48% | - |
| HSV(B) | 321.95º | 1% | 0.96% | - |
| XYZ | 44.01 | 21.99 | 33.38 | - |
| YUV | 91.34 | 164.5 | 238.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 156 | 0 | 1 | 0.37 | 0.04 | 321.95 | 1 | 0.48 |
| Hex | F6 | 0 | 9C | 0 | 64 | 25 | 4 | 142 | 64 | 30 |
| Octal | 366 | 0 | 234 | 0 | 144 | 45 | 4 | 502 | 144 | 60 |
| Binary | 11110110 | 0 | 10011100 | 0 | 1100100 | 100101 | 100 | 101000010 | 1100100 | 110000 |
Color Harmonies of #F6009C
Complementary color
Monochromatic Colors of #F6009C
Black with #F6009C
Text Example
Text Example
White with #F6009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6009C; }
p { color: rgb(246,0,156); }
H1.HeaderClassName
{
color: #F6009C;
}
.AnyTagClassName
{
color: #F6009C;
}
</style>
background-color css
<style>
a { background-color: #F6009C; }
a { background-color: rgb(246,0,156); }
div.DivClassName
{
background-color: #F6009C;
}
.BgClassName
{
background-color: #F6009C;
}
</style>
border-color css
<style>
span { border-color: #F6009C; }
span { border-color: rgb(246,0,156); }
td.TdClassName
{
border-color: #F6009C;
}
.TagClassName
{
border-color: #F6009C;
}
</style>