Shades of Hot Magenta #F10AD9
Tints of Hot Magenta #F10AD9
RGB
CMYK
RGB Variations
Color information
#F10AD9 (or 0xF10AD9) is known color: Hot Magenta. HEX triplet: F1, 0A and D9. RGB value is (241,10,217). Sum of RGB (Red+Green+Blue) = 241+10+217=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 10 (4.30% from 255 or 2.14% from 468); Blue value is 217 (85.16% from 255 or 46.37% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F10AD9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10AD9 is #0EF526. Grayscale: #666666. Windows color (decimal): -980263 or 14224113. OLE color: 14224113.
HSL color Cylindrical-coordinate representation of color #F10AD9: hue angle of 306.23º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F10AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 10 | 217 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.05 |
| HSL | 306.23º | 0.92% | 0.49% | - |
| HSV(B) | 306.23º | 0.96% | 0.95% | - |
| XYZ | 48.91 | 23.93 | 67.69 | - |
| YUV | 102.67 | 192.53 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 10 | 217 | 0 | 0.96 | 0.10 | 0.05 | 306.23 | 0.92 | 0.49 |
| Hex | F1 | A | D9 | 0 | 60 | A | 5 | 132 | 5C | 31 |
| Octal | 361 | 12 | 331 | 0 | 140 | 12 | 5 | 462 | 134 | 61 |
| Binary | 11110001 | 1010 | 11011001 | 0 | 1100000 | 1010 | 101 | 100110010 | 1011100 | 110001 |
Color Harmonies of #F10AD9
Complementary color
Monochromatic Colors of #F10AD9
Black with #F10AD9
Text Example
Text Example
White with #F10AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10AD9; }
p { color: rgb(241,10,217); }
H1.HeaderClassName
{
color: #F10AD9;
}
.AnyTagClassName
{
color: #F10AD9;
}
</style>
background-color css
<style>
a { background-color: #F10AD9; }
a { background-color: rgb(241,10,217); }
div.DivClassName
{
background-color: #F10AD9;
}
.BgClassName
{
background-color: #F10AD9;
}
</style>
border-color css
<style>
span { border-color: #F10AD9; }
span { border-color: rgb(241,10,217); }
td.TdClassName
{
border-color: #F10AD9;
}
.TagClassName
{
border-color: #F10AD9;
}
</style>