Shades of Hot Magenta #F410D5
Tints of Hot Magenta #F410D5
RGB
CMYK
RGB Variations
Color information
#F410D5 (or 0xF410D5) is known color: Hot Magenta. HEX triplet: F4, 10 and D5. RGB value is (244,16,213). Sum of RGB (Red+Green+Blue) = 244+16+213=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F410D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F410D5 is #0BEF2A. Grayscale: #6A6A6A. Windows color (decimal): -782123 or 13963508. OLE color: 13963508.
HSL color Cylindrical-coordinate representation of color #F410D5: hue angle of 308.16º 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 #F410D5 is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 16 | 213 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.04 |
| HSL | 308.16º | 0.91% | 0.51% | - |
| HSV(B) | 308.16º | 0.93% | 0.96% | - |
| XYZ | 49.5 | 24.41 | 65.05 | - |
| YUV | 106.63 | 188.04 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 16 | 213 | 0 | 0.93 | 0.13 | 0.04 | 308.16 | 0.91 | 0.51 |
| Hex | F4 | 10 | D5 | 0 | 5D | D | 4 | 134 | 5B | 33 |
| Octal | 364 | 20 | 325 | 0 | 135 | 15 | 4 | 464 | 133 | 63 |
| Binary | 11110100 | 10000 | 11010101 | 0 | 1011101 | 1101 | 100 | 100110100 | 1011011 | 110011 |
Color Harmonies of #F410D5
Complementary color
Monochromatic Colors of #F410D5
Black with #F410D5
Text Example
Text Example
White with #F410D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F410D5; }
p { color: rgb(244,16,213); }
H1.HeaderClassName
{
color: #F410D5;
}
.AnyTagClassName
{
color: #F410D5;
}
</style>
background-color css
<style>
a { background-color: #F410D5; }
a { background-color: rgb(244,16,213); }
div.DivClassName
{
background-color: #F410D5;
}
.BgClassName
{
background-color: #F410D5;
}
</style>
border-color css
<style>
span { border-color: #F410D5; }
span { border-color: rgb(244,16,213); }
td.TdClassName
{
border-color: #F410D5;
}
.TagClassName
{
border-color: #F410D5;
}
</style>