Shades of Magenta #F411EA
Tints of Magenta #F411EA
RGB
CMYK
RGB Variations
Color information
#F411EA (or 0xF411EA) is known color: Magenta. HEX triplet: F4, 11 and EA. RGB value is (244,17,234). Sum of RGB (Red+Green+Blue) = 244+17+234=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F411EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411EA is #0BEE15. Grayscale: #6C6C6C. Windows color (decimal): -781846 or 15340020. OLE color: 15340020.
HSL color Cylindrical-coordinate representation of color #F411EA: hue angle of 302.64º 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 #F411EA is Cyan = 0, Magento = 0.93, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 17 | 234 | - |
| CMYK | 0 | 0.93 | 0.04 | 0.04 |
| HSL | 302.64º | 0.91% | 0.51% | - |
| HSV(B) | 302.64º | 0.93% | 0.96% | - |
| XYZ | 52.36 | 25.57 | 80.02 | - |
| YUV | 109.61 | 198.21 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 234 | 0 | 0.93 | 0.04 | 0.04 | 302.64 | 0.91 | 0.51 |
| Hex | F4 | 11 | EA | 0 | 5D | 4 | 4 | 12F | 5B | 33 |
| Octal | 364 | 21 | 352 | 0 | 135 | 4 | 4 | 457 | 133 | 63 |
| Binary | 11110100 | 10001 | 11101010 | 0 | 1011101 | 100 | 100 | 100101111 | 1011011 | 110011 |
Color Harmonies of #F411EA
Complementary color
Monochromatic Colors of #F411EA
Black with #F411EA
Text Example
Text Example
White with #F411EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411EA; }
p { color: rgb(244,17,234); }
H1.HeaderClassName
{
color: #F411EA;
}
.AnyTagClassName
{
color: #F411EA;
}
</style>
background-color css
<style>
a { background-color: #F411EA; }
a { background-color: rgb(244,17,234); }
div.DivClassName
{
background-color: #F411EA;
}
.BgClassName
{
background-color: #F411EA;
}
</style>
border-color css
<style>
span { border-color: #F411EA; }
span { border-color: rgb(244,17,234); }
td.TdClassName
{
border-color: #F411EA;
}
.TagClassName
{
border-color: #F411EA;
}
</style>