Shades of Hollywood Cerise #F6069C
Tints of Hollywood Cerise #F6069C
RGB
CMYK
RGB Variations
Color information
#F6069C (or 0xF6069C) is known color: Hollywood Cerise. HEX triplet: F6, 06 and 9C. RGB value is (246,6,156). Sum of RGB (Red+Green+Blue) = 246+6+156=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F6069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6069C is #09F963. Grayscale: #5E5E5E. Windows color (decimal): -653668 or 10225398. OLE color: 10225398.
HSL color Cylindrical-coordinate representation of color #F6069C: hue angle of 322.5º 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 #F6069C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 156 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.04 |
| HSL | 322.5º | 0.95% | 0.49% | - |
| HSV(B) | 322.5º | 0.98% | 0.96% | - |
| XYZ | 44.07 | 22.12 | 33.4 | - |
| YUV | 94.86 | 162.51 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 156 | 0 | 0.98 | 0.37 | 0.04 | 322.5 | 0.95 | 0.49 |
| Hex | F6 | 6 | 9C | 0 | 62 | 25 | 4 | 142 | 5F | 31 |
| Octal | 366 | 6 | 234 | 0 | 142 | 45 | 4 | 502 | 137 | 61 |
| Binary | 11110110 | 110 | 10011100 | 0 | 1100010 | 100101 | 100 | 101000010 | 1011111 | 110001 |
Color Harmonies of #F6069C
Complementary color
Monochromatic Colors of #F6069C
Black with #F6069C
Text Example
Text Example
White with #F6069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6069C; }
p { color: rgb(246,6,156); }
H1.HeaderClassName
{
color: #F6069C;
}
.AnyTagClassName
{
color: #F6069C;
}
</style>
background-color css
<style>
a { background-color: #F6069C; }
a { background-color: rgb(246,6,156); }
div.DivClassName
{
background-color: #F6069C;
}
.BgClassName
{
background-color: #F6069C;
}
</style>
border-color css
<style>
span { border-color: #F6069C; }
span { border-color: rgb(246,6,156); }
td.TdClassName
{
border-color: #F6069C;
}
.TagClassName
{
border-color: #F6069C;
}
</style>