Shades of Magenta #F11AFF
Tints of Magenta #F11AFF
RGB
CMYK
RGB Variations
Color information
#F11AFF (or 0xF11AFF) is known color: Magenta. HEX triplet: F1, 1A and FF. RGB value is (241,26,255). Sum of RGB (Red+Green+Blue) = 241+26+255=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 26 (10.55% from 255 or 4.98% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F11AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11AFF is #0EE500. Grayscale: #737373. Windows color (decimal): -976129 or 16718577. OLE color: 16718577.
HSL color Cylindrical-coordinate representation of color #F11AFF: hue angle of 296.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F11AFF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 26 | 255 | - |
| CMYK | 0.05 | 0.90 | 0 | 0 |
| HSL | 296.33º | 1% | 0.55% | - |
| HSV(B) | 296.33º | 0.9% | 1% | - |
| XYZ | 54.7 | 26.66 | 96.87 | - |
| YUV | 116.39 | 206.23 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 255 | 0.05 | 0.90 | 0 | 0 | 296.33 | 1 | 0.55 |
| Hex | F1 | 1A | FF | 5 | 5A | 0 | 0 | 128 | 64 | 37 |
| Octal | 361 | 32 | 377 | 5 | 132 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110001 | 11010 | 11111111 | 101 | 1011010 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F11AFF
Complementary color
Monochromatic Colors of #F11AFF
Black with #F11AFF
Text Example
Text Example
White with #F11AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11AFF; }
p { color: rgb(241,26,255); }
H1.HeaderClassName
{
color: #F11AFF;
}
.AnyTagClassName
{
color: #F11AFF;
}
</style>
background-color css
<style>
a { background-color: #F11AFF; }
a { background-color: rgb(241,26,255); }
div.DivClassName
{
background-color: #F11AFF;
}
.BgClassName
{
background-color: #F11AFF;
}
</style>
border-color css
<style>
span { border-color: #F11AFF; }
span { border-color: rgb(241,26,255); }
td.TdClassName
{
border-color: #F11AFF;
}
.TagClassName
{
border-color: #F11AFF;
}
</style>