Shades of Magenta #F411EE
Tints of Magenta #F411EE
RGB
CMYK
RGB Variations
Color information
#F411EE (or 0xF411EE) is known color: Magenta. HEX triplet: F4, 11 and EE. RGB value is (244,17,238). Sum of RGB (Red+Green+Blue) = 244+17+238=499 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.90% from 499); Green value is 17 (7.03% from 255 or 3.41% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 244 - color contains mainly: red. Hex color #F411EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411EE is #0BEE11. Grayscale: #6D6D6D. Windows color (decimal): -781842 or 15602164. OLE color: 15602164.
HSL color Cylindrical-coordinate representation of color #F411EE: hue angle of 301.59º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411EE is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 238 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.04 |
| HSL | 301.59º | 0.91% | 0.51% | - |
| HSV(B) | 301.59º | 0.93% | 0.96% | - |
| XYZ | 52.94 | 25.81 | 83.08 | - |
| YUV | 110.07 | 200.21 | 223.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 238 | 0 | 0.93 | 0.02 | 0.04 | 301.59 | 0.91 | 0.51 |
| Hex | F4 | 11 | EE | 0 | 5D | 2 | 4 | 12E | 5B | 33 |
| Octal | 364 | 21 | 356 | 0 | 135 | 2 | 4 | 456 | 133 | 63 |
| Binary | 11110100 | 10001 | 11101110 | 0 | 1011101 | 10 | 100 | 100101110 | 1011011 | 110011 |
Color Harmonies of #F411EE
Complementary color
Monochromatic Colors of #F411EE
Black with #F411EE
Text Example
Text Example
White with #F411EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411EE; }
p { color: rgb(244,17,238); }
H1.HeaderClassName
{
color: #F411EE;
}
.AnyTagClassName
{
color: #F411EE;
}
</style>
background-color css
<style>
a { background-color: #F411EE; }
a { background-color: rgb(244,17,238); }
div.DivClassName
{
background-color: #F411EE;
}
.BgClassName
{
background-color: #F411EE;
}
</style>
border-color css
<style>
span { border-color: #F411EE; }
span { border-color: rgb(244,17,238); }
td.TdClassName
{
border-color: #F411EE;
}
.TagClassName
{
border-color: #F411EE;
}
</style>