Shades of Hollywood Cerise #F6049C
Tints of Hollywood Cerise #F6049C
RGB
CMYK
RGB Variations
Color information
#F6049C (or 0xF6049C) is known color: Hollywood Cerise. HEX triplet: F6, 04 and 9C. RGB value is (246,4,156). Sum of RGB (Red+Green+Blue) = 246+4+156=406 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.59% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 156 (61.33% from 255 or 38.42% from 406); Max value from RGB is 246 - color contains mainly: red. Hex color #F6049C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6049C is #09FB63. Grayscale: #5D5D5D. Windows color (decimal): -654180 or 10224886. OLE color: 10224886.
HSL color Cylindrical-coordinate representation of color #F6049C: hue angle of 322.31º degrees, saturation: 0.97, 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 #F6049C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 4 | 156 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.04 |
| HSL | 322.31º | 0.97% | 0.49% | - |
| HSV(B) | 322.31º | 0.98% | 0.96% | - |
| XYZ | 44.05 | 22.08 | 33.39 | - |
| YUV | 93.69 | 163.17 | 236.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 4 | 156 | 0 | 0.98 | 0.37 | 0.04 | 322.31 | 0.97 | 0.49 |
| Hex | F6 | 4 | 9C | 0 | 62 | 25 | 4 | 142 | 61 | 31 |
| Octal | 366 | 4 | 234 | 0 | 142 | 45 | 4 | 502 | 141 | 61 |
| Binary | 11110110 | 100 | 10011100 | 0 | 1100010 | 100101 | 100 | 101000010 | 1100001 | 110001 |
Color Harmonies of #F6049C
Complementary color
Monochromatic Colors of #F6049C
Black with #F6049C
Text Example
Text Example
White with #F6049C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6049C; }
p { color: rgb(246,4,156); }
H1.HeaderClassName
{
color: #F6049C;
}
.AnyTagClassName
{
color: #F6049C;
}
</style>
background-color css
<style>
a { background-color: #F6049C; }
a { background-color: rgb(246,4,156); }
div.DivClassName
{
background-color: #F6049C;
}
.BgClassName
{
background-color: #F6049C;
}
</style>
border-color css
<style>
span { border-color: #F6049C; }
span { border-color: rgb(246,4,156); }
td.TdClassName
{
border-color: #F6049C;
}
.TagClassName
{
border-color: #F6049C;
}
</style>