Shades of Hot Magenta #F410DD
Tints of Hot Magenta #F410DD
RGB
CMYK
RGB Variations
Color information
#F410DD (or 0xF410DD) is known color: Hot Magenta. HEX triplet: F4, 10 and DD. RGB value is (244,16,221). Sum of RGB (Red+Green+Blue) = 244+16+221=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 16 (6.64% from 255 or 3.33% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F410DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410DD is #0BEF22. Grayscale: #6A6A6A. Windows color (decimal): -782115 or 14487796. OLE color: 14487796.
HSL color Cylindrical-coordinate representation of color #F410DD: hue angle of 306.05º 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 #F410DD is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 221 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.04 |
| HSL | 306.05º | 0.91% | 0.51% | - |
| HSV(B) | 306.05º | 0.93% | 0.96% | - |
| XYZ | 50.54 | 24.82 | 70.53 | - |
| YUV | 107.54 | 192.04 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 221 | 0 | 0.93 | 0.09 | 0.04 | 306.05 | 0.91 | 0.51 |
| Hex | F4 | 10 | DD | 0 | 5D | 9 | 4 | 132 | 5B | 33 |
| Octal | 364 | 20 | 335 | 0 | 135 | 11 | 4 | 462 | 133 | 63 |
| Binary | 11110100 | 10000 | 11011101 | 0 | 1011101 | 1001 | 100 | 100110010 | 1011011 | 110011 |
Color Harmonies of #F410DD
Complementary color
Monochromatic Colors of #F410DD
Black with #F410DD
Text Example
Text Example
White with #F410DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410DD; }
p { color: rgb(244,16,221); }
H1.HeaderClassName
{
color: #F410DD;
}
.AnyTagClassName
{
color: #F410DD;
}
</style>
background-color css
<style>
a { background-color: #F410DD; }
a { background-color: rgb(244,16,221); }
div.DivClassName
{
background-color: #F410DD;
}
.BgClassName
{
background-color: #F410DD;
}
</style>
border-color css
<style>
span { border-color: #F410DD; }
span { border-color: rgb(244,16,221); }
td.TdClassName
{
border-color: #F410DD;
}
.TagClassName
{
border-color: #F410DD;
}
</style>