Shades of Hot Magenta #F606DC
Tints of Hot Magenta #F606DC
RGB
CMYK
RGB Variations
Color information
#F606DC (or 0xF606DC) is known color: Hot Magenta. HEX triplet: F6, 06 and DC. RGB value is (246,6,220). Sum of RGB (Red+Green+Blue) = 246+6+220=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F606DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606DC is #09F923. Grayscale: #656565. Windows color (decimal): -653604 or 14419702. OLE color: 14419702.
HSL color Cylindrical-coordinate representation of color #F606DC: hue angle of 306.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F606DC is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 220 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.04 |
| HSL | 306.5º | 0.95% | 0.49% | - |
| HSV(B) | 306.5º | 0.98% | 0.96% | - |
| XYZ | 50.99 | 24.89 | 69.83 | - |
| YUV | 102.16 | 194.51 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 220 | 0 | 0.98 | 0.11 | 0.04 | 306.5 | 0.95 | 0.49 |
| Hex | F6 | 6 | DC | 0 | 62 | B | 4 | 132 | 5F | 31 |
| Octal | 366 | 6 | 334 | 0 | 142 | 13 | 4 | 462 | 137 | 61 |
| Binary | 11110110 | 110 | 11011100 | 0 | 1100010 | 1011 | 100 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F606DC
Complementary color
Monochromatic Colors of #F606DC
Black with #F606DC
Text Example
Text Example
White with #F606DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606DC; }
p { color: rgb(246,6,220); }
H1.HeaderClassName
{
color: #F606DC;
}
.AnyTagClassName
{
color: #F606DC;
}
</style>
background-color css
<style>
a { background-color: #F606DC; }
a { background-color: rgb(246,6,220); }
div.DivClassName
{
background-color: #F606DC;
}
.BgClassName
{
background-color: #F606DC;
}
</style>
border-color css
<style>
span { border-color: #F606DC; }
span { border-color: rgb(246,6,220); }
td.TdClassName
{
border-color: #F606DC;
}
.TagClassName
{
border-color: #F606DC;
}
</style>