Shades of Hot Magenta #F610DC
Tints of Hot Magenta #F610DC
RGB
CMYK
RGB Variations
Color information
#F610DC (or 0xF610DC) is known color: Hot Magenta. HEX triplet: F6, 10 and DC. RGB value is (246,16,220). Sum of RGB (Red+Green+Blue) = 246+16+220=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 16 (6.64% from 255 or 3.32% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F610DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610DC is #09EF23. Grayscale: #6B6B6B. Windows color (decimal): -651044 or 14422262. OLE color: 14422262.
HSL color Cylindrical-coordinate representation of color #F610DC: hue angle of 306.78º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F610DC is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.04 |
| HSL | 306.78º | 0.93% | 0.51% | - |
| HSV(B) | 306.78º | 0.93% | 0.96% | - |
| XYZ | 51.11 | 25.13 | 69.87 | - |
| YUV | 108.03 | 191.2 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 220 | 0 | 0.93 | 0.11 | 0.04 | 306.78 | 0.93 | 0.51 |
| Hex | F6 | 10 | DC | 0 | 5D | B | 4 | 133 | 5D | 33 |
| Octal | 366 | 20 | 334 | 0 | 135 | 13 | 4 | 463 | 135 | 63 |
| Binary | 11110110 | 10000 | 11011100 | 0 | 1011101 | 1011 | 100 | 100110011 | 1011101 | 110011 |
Color Harmonies of #F610DC
Complementary color
Monochromatic Colors of #F610DC
Black with #F610DC
Text Example
Text Example
White with #F610DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610DC; }
p { color: rgb(246,16,220); }
H1.HeaderClassName
{
color: #F610DC;
}
.AnyTagClassName
{
color: #F610DC;
}
</style>
background-color css
<style>
a { background-color: #F610DC; }
a { background-color: rgb(246,16,220); }
div.DivClassName
{
background-color: #F610DC;
}
.BgClassName
{
background-color: #F610DC;
}
</style>
border-color css
<style>
span { border-color: #F610DC; }
span { border-color: rgb(246,16,220); }
td.TdClassName
{
border-color: #F610DC;
}
.TagClassName
{
border-color: #F610DC;
}
</style>