Shades of Magenta #F411FE
Tints of Magenta #F411FE
RGB
CMYK
RGB Variations
Color information
#F411FE (or 0xF411FE) is known color: Magenta. HEX triplet: F4, 11 and FE. RGB value is (244,17,254). Sum of RGB (Red+Green+Blue) = 244+17+254=515 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.38% from 515); Green value is 17 (7.03% from 255 or 3.30% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #F411FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411FE is #0BEE01. Grayscale: #6F6F6F. Windows color (decimal): -781826 or 16650740. OLE color: 16650740.
HSL color Cylindrical-coordinate representation of color #F411FE: hue angle of 297.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411FE is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 17 | 254 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.00 |
| HSL | 297.47º | 0.99% | 0.53% | - |
| HSV(B) | 297.47º | 0.93% | 1% | - |
| XYZ | 55.4 | 26.79 | 96.02 | - |
| YUV | 111.89 | 208.21 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 254 | 0.04 | 0.93 | 0 | 0.00 | 297.47 | 0.99 | 0.53 |
| Hex | F4 | 11 | FE | 4 | 5D | 0 | 0 | 129 | 63 | 35 |
| Octal | 364 | 21 | 376 | 4 | 135 | 0 | 0 | 451 | 143 | 65 |
| Binary | 11110100 | 10001 | 11111110 | 100 | 1011101 | 0 | 0 | 100101001 | 1100011 | 110101 |
Color Harmonies of #F411FE
Complementary color
Monochromatic Colors of #F411FE
Black with #F411FE
Text Example
Text Example
White with #F411FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411FE; }
p { color: rgb(244,17,254); }
H1.HeaderClassName
{
color: #F411FE;
}
.AnyTagClassName
{
color: #F411FE;
}
</style>
background-color css
<style>
a { background-color: #F411FE; }
a { background-color: rgb(244,17,254); }
div.DivClassName
{
background-color: #F411FE;
}
.BgClassName
{
background-color: #F411FE;
}
</style>
border-color css
<style>
span { border-color: #F411FE; }
span { border-color: rgb(244,17,254); }
td.TdClassName
{
border-color: #F411FE;
}
.TagClassName
{
border-color: #F411FE;
}
</style>