Shades of Magenta #F71EF4
Tints of Magenta #F71EF4
RGB
CMYK
RGB Variations
Color information
#F71EF4 (or 0xF71EF4) is known color: Magenta. HEX triplet: F7, 1E and F4. RGB value is (247,30,244). Sum of RGB (Red+Green+Blue) = 247+30+244=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 30 (12.11% from 255 or 5.76% from 521); Blue value is 244 (95.70% from 255 or 46.83% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EF4 is #08E10B. Grayscale: #767676. Windows color (decimal): -581900 or 15998711. OLE color: 15998711.
HSL color Cylindrical-coordinate representation of color #F71EF4: hue angle of 300.83º 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 #F71EF4 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 244 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.03 |
| HSL | 300.83º | 0.93% | 0.54% | - |
| HSV(B) | 300.83º | 0.88% | 0.97% | - |
| XYZ | 55.15 | 27.23 | 87.94 | - |
| YUV | 119.28 | 198.39 | 219.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 244 | 0 | 0.88 | 0.01 | 0.03 | 300.83 | 0.93 | 0.54 |
| Hex | F7 | 1E | F4 | 0 | 58 | 1 | 3 | 12D | 5D | 36 |
| Octal | 367 | 36 | 364 | 0 | 130 | 1 | 3 | 455 | 135 | 66 |
| Binary | 11110111 | 11110 | 11110100 | 0 | 1011000 | 1 | 11 | 100101101 | 1011101 | 110110 |
Color Harmonies of #F71EF4
Complementary color
Monochromatic Colors of #F71EF4
Black with #F71EF4
Text Example
Text Example
White with #F71EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EF4; }
p { color: rgb(247,30,244); }
H1.HeaderClassName
{
color: #F71EF4;
}
.AnyTagClassName
{
color: #F71EF4;
}
</style>
background-color css
<style>
a { background-color: #F71EF4; }
a { background-color: rgb(247,30,244); }
div.DivClassName
{
background-color: #F71EF4;
}
.BgClassName
{
background-color: #F71EF4;
}
</style>
border-color css
<style>
span { border-color: #F71EF4; }
span { border-color: rgb(247,30,244); }
td.TdClassName
{
border-color: #F71EF4;
}
.TagClassName
{
border-color: #F71EF4;
}
</style>