Shades of Hollywood Cerise #F602A6
Tints of Hollywood Cerise #F602A6
RGB
CMYK
RGB Variations
Color information
#F602A6 (or 0xF602A6) is known color: Hollywood Cerise. HEX triplet: F6, 02 and A6. RGB value is (246,2,166). Sum of RGB (Red+Green+Blue) = 246+2+166=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 2 (1.17% from 255 or 0.48% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F602A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F602A6 is #09FD59. Grayscale: #5D5D5D. Windows color (decimal): -654682 or 10879734. OLE color: 10879734.
HSL color Cylindrical-coordinate representation of color #F602A6: hue angle of 319.67º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F602A6 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.04 |
| HSL | 319.67º | 0.98% | 0.49% | - |
| HSV(B) | 319.67º | 0.99% | 0.96% | - |
| XYZ | 44.91 | 22.39 | 38.03 | - |
| YUV | 93.65 | 168.84 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 2 | 166 | 0 | 0.99 | 0.33 | 0.04 | 319.67 | 0.98 | 0.49 |
| Hex | F6 | 2 | A6 | 0 | 63 | 21 | 4 | 140 | 62 | 31 |
| Octal | 366 | 2 | 246 | 0 | 143 | 41 | 4 | 500 | 142 | 61 |
| Binary | 11110110 | 10 | 10100110 | 0 | 1100011 | 100001 | 100 | 101000000 | 1100010 | 110001 |
Color Harmonies of #F602A6
Complementary color
Monochromatic Colors of #F602A6
Black with #F602A6
Text Example
Text Example
White with #F602A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F602A6; }
p { color: rgb(246,2,166); }
H1.HeaderClassName
{
color: #F602A6;
}
.AnyTagClassName
{
color: #F602A6;
}
</style>
background-color css
<style>
a { background-color: #F602A6; }
a { background-color: rgb(246,2,166); }
div.DivClassName
{
background-color: #F602A6;
}
.BgClassName
{
background-color: #F602A6;
}
</style>
border-color css
<style>
span { border-color: #F602A6; }
span { border-color: rgb(246,2,166); }
td.TdClassName
{
border-color: #F602A6;
}
.TagClassName
{
border-color: #F602A6;
}
</style>