Shades of Hot Magenta #F111DF
Tints of Hot Magenta #F111DF
RGB
CMYK
RGB Variations
Color information
#F111DF (or 0xF111DF) is known color: Hot Magenta. HEX triplet: F1, 11 and DF. RGB value is (241,17,223). Sum of RGB (Red+Green+Blue) = 241+17+223=481 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.10% from 481); Green value is 17 (7.03% from 255 or 3.53% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 241 - color contains mainly: red. Hex color #F111DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F111DF is #0EEE20. Grayscale: #6A6A6A. Windows color (decimal): -978465 or 14619121. OLE color: 14619121.
HSL color Cylindrical-coordinate representation of color #F111DF: hue angle of 304.82º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F111DF is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 17 | 223 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.05 |
| HSL | 304.82º | 0.89% | 0.51% | - |
| HSV(B) | 304.82º | 0.93% | 0.95% | - |
| XYZ | 49.8 | 24.43 | 71.9 | - |
| YUV | 107.46 | 193.21 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 17 | 223 | 0 | 0.93 | 0.07 | 0.05 | 304.82 | 0.89 | 0.51 |
| Hex | F1 | 11 | DF | 0 | 5D | 7 | 5 | 131 | 59 | 33 |
| Octal | 361 | 21 | 337 | 0 | 135 | 7 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10001 | 11011111 | 0 | 1011101 | 111 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F111DF
Complementary color
Monochromatic Colors of #F111DF
Black with #F111DF
Text Example
Text Example
White with #F111DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F111DF; }
p { color: rgb(241,17,223); }
H1.HeaderClassName
{
color: #F111DF;
}
.AnyTagClassName
{
color: #F111DF;
}
</style>
background-color css
<style>
a { background-color: #F111DF; }
a { background-color: rgb(241,17,223); }
div.DivClassName
{
background-color: #F111DF;
}
.BgClassName
{
background-color: #F111DF;
}
</style>
border-color css
<style>
span { border-color: #F111DF; }
span { border-color: rgb(241,17,223); }
td.TdClassName
{
border-color: #F111DF;
}
.TagClassName
{
border-color: #F111DF;
}
</style>