Shades of Magenta #F11AF0
Tints of Magenta #F11AF0
RGB
CMYK
RGB Variations
Color information
#F11AF0 (or 0xF11AF0) is known color: Magenta. HEX triplet: F1, 1A and F0. RGB value is (241,26,240). Sum of RGB (Red+Green+Blue) = 241+26+240=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 26 (10.55% from 255 or 5.13% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F11AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11AF0 is #0EE50F. Grayscale: #727272. Windows color (decimal): -976144 or 15735537. OLE color: 15735537.
HSL color Cylindrical-coordinate representation of color #F11AF0: hue angle of 300.28º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11AF0 is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 240 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.05 |
| HSL | 300.28º | 0.88% | 0.52% | - |
| HSV(B) | 300.28º | 0.89% | 0.95% | - |
| XYZ | 52.37 | 25.73 | 84.64 | - |
| YUV | 114.68 | 198.73 | 218.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 240 | 0 | 0.89 | 0.00 | 0.05 | 300.28 | 0.88 | 0.52 |
| Hex | F1 | 1A | F0 | 0 | 59 | 0 | 5 | 12C | 58 | 34 |
| Octal | 361 | 32 | 360 | 0 | 131 | 0 | 5 | 454 | 130 | 64 |
| Binary | 11110001 | 11010 | 11110000 | 0 | 1011001 | 0 | 101 | 100101100 | 1011000 | 110100 |
Color Harmonies of #F11AF0
Complementary color
Monochromatic Colors of #F11AF0
Black with #F11AF0
Text Example
Text Example
White with #F11AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AF0; }
p { color: rgb(241,26,240); }
H1.HeaderClassName
{
color: #F11AF0;
}
.AnyTagClassName
{
color: #F11AF0;
}
</style>
background-color css
<style>
a { background-color: #F11AF0; }
a { background-color: rgb(241,26,240); }
div.DivClassName
{
background-color: #F11AF0;
}
.BgClassName
{
background-color: #F11AF0;
}
</style>
border-color css
<style>
span { border-color: #F11AF0; }
span { border-color: rgb(241,26,240); }
td.TdClassName
{
border-color: #F11AF0;
}
.TagClassName
{
border-color: #F11AF0;
}
</style>