Shades of Magenta #FF11F6
Tints of Magenta #FF11F6
RGB
CMYK
RGB Variations
Color information
#FF11F6 (or 0xFF11F6) is known color: Magenta. HEX triplet: FF, 11 and F6. RGB value is (255,17,246). Sum of RGB (Red+Green+Blue) = 255+17+246=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 17 (7.03% from 255 or 3.28% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF11F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF11F6 is #00EE09. Grayscale: #717171. Windows color (decimal): -60938 or 16126463. OLE color: 16126463.
HSL color Cylindrical-coordinate representation of color #FF11F6: hue angle of 302.27º 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 #FF11F6 is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 246 | - |
| CMYK | 0 | 0.93 | 0.04 | 0 |
| HSL | 302.27º | 1% | 0.53% | - |
| HSV(B) | 302.27º | 0.93% | 1% | - |
| XYZ | 58.08 | 28.31 | 89.59 | - |
| YUV | 114.27 | 202.35 | 228.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 246 | 0 | 0.93 | 0.04 | 0 | 302.27 | 1 | 0.53 |
| Hex | FF | 11 | F6 | 0 | 5D | 4 | 0 | 12E | 64 | 35 |
| Octal | 377 | 21 | 366 | 0 | 135 | 4 | 0 | 456 | 144 | 65 |
| Binary | 11111111 | 10001 | 11110110 | 0 | 1011101 | 100 | 0 | 100101110 | 1100100 | 110101 |
Color Harmonies of #FF11F6
Complementary color
Monochromatic Colors of #FF11F6
Black with #FF11F6
Text Example
Text Example
White with #FF11F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF11F6; }
p { color: rgb(255,17,246); }
H1.HeaderClassName
{
color: #FF11F6;
}
.AnyTagClassName
{
color: #FF11F6;
}
</style>
background-color css
<style>
a { background-color: #FF11F6; }
a { background-color: rgb(255,17,246); }
div.DivClassName
{
background-color: #FF11F6;
}
.BgClassName
{
background-color: #FF11F6;
}
</style>
border-color css
<style>
span { border-color: #FF11F6; }
span { border-color: rgb(255,17,246); }
td.TdClassName
{
border-color: #FF11F6;
}
.TagClassName
{
border-color: #FF11F6;
}
</style>