Shades of Hot Magenta #F113D8
Tints of Hot Magenta #F113D8
RGB
CMYK
RGB Variations
Color information
#F113D8 (or 0xF113D8) is known color: Hot Magenta. HEX triplet: F1, 13 and D8. RGB value is (241,19,216). Sum of RGB (Red+Green+Blue) = 241+19+216=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 216 (84.77% from 255 or 45.38% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F113D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113D8 is #0EEC27. Grayscale: #6B6B6B. Windows color (decimal): -977960 or 14160881. OLE color: 14160881.
HSL color Cylindrical-coordinate representation of color #F113D8: hue angle of 306.76º 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 #F113D8 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 216 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.05 |
| HSL | 306.76º | 0.89% | 0.51% | - |
| HSV(B) | 306.76º | 0.92% | 0.95% | - |
| XYZ | 48.9 | 24.12 | 67.04 | - |
| YUV | 107.84 | 189.05 | 222.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 216 | 0 | 0.92 | 0.10 | 0.05 | 306.76 | 0.89 | 0.51 |
| Hex | F1 | 13 | D8 | 0 | 5C | A | 5 | 133 | 59 | 33 |
| Octal | 361 | 23 | 330 | 0 | 134 | 12 | 5 | 463 | 131 | 63 |
| Binary | 11110001 | 10011 | 11011000 | 0 | 1011100 | 1010 | 101 | 100110011 | 1011001 | 110011 |
Color Harmonies of #F113D8
Complementary color
Monochromatic Colors of #F113D8
Black with #F113D8
Text Example
Text Example
White with #F113D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113D8; }
p { color: rgb(241,19,216); }
H1.HeaderClassName
{
color: #F113D8;
}
.AnyTagClassName
{
color: #F113D8;
}
</style>
background-color css
<style>
a { background-color: #F113D8; }
a { background-color: rgb(241,19,216); }
div.DivClassName
{
background-color: #F113D8;
}
.BgClassName
{
background-color: #F113D8;
}
</style>
border-color css
<style>
span { border-color: #F113D8; }
span { border-color: rgb(241,19,216); }
td.TdClassName
{
border-color: #F113D8;
}
.TagClassName
{
border-color: #F113D8;
}
</style>