Shades of Hollywood Cerise #F600A2
Tints of Hollywood Cerise #F600A2
RGB
CMYK
RGB Variations
Color information
#F600A2 (or 0xF600A2) is known color: Hollywood Cerise. HEX triplet: F6, 00 and A2. RGB value is (246,0,162). Sum of RGB (Red+Green+Blue) = 246+0+162=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F600A2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600A2 is #09FF5D. Grayscale: #5B5B5B. Windows color (decimal): -655198 or 10617078. OLE color: 10617078.
HSL color Cylindrical-coordinate representation of color #F600A2: hue angle of 320.49º 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 #F600A2 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.34 | 0.04 |
| HSL | 320.49º | 1% | 0.48% | - |
| HSV(B) | 320.49º | 1% | 0.96% | - |
| XYZ | 44.53 | 22.2 | 36.12 | - |
| YUV | 92.02 | 167.5 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 162 | 0 | 1 | 0.34 | 0.04 | 320.49 | 1 | 0.48 |
| Hex | F6 | 0 | A2 | 0 | 64 | 22 | 4 | 140 | 64 | 30 |
| Octal | 366 | 0 | 242 | 0 | 144 | 42 | 4 | 500 | 144 | 60 |
| Binary | 11110110 | 0 | 10100010 | 0 | 1100100 | 100010 | 100 | 101000000 | 1100100 | 110000 |
Color Harmonies of #F600A2
Complementary color
Monochromatic Colors of #F600A2
Black with #F600A2
Text Example
Text Example
White with #F600A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600A2; }
p { color: rgb(246,0,162); }
H1.HeaderClassName
{
color: #F600A2;
}
.AnyTagClassName
{
color: #F600A2;
}
</style>
background-color css
<style>
a { background-color: #F600A2; }
a { background-color: rgb(246,0,162); }
div.DivClassName
{
background-color: #F600A2;
}
.BgClassName
{
background-color: #F600A2;
}
</style>
border-color css
<style>
span { border-color: #F600A2; }
span { border-color: rgb(246,0,162); }
td.TdClassName
{
border-color: #F600A2;
}
.TagClassName
{
border-color: #F600A2;
}
</style>