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