Shades of Magenta #F113F9
Tints of Magenta #F113F9
RGB
CMYK
RGB Variations
Color information
#F113F9 (or 0xF113F9) is known color: Magenta. HEX triplet: F1, 13 and F9. RGB value is (241,19,249). Sum of RGB (Red+Green+Blue) = 241+19+249=509 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.35% from 509); Green value is 19 (7.81% from 255 or 3.73% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #F113F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F113F9 is #0EEC06. Grayscale: #6E6E6E. Windows color (decimal): -977927 or 16323569. OLE color: 16323569.
HSL color Cylindrical-coordinate representation of color #F113F9: hue angle of 297.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113F9 is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 19 | 249 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.02 |
| HSL | 297.91º | 0.95% | 0.53% | - |
| HSV(B) | 297.91º | 0.92% | 0.98% | - |
| XYZ | 53.61 | 26.01 | 91.82 | - |
| YUV | 111.6 | 205.55 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 249 | 0.03 | 0.92 | 0 | 0.02 | 297.91 | 0.95 | 0.53 |
| Hex | F1 | 13 | F9 | 3 | 5C | 0 | 2 | 12A | 5F | 35 |
| Octal | 361 | 23 | 371 | 3 | 134 | 0 | 2 | 452 | 137 | 65 |
| Binary | 11110001 | 10011 | 11111001 | 11 | 1011100 | 0 | 10 | 100101010 | 1011111 | 110101 |
Color Harmonies of #F113F9
Complementary color
Monochromatic Colors of #F113F9
Black with #F113F9
Text Example
Text Example
White with #F113F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113F9; }
p { color: rgb(241,19,249); }
H1.HeaderClassName
{
color: #F113F9;
}
.AnyTagClassName
{
color: #F113F9;
}
</style>
background-color css
<style>
a { background-color: #F113F9; }
a { background-color: rgb(241,19,249); }
div.DivClassName
{
background-color: #F113F9;
}
.BgClassName
{
background-color: #F113F9;
}
</style>
border-color css
<style>
span { border-color: #F113F9; }
span { border-color: rgb(241,19,249); }
td.TdClassName
{
border-color: #F113F9;
}
.TagClassName
{
border-color: #F113F9;
}
</style>