Shades of Magenta #F71FED
Tints of Magenta #F71FED
RGB
CMYK
RGB Variations
Color information
#F71FED (or 0xF71FED) is known color: Magenta. HEX triplet: F7, 1F and ED. RGB value is (247,31,237). Sum of RGB (Red+Green+Blue) = 247+31+237=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 31 (12.5% from 255 or 6.02% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F71FED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71FED is #08E012. Grayscale: #767676. Windows color (decimal): -581651 or 15540215. OLE color: 15540215.
HSL color Cylindrical-coordinate representation of color #F71FED: hue angle of 302.78º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F71FED is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 31 | 237 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.03 |
| HSL | 302.78º | 0.93% | 0.55% | - |
| HSV(B) | 302.78º | 0.87% | 0.97% | - |
| XYZ | 54.13 | 26.87 | 82.45 | - |
| YUV | 119.07 | 194.56 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 31 | 237 | 0 | 0.87 | 0.04 | 0.03 | 302.78 | 0.93 | 0.55 |
| Hex | F7 | 1F | ED | 0 | 57 | 4 | 3 | 12F | 5D | 37 |
| Octal | 367 | 37 | 355 | 0 | 127 | 4 | 3 | 457 | 135 | 67 |
| Binary | 11110111 | 11111 | 11101101 | 0 | 1010111 | 100 | 11 | 100101111 | 1011101 | 110111 |
Color Harmonies of #F71FED
Complementary color
Monochromatic Colors of #F71FED
Black with #F71FED
Text Example
Text Example
White with #F71FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71FED; }
p { color: rgb(247,31,237); }
H1.HeaderClassName
{
color: #F71FED;
}
.AnyTagClassName
{
color: #F71FED;
}
</style>
background-color css
<style>
a { background-color: #F71FED; }
a { background-color: rgb(247,31,237); }
div.DivClassName
{
background-color: #F71FED;
}
.BgClassName
{
background-color: #F71FED;
}
</style>
border-color css
<style>
span { border-color: #F71FED; }
span { border-color: rgb(247,31,237); }
td.TdClassName
{
border-color: #F71FED;
}
.TagClassName
{
border-color: #F71FED;
}
</style>