Shades of Magenta #F71DF4
Tints of Magenta #F71DF4
RGB
CMYK
RGB Variations
Color information
#F71DF4 (or 0xF71DF4) is known color: Magenta. HEX triplet: F7, 1D and F4. RGB value is (247,29,244). Sum of RGB (Red+Green+Blue) = 247+29+244=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F71DF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71DF4 is #08E20B. Grayscale: #767676. Windows color (decimal): -582156 or 15998455. OLE color: 15998455.
HSL color Cylindrical-coordinate representation of color #F71DF4: 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 #F71DF4 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 29 | 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.13 | 27.18 | 87.93 | - |
| YUV | 118.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 29 | 244 | 0 | 0.88 | 0.01 | 0.03 | 300.83 | 0.93 | 0.54 |
| Hex | F7 | 1D | F4 | 0 | 58 | 1 | 3 | 12D | 5D | 36 |
| Octal | 367 | 35 | 364 | 0 | 130 | 1 | 3 | 455 | 135 | 66 |
| Binary | 11110111 | 11101 | 11110100 | 0 | 1011000 | 1 | 11 | 100101101 | 1011101 | 110110 |
Color Harmonies of #F71DF4
Complementary color
Monochromatic Colors of #F71DF4
Black with #F71DF4
Text Example
Text Example
White with #F71DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71DF4; }
p { color: rgb(247,29,244); }
H1.HeaderClassName
{
color: #F71DF4;
}
.AnyTagClassName
{
color: #F71DF4;
}
</style>
background-color css
<style>
a { background-color: #F71DF4; }
a { background-color: rgb(247,29,244); }
div.DivClassName
{
background-color: #F71DF4;
}
.BgClassName
{
background-color: #F71DF4;
}
</style>
border-color css
<style>
span { border-color: #F71DF4; }
span { border-color: rgb(247,29,244); }
td.TdClassName
{
border-color: #F71DF4;
}
.TagClassName
{
border-color: #F71DF4;
}
</style>