Shades of Hot Magenta #F610D3
Tints of Hot Magenta #F610D3
RGB
CMYK
RGB Variations
Color information
#F610D3 (or 0xF610D3) is known color: Hot Magenta. HEX triplet: F6, 10 and D3. RGB value is (246,16,211). Sum of RGB (Red+Green+Blue) = 246+16+211=473 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.01% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 211 (82.81% from 255 or 44.61% from 473); Max value from RGB is 246 - color contains mainly: red. Hex color #F610D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F610D3 is #09EF2C. Grayscale: #6A6A6A. Windows color (decimal): -651053 or 13832438. OLE color: 13832438.
HSL color Cylindrical-coordinate representation of color #F610D3: hue angle of 309.13º 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 #F610D3 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 211 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.04 |
| HSL | 309.13º | 0.93% | 0.51% | - |
| HSV(B) | 309.13º | 0.93% | 0.96% | - |
| XYZ | 49.95 | 24.67 | 63.76 | - |
| YUV | 107 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 211 | 0 | 0.93 | 0.14 | 0.04 | 309.13 | 0.93 | 0.51 |
| Hex | F6 | 10 | D3 | 0 | 5D | E | 4 | 135 | 5D | 33 |
| Octal | 366 | 20 | 323 | 0 | 135 | 16 | 4 | 465 | 135 | 63 |
| Binary | 11110110 | 10000 | 11010011 | 0 | 1011101 | 1110 | 100 | 100110101 | 1011101 | 110011 |
Color Harmonies of #F610D3
Complementary color
Monochromatic Colors of #F610D3
Black with #F610D3
Text Example
Text Example
White with #F610D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F610D3; }
p { color: rgb(246,16,211); }
H1.HeaderClassName
{
color: #F610D3;
}
.AnyTagClassName
{
color: #F610D3;
}
</style>
background-color css
<style>
a { background-color: #F610D3; }
a { background-color: rgb(246,16,211); }
div.DivClassName
{
background-color: #F610D3;
}
.BgClassName
{
background-color: #F610D3;
}
</style>
border-color css
<style>
span { border-color: #F610D3; }
span { border-color: rgb(246,16,211); }
td.TdClassName
{
border-color: #F610D3;
}
.TagClassName
{
border-color: #F610D3;
}
</style>