Shades of Magenta #F11DFF
Tints of Magenta #F11DFF
RGB
CMYK
RGB Variations
Color information
#F11DFF (or 0xF11DFF) is known color: Magenta. HEX triplet: F1, 1D and FF. RGB value is (241,29,255). Sum of RGB (Red+Green+Blue) = 241+29+255=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 29 (11.72% from 255 or 5.52% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F11DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F11DFF is #0EE200. Grayscale: #757575. Windows color (decimal): -975361 or 16719345. OLE color: 16719345.
HSL color Cylindrical-coordinate representation of color #F11DFF: hue angle of 296.28º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11DFF is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 241 | 29 | 255 | - |
| CMYK | 0.05 | 0.89 | 0 | 0 |
| HSL | 296.28º | 1% | 0.56% | - |
| HSV(B) | 296.28º | 0.89% | 1% | - |
| XYZ | 54.76 | 26.8 | 96.89 | - |
| YUV | 118.15 | 205.24 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 29 | 255 | 0.05 | 0.89 | 0 | 0 | 296.28 | 1 | 0.56 |
| Hex | F1 | 1D | FF | 5 | 59 | 0 | 0 | 128 | 64 | 38 |
| Octal | 361 | 35 | 377 | 5 | 131 | 0 | 0 | 450 | 144 | 70 |
| Binary | 11110001 | 11101 | 11111111 | 101 | 1011001 | 0 | 0 | 100101000 | 1100100 | 111000 |
Color Harmonies of #F11DFF
Complementary color
Monochromatic Colors of #F11DFF
Black with #F11DFF
Text Example
Text Example
White with #F11DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11DFF; }
p { color: rgb(241,29,255); }
H1.HeaderClassName
{
color: #F11DFF;
}
.AnyTagClassName
{
color: #F11DFF;
}
</style>
background-color css
<style>
a { background-color: #F11DFF; }
a { background-color: rgb(241,29,255); }
div.DivClassName
{
background-color: #F11DFF;
}
.BgClassName
{
background-color: #F11DFF;
}
</style>
border-color css
<style>
span { border-color: #F11DFF; }
span { border-color: rgb(241,29,255); }
td.TdClassName
{
border-color: #F11DFF;
}
.TagClassName
{
border-color: #F11DFF;
}
</style>