Shades of Magenta #FF11FF
Tints of Magenta #FF11FF
RGB
CMYK
RGB Variations
Color information
#FF11FF (or 0xFF11FF) is known color: Magenta. HEX triplet: FF, 11 and FF. RGB value is (255,17,255). Sum of RGB (Red+Green+Blue) = 255+17+255=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 17 (7.03% from 255 or 3.23% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FF11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11FF is #00EE00. Grayscale: #727272. Windows color (decimal): -60929 or 16716287. OLE color: 16716287.
HSL color Cylindrical-coordinate representation of color #FF11FF: hue angle of 300º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF11FF is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 255 | - |
| CMYK | 0 | 0.93 | 0 | 0 |
| HSL | 300º | 1% | 0.53% | - |
| HSV(B) | 300º | 0.93% | 1% | - |
| XYZ | 59.49 | 28.88 | 97.05 | - |
| YUV | 115.29 | 206.85 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 255 | 0 | 0.93 | 0 | 0 | 300 | 1 | 0.53 |
| Hex | FF | 11 | FF | 0 | 5D | 0 | 0 | 12C | 64 | 35 |
| Octal | 377 | 21 | 377 | 0 | 135 | 0 | 0 | 454 | 144 | 65 |
| Binary | 11111111 | 10001 | 11111111 | 0 | 1011101 | 0 | 0 | 100101100 | 1100100 | 110101 |
Color Harmonies of #FF11FF
Complementary color
Monochromatic Colors of #FF11FF
Black with #FF11FF
Text Example
Text Example
White with #FF11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11FF; }
p { color: rgb(255,17,255); }
H1.HeaderClassName
{
color: #FF11FF;
}
.AnyTagClassName
{
color: #FF11FF;
}
</style>
background-color css
<style>
a { background-color: #FF11FF; }
a { background-color: rgb(255,17,255); }
div.DivClassName
{
background-color: #FF11FF;
}
.BgClassName
{
background-color: #FF11FF;
}
</style>
border-color css
<style>
span { border-color: #FF11FF; }
span { border-color: rgb(255,17,255); }
td.TdClassName
{
border-color: #FF11FF;
}
.TagClassName
{
border-color: #FF11FF;
}
</style>