Shades of Hollywood Cerise #F600A6
Tints of Hollywood Cerise #F600A6
RGB
CMYK
RGB Variations
Color information
#F600A6 (or 0xF600A6) is known color: Hollywood Cerise. HEX triplet: F6, 00 and A6. RGB value is (246,0,166). Sum of RGB (Red+Green+Blue) = 246+0+166=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 0 (0.39% from 255 or 0% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F600A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F600A6 is #09FF59. Grayscale: #5C5C5C. Windows color (decimal): -655194 or 10879222. OLE color: 10879222.
HSL color Cylindrical-coordinate representation of color #F600A6: hue angle of 319.51º 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 #F600A6 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 166 | - |
| CMYK | 0 | 1 | 0.33 | 0.04 |
| HSL | 319.51º | 1% | 0.48% | - |
| HSV(B) | 319.51º | 1% | 0.96% | - |
| XYZ | 44.89 | 22.35 | 38.02 | - |
| YUV | 92.48 | 169.5 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 166 | 0 | 1 | 0.33 | 0.04 | 319.51 | 1 | 0.48 |
| Hex | F6 | 0 | A6 | 0 | 64 | 21 | 4 | 140 | 64 | 30 |
| Octal | 366 | 0 | 246 | 0 | 144 | 41 | 4 | 500 | 144 | 60 |
| Binary | 11110110 | 0 | 10100110 | 0 | 1100100 | 100001 | 100 | 101000000 | 1100100 | 110000 |
Color Harmonies of #F600A6
Complementary color
Monochromatic Colors of #F600A6
Black with #F600A6
Text Example
Text Example
White with #F600A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600A6; }
p { color: rgb(246,0,166); }
H1.HeaderClassName
{
color: #F600A6;
}
.AnyTagClassName
{
color: #F600A6;
}
</style>
background-color css
<style>
a { background-color: #F600A6; }
a { background-color: rgb(246,0,166); }
div.DivClassName
{
background-color: #F600A6;
}
.BgClassName
{
background-color: #F600A6;
}
</style>
border-color css
<style>
span { border-color: #F600A6; }
span { border-color: rgb(246,0,166); }
td.TdClassName
{
border-color: #F600A6;
}
.TagClassName
{
border-color: #F600A6;
}
</style>