Shades of Hot Magenta #F600DC
Tints of Hot Magenta #F600DC
RGB
CMYK
RGB Variations
Color information
#F600DC (or 0xF600DC) is known color: Hot Magenta. HEX triplet: F6, 00 and DC. RGB value is (246,0,220). Sum of RGB (Red+Green+Blue) = 246+0+220=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 0 (0.39% from 255 or 0% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F600DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F600DC is #09FF23. Grayscale: #626262. Windows color (decimal): -655140 or 14418166. OLE color: 14418166.
HSL color Cylindrical-coordinate representation of color #F600DC: hue angle of 306.34º 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 #F600DC is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 0 | 220 | - |
| CMYK | 0 | 1 | 0.11 | 0.04 |
| HSL | 306.34º | 1% | 0.48% | - |
| HSV(B) | 306.34º | 1% | 0.96% | - |
| XYZ | 50.92 | 24.76 | 69.81 | - |
| YUV | 98.63 | 196.5 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 0 | 220 | 0 | 1 | 0.11 | 0.04 | 306.34 | 1 | 0.48 |
| Hex | F6 | 0 | DC | 0 | 64 | B | 4 | 132 | 64 | 30 |
| Octal | 366 | 0 | 334 | 0 | 144 | 13 | 4 | 462 | 144 | 60 |
| Binary | 11110110 | 0 | 11011100 | 0 | 1100100 | 1011 | 100 | 100110010 | 1100100 | 110000 |
Color Harmonies of #F600DC
Complementary color
Monochromatic Colors of #F600DC
Black with #F600DC
Text Example
Text Example
White with #F600DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F600DC; }
p { color: rgb(246,0,220); }
H1.HeaderClassName
{
color: #F600DC;
}
.AnyTagClassName
{
color: #F600DC;
}
</style>
background-color css
<style>
a { background-color: #F600DC; }
a { background-color: rgb(246,0,220); }
div.DivClassName
{
background-color: #F600DC;
}
.BgClassName
{
background-color: #F600DC;
}
</style>
border-color css
<style>
span { border-color: #F600DC; }
span { border-color: rgb(246,0,220); }
td.TdClassName
{
border-color: #F600DC;
}
.TagClassName
{
border-color: #F600DC;
}
</style>