Shades of Hot Magenta #F113D9
Tints of Hot Magenta #F113D9
RGB
CMYK
RGB Variations
Color information
#F113D9 (or 0xF113D9) is known color: Hot Magenta. HEX triplet: F1, 13 and D9. RGB value is (241,19,217). Sum of RGB (Red+Green+Blue) = 241+19+217=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 19 (7.81% from 255 or 3.98% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F113D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113D9 is #0EEC26. Grayscale: #6B6B6B. Windows color (decimal): -977959 or 14226417. OLE color: 14226417.
HSL color Cylindrical-coordinate representation of color #F113D9: hue angle of 306.49º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113D9 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 217 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.49º | 0.89% | 0.51% | - |
| HSV(B) | 306.49º | 0.92% | 0.95% | - |
| XYZ | 49.03 | 24.18 | 67.73 | - |
| YUV | 107.95 | 189.55 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 217 | 0 | 0.92 | 0.10 | 0.05 | 306.49 | 0.89 | 0.51 |
| Hex | F1 | 13 | D9 | 0 | 5C | A | 5 | 132 | 59 | 33 |
| Octal | 361 | 23 | 331 | 0 | 134 | 12 | 5 | 462 | 131 | 63 |
| Binary | 11110001 | 10011 | 11011001 | 0 | 1011100 | 1010 | 101 | 100110010 | 1011001 | 110011 |
Color Harmonies of #F113D9
Complementary color
Monochromatic Colors of #F113D9
Black with #F113D9
Text Example
Text Example
White with #F113D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113D9; }
p { color: rgb(241,19,217); }
H1.HeaderClassName
{
color: #F113D9;
}
.AnyTagClassName
{
color: #F113D9;
}
</style>
background-color css
<style>
a { background-color: #F113D9; }
a { background-color: rgb(241,19,217); }
div.DivClassName
{
background-color: #F113D9;
}
.BgClassName
{
background-color: #F113D9;
}
</style>
border-color css
<style>
span { border-color: #F113D9; }
span { border-color: rgb(241,19,217); }
td.TdClassName
{
border-color: #F113D9;
}
.TagClassName
{
border-color: #F113D9;
}
</style>