Shades of Magenta #F71AF7
Tints of Magenta #F71AF7
RGB
CMYK
RGB Variations
Color information
#F71AF7 (or 0xF71AF7) is known color: Magenta. HEX triplet: F7, 1A and F7. RGB value is (247,26,247). Sum of RGB (Red+Green+Blue) = 247+26+247=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 26 (10.55% from 255 or 5% from 520); Blue value is 247 (96.88% from 255 or 47.5% from 520); Max value from RGB is 247 - color contains mainly: red, blue. Hex color #F71AF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71AF7 is #08E508. Grayscale: #747474. Windows color (decimal): -582921 or 16194295. OLE color: 16194295.
HSL color Cylindrical-coordinate representation of color #F71AF7: hue angle of 300º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71AF7 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 26 | 247 | - |
| CMYK | 0 | 0.89 | 0 | 0.03 |
| HSL | 300º | 0.93% | 0.54% | - |
| HSV(B) | 300º | 0.89% | 0.97% | - |
| XYZ | 55.52 | 27.23 | 90.33 | - |
| YUV | 117.27 | 201.22 | 220.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 26 | 247 | 0 | 0.89 | 0 | 0.03 | 300 | 0.93 | 0.54 |
| Hex | F7 | 1A | F7 | 0 | 59 | 0 | 3 | 12C | 5D | 36 |
| Octal | 367 | 32 | 367 | 0 | 131 | 0 | 3 | 454 | 135 | 66 |
| Binary | 11110111 | 11010 | 11110111 | 0 | 1011001 | 0 | 11 | 100101100 | 1011101 | 110110 |
Color Harmonies of #F71AF7
Complementary color
Monochromatic Colors of #F71AF7
Black with #F71AF7
Text Example
Text Example
White with #F71AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71AF7; }
p { color: rgb(247,26,247); }
H1.HeaderClassName
{
color: #F71AF7;
}
.AnyTagClassName
{
color: #F71AF7;
}
</style>
background-color css
<style>
a { background-color: #F71AF7; }
a { background-color: rgb(247,26,247); }
div.DivClassName
{
background-color: #F71AF7;
}
.BgClassName
{
background-color: #F71AF7;
}
</style>
border-color css
<style>
span { border-color: #F71AF7; }
span { border-color: rgb(247,26,247); }
td.TdClassName
{
border-color: #F71AF7;
}
.TagClassName
{
border-color: #F71AF7;
}
</style>