Shades of Magenta #F11AF8
Tints of Magenta #F11AF8
RGB
CMYK
RGB Variations
Color information
#F11AF8 (or 0xF11AF8) is known color: Magenta. HEX triplet: F1, 1A and F8. RGB value is (241,26,248). Sum of RGB (Red+Green+Blue) = 241+26+248=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 26 (10.55% from 255 or 5.05% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #F11AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11AF8 is #0EE507. Grayscale: #727272. Windows color (decimal): -976136 or 16259825. OLE color: 16259825.
HSL color Cylindrical-coordinate representation of color #F11AF8: hue angle of 298.11º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11AF8 is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 241 | 26 | 248 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.03 |
| HSL | 298.11º | 0.94% | 0.54% | - |
| HSV(B) | 298.11º | 0.9% | 0.97% | - |
| XYZ | 53.59 | 26.22 | 91.04 | - |
| YUV | 115.59 | 202.73 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 248 | 0.03 | 0.90 | 0 | 0.03 | 298.11 | 0.94 | 0.54 |
| Hex | F1 | 1A | F8 | 3 | 5A | 0 | 3 | 12A | 5E | 36 |
| Octal | 361 | 32 | 370 | 3 | 132 | 0 | 3 | 452 | 136 | 66 |
| Binary | 11110001 | 11010 | 11111000 | 11 | 1011010 | 0 | 11 | 100101010 | 1011110 | 110110 |
Color Harmonies of #F11AF8
Complementary color
Monochromatic Colors of #F11AF8
Black with #F11AF8
Text Example
Text Example
White with #F11AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AF8; }
p { color: rgb(241,26,248); }
H1.HeaderClassName
{
color: #F11AF8;
}
.AnyTagClassName
{
color: #F11AF8;
}
</style>
background-color css
<style>
a { background-color: #F11AF8; }
a { background-color: rgb(241,26,248); }
div.DivClassName
{
background-color: #F11AF8;
}
.BgClassName
{
background-color: #F11AF8;
}
</style>
border-color css
<style>
span { border-color: #F11AF8; }
span { border-color: rgb(241,26,248); }
td.TdClassName
{
border-color: #F11AF8;
}
.TagClassName
{
border-color: #F11AF8;
}
</style>