Shades of Hot Magenta #F410D1
Tints of Hot Magenta #F410D1
RGB
CMYK
RGB Variations
Color information
#F410D1 (or 0xF410D1) is known color: Hot Magenta. HEX triplet: F4, 10 and D1. RGB value is (244,16,209). Sum of RGB (Red+Green+Blue) = 244+16+209=469 (62% of max value = 765). Red value is 244 (95.70% from 255 or 52.03% from 469); Green value is 16 (6.64% from 255 or 3.41% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 244 - color contains mainly: red. Hex color #F410D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410D1 is #0BEF2E. Grayscale: #696969. Windows color (decimal): -782127 or 13701364. OLE color: 13701364.
HSL color Cylindrical-coordinate representation of color #F410D1: hue angle of 309.21º degrees, saturation: 0.91, 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 #F410D1 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 209 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.04 |
| HSL | 309.21º | 0.91% | 0.51% | - |
| HSV(B) | 309.21º | 0.93% | 0.96% | - |
| XYZ | 49 | 24.21 | 62.41 | - |
| YUV | 106.17 | 186.04 | 226.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 209 | 0 | 0.93 | 0.14 | 0.04 | 309.21 | 0.91 | 0.51 |
| Hex | F4 | 10 | D1 | 0 | 5D | E | 4 | 135 | 5B | 33 |
| Octal | 364 | 20 | 321 | 0 | 135 | 16 | 4 | 465 | 133 | 63 |
| Binary | 11110100 | 10000 | 11010001 | 0 | 1011101 | 1110 | 100 | 100110101 | 1011011 | 110011 |
Color Harmonies of #F410D1
Complementary color
Monochromatic Colors of #F410D1
Black with #F410D1
Text Example
Text Example
White with #F410D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410D1; }
p { color: rgb(244,16,209); }
H1.HeaderClassName
{
color: #F410D1;
}
.AnyTagClassName
{
color: #F410D1;
}
</style>
background-color css
<style>
a { background-color: #F410D1; }
a { background-color: rgb(244,16,209); }
div.DivClassName
{
background-color: #F410D1;
}
.BgClassName
{
background-color: #F410D1;
}
</style>
border-color css
<style>
span { border-color: #F410D1; }
span { border-color: rgb(244,16,209); }
td.TdClassName
{
border-color: #F410D1;
}
.TagClassName
{
border-color: #F410D1;
}
</style>