Shades of Magenta #F71EED
Tints of Magenta #F71EED
RGB
CMYK
RGB Variations
Color information
#F71EED (or 0xF71EED) is known color: Magenta. HEX triplet: F7, 1E and ED. RGB value is (247,30,237). Sum of RGB (Red+Green+Blue) = 247+30+237=514 (68% of max value = 765). Red value is 247 (96.88% from 255 or 48.05% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EED is #08E112. Grayscale: #757575. Windows color (decimal): -581907 or 15539959. OLE color: 15539959.
HSL color Cylindrical-coordinate representation of color #F71EED: hue angle of 302.76º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EED is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 237 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.03 |
| HSL | 302.77º | 0.93% | 0.54% | - |
| HSV(B) | 302.77º | 0.88% | 0.97% | - |
| XYZ | 54.11 | 26.82 | 82.45 | - |
| YUV | 118.48 | 194.89 | 219.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 237 | 0 | 0.88 | 0.04 | 0.03 | 302.77 | 0.93 | 0.54 |
| Hex | F7 | 1E | ED | 0 | 58 | 4 | 3 | 12F | 5D | 36 |
| Octal | 367 | 36 | 355 | 0 | 130 | 4 | 3 | 457 | 135 | 66 |
| Binary | 11110111 | 11110 | 11101101 | 0 | 1011000 | 100 | 11 | 100101111 | 1011101 | 110110 |
Color Harmonies of #F71EED
Complementary color
Monochromatic Colors of #F71EED
Black with #F71EED
Text Example
Text Example
White with #F71EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EED; }
p { color: rgb(247,30,237); }
H1.HeaderClassName
{
color: #F71EED;
}
.AnyTagClassName
{
color: #F71EED;
}
</style>
background-color css
<style>
a { background-color: #F71EED; }
a { background-color: rgb(247,30,237); }
div.DivClassName
{
background-color: #F71EED;
}
.BgClassName
{
background-color: #F71EED;
}
</style>
border-color css
<style>
span { border-color: #F71EED; }
span { border-color: rgb(247,30,237); }
td.TdClassName
{
border-color: #F71EED;
}
.TagClassName
{
border-color: #F71EED;
}
</style>