Shades of Hot Magenta #F113DD
Tints of Hot Magenta #F113DD
RGB
CMYK
RGB Variations
Color information
#F113DD (or 0xF113DD) is known color: Hot Magenta. HEX triplet: F1, 13 and DD. RGB value is (241,19,221). Sum of RGB (Red+Green+Blue) = 241+19+221=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F113DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113DD is #0EEC22. Grayscale: #6B6B6B. Windows color (decimal): -977955 or 14488561. OLE color: 14488561.
HSL color Cylindrical-coordinate representation of color #F113DD: hue angle of 305.41º 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 #F113DD is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 221 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.05 |
| HSL | 305.41º | 0.89% | 0.51% | - |
| HSV(B) | 305.41º | 0.92% | 0.95% | - |
| XYZ | 49.56 | 24.39 | 70.5 | - |
| YUV | 108.41 | 191.55 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 221 | 0 | 0.92 | 0.08 | 0.05 | 305.41 | 0.89 | 0.51 |
| Hex | F1 | 13 | DD | 0 | 5C | 8 | 5 | 131 | 59 | 33 |
| Octal | 361 | 23 | 335 | 0 | 134 | 10 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10011 | 11011101 | 0 | 1011100 | 1000 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F113DD
Complementary color
Monochromatic Colors of #F113DD
Black with #F113DD
Text Example
Text Example
White with #F113DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113DD; }
p { color: rgb(241,19,221); }
H1.HeaderClassName
{
color: #F113DD;
}
.AnyTagClassName
{
color: #F113DD;
}
</style>
background-color css
<style>
a { background-color: #F113DD; }
a { background-color: rgb(241,19,221); }
div.DivClassName
{
background-color: #F113DD;
}
.BgClassName
{
background-color: #F113DD;
}
</style>
border-color css
<style>
span { border-color: #F113DD; }
span { border-color: rgb(241,19,221); }
td.TdClassName
{
border-color: #F113DD;
}
.TagClassName
{
border-color: #F113DD;
}
</style>