Shades of Hot Magenta #F113DF
Tints of Hot Magenta #F113DF
RGB
CMYK
RGB Variations
Color information
#F113DF (or 0xF113DF) is known color: Hot Magenta. HEX triplet: F1, 13 and DF. RGB value is (241,19,223). Sum of RGB (Red+Green+Blue) = 241+19+223=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F113DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113DF is #0EEC20. Grayscale: #6C6C6C. Windows color (decimal): -977953 or 14619633. OLE color: 14619633.
HSL color Cylindrical-coordinate representation of color #F113DF: hue angle of 304.86º 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 #F113DF is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.05 |
| HSL | 304.86º | 0.89% | 0.51% | - |
| HSV(B) | 304.86º | 0.92% | 0.95% | - |
| XYZ | 49.83 | 24.49 | 71.91 | - |
| YUV | 108.63 | 192.55 | 222.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 223 | 0 | 0.92 | 0.07 | 0.05 | 304.86 | 0.89 | 0.51 |
| Hex | F1 | 13 | DF | 0 | 5C | 7 | 5 | 131 | 59 | 33 |
| Octal | 361 | 23 | 337 | 0 | 134 | 7 | 5 | 461 | 131 | 63 |
| Binary | 11110001 | 10011 | 11011111 | 0 | 1011100 | 111 | 101 | 100110001 | 1011001 | 110011 |
Color Harmonies of #F113DF
Complementary color
Monochromatic Colors of #F113DF
Black with #F113DF
Text Example
Text Example
White with #F113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113DF; }
p { color: rgb(241,19,223); }
H1.HeaderClassName
{
color: #F113DF;
}
.AnyTagClassName
{
color: #F113DF;
}
</style>
background-color css
<style>
a { background-color: #F113DF; }
a { background-color: rgb(241,19,223); }
div.DivClassName
{
background-color: #F113DF;
}
.BgClassName
{
background-color: #F113DF;
}
</style>
border-color css
<style>
span { border-color: #F113DF; }
span { border-color: rgb(241,19,223); }
td.TdClassName
{
border-color: #F113DF;
}
.TagClassName
{
border-color: #F113DF;
}
</style>