Shades of Magenta #F71FFF
Tints of Magenta #F71FFF
RGB
CMYK
RGB Variations
Color information
#F71FFF (or 0xF71FFF) is known color: Magenta. HEX triplet: F7, 1F and FF. RGB value is (247,31,255). Sum of RGB (Red+Green+Blue) = 247+31+255=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 31 (12.5% from 255 or 5.82% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #F71FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71FFF is #08E000. Grayscale: #787878. Windows color (decimal): -581633 or 16719863. OLE color: 16719863.
HSL color Cylindrical-coordinate representation of color #F71FFF: hue angle of 297.86º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71FFF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 31 | 255 | - |
| CMYK | 0.03 | 0.88 | 0 | 0 |
| HSL | 297.86º | 1% | 0.56% | - |
| HSV(B) | 297.86º | 0.88% | 1% | - |
| XYZ | 56.9 | 27.97 | 97.01 | - |
| YUV | 121.12 | 203.56 | 217.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 31 | 255 | 0.03 | 0.88 | 0 | 0 | 297.86 | 1 | 0.56 |
| Hex | F7 | 1F | FF | 3 | 58 | 0 | 0 | 12A | 64 | 38 |
| Octal | 367 | 37 | 377 | 3 | 130 | 0 | 0 | 452 | 144 | 70 |
| Binary | 11110111 | 11111 | 11111111 | 11 | 1011000 | 0 | 0 | 100101010 | 1100100 | 111000 |
Color Harmonies of #F71FFF
Complementary color
Monochromatic Colors of #F71FFF
Black with #F71FFF
Text Example
Text Example
White with #F71FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71FFF; }
p { color: rgb(247,31,255); }
H1.HeaderClassName
{
color: #F71FFF;
}
.AnyTagClassName
{
color: #F71FFF;
}
</style>
background-color css
<style>
a { background-color: #F71FFF; }
a { background-color: rgb(247,31,255); }
div.DivClassName
{
background-color: #F71FFF;
}
.BgClassName
{
background-color: #F71FFF;
}
</style>
border-color css
<style>
span { border-color: #F71FFF; }
span { border-color: rgb(247,31,255); }
td.TdClassName
{
border-color: #F71FFF;
}
.TagClassName
{
border-color: #F71FFF;
}
</style>