Shades of Magenta #F411F7
Tints of Magenta #F411F7
RGB
CMYK
RGB Variations
Color information
#F411F7 (or 0xF411F7) is known color: Magenta. HEX triplet: F4, 11 and F7. RGB value is (244,17,247). Sum of RGB (Red+Green+Blue) = 244+17+247=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 17 (7.03% from 255 or 3.35% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #F411F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F411F7 is #0BEE08. Grayscale: #6E6E6E. Windows color (decimal): -781833 or 16191988. OLE color: 16191988.
HSL color Cylindrical-coordinate representation of color #F411F7: hue angle of 299.22º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F411F7 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 244 | 17 | 247 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.03 |
| HSL | 299.22º | 0.93% | 0.52% | - |
| HSV(B) | 299.22º | 0.93% | 0.97% | - |
| XYZ | 54.3 | 26.35 | 90.22 | - |
| YUV | 111.09 | 204.71 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 17 | 247 | 0.01 | 0.93 | 0 | 0.03 | 299.22 | 0.93 | 0.52 |
| Hex | F4 | 11 | F7 | 1 | 5D | 0 | 3 | 12B | 5D | 34 |
| Octal | 364 | 21 | 367 | 1 | 135 | 0 | 3 | 453 | 135 | 64 |
| Binary | 11110100 | 10001 | 11110111 | 1 | 1011101 | 0 | 11 | 100101011 | 1011101 | 110100 |
Color Harmonies of #F411F7
Complementary color
Monochromatic Colors of #F411F7
Black with #F411F7
Text Example
Text Example
White with #F411F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F411F7; }
p { color: rgb(244,17,247); }
H1.HeaderClassName
{
color: #F411F7;
}
.AnyTagClassName
{
color: #F411F7;
}
</style>
background-color css
<style>
a { background-color: #F411F7; }
a { background-color: rgb(244,17,247); }
div.DivClassName
{
background-color: #F411F7;
}
.BgClassName
{
background-color: #F411F7;
}
</style>
border-color css
<style>
span { border-color: #F411F7; }
span { border-color: rgb(244,17,247); }
td.TdClassName
{
border-color: #F411F7;
}
.TagClassName
{
border-color: #F411F7;
}
</style>