Shades of Magenta #F11AF7
Tints of Magenta #F11AF7
RGB
CMYK
RGB Variations
Color information
#F11AF7 (or 0xF11AF7) is known color: Magenta. HEX triplet: F1, 1A and F7. RGB value is (241,26,247). Sum of RGB (Red+Green+Blue) = 241+26+247=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 26 (10.55% from 255 or 5.06% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #F11AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11AF7 is #0EE508. Grayscale: #727272. Windows color (decimal): -976137 or 16194289. OLE color: 16194289.
HSL color Cylindrical-coordinate representation of color #F11AF7: hue angle of 298.37º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11AF7 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 26 | 247 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.03 |
| HSL | 298.37º | 0.93% | 0.54% | - |
| HSV(B) | 298.37º | 0.89% | 0.97% | - |
| XYZ | 53.43 | 26.15 | 90.23 | - |
| YUV | 115.48 | 202.23 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 247 | 0.02 | 0.89 | 0 | 0.03 | 298.37 | 0.93 | 0.54 |
| Hex | F1 | 1A | F7 | 2 | 59 | 0 | 3 | 12A | 5D | 36 |
| Octal | 361 | 32 | 367 | 2 | 131 | 0 | 3 | 452 | 135 | 66 |
| Binary | 11110001 | 11010 | 11110111 | 10 | 1011001 | 0 | 11 | 100101010 | 1011101 | 110110 |
Color Harmonies of #F11AF7
Complementary color
Monochromatic Colors of #F11AF7
Black with #F11AF7
Text Example
Text Example
White with #F11AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AF7; }
p { color: rgb(241,26,247); }
H1.HeaderClassName
{
color: #F11AF7;
}
.AnyTagClassName
{
color: #F11AF7;
}
</style>
background-color css
<style>
a { background-color: #F11AF7; }
a { background-color: rgb(241,26,247); }
div.DivClassName
{
background-color: #F11AF7;
}
.BgClassName
{
background-color: #F11AF7;
}
</style>
border-color css
<style>
span { border-color: #F11AF7; }
span { border-color: rgb(241,26,247); }
td.TdClassName
{
border-color: #F11AF7;
}
.TagClassName
{
border-color: #F11AF7;
}
</style>