Shades of Magenta #F71EEA
Tints of Magenta #F71EEA
RGB
CMYK
RGB Variations
Color information
#F71EEA (or 0xF71EEA) is known color: Magenta. HEX triplet: F7, 1E and EA. RGB value is (247,30,234). Sum of RGB (Red+Green+Blue) = 247+30+234=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EEA is #08E115. Grayscale: #757575. Windows color (decimal): -581910 or 15343351. OLE color: 15343351.
HSL color Cylindrical-coordinate representation of color #F71EEA: hue angle of 303.59º 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 #F71EEA is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 234 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.03 |
| HSL | 303.59º | 0.93% | 0.54% | - |
| HSV(B) | 303.59º | 0.88% | 0.97% | - |
| XYZ | 53.67 | 26.64 | 80.16 | - |
| YUV | 118.14 | 193.39 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 234 | 0 | 0.88 | 0.05 | 0.03 | 303.59 | 0.93 | 0.54 |
| Hex | F7 | 1E | EA | 0 | 58 | 5 | 3 | 130 | 5D | 36 |
| Octal | 367 | 36 | 352 | 0 | 130 | 5 | 3 | 460 | 135 | 66 |
| Binary | 11110111 | 11110 | 11101010 | 0 | 1011000 | 101 | 11 | 100110000 | 1011101 | 110110 |
Color Harmonies of #F71EEA
Complementary color
Monochromatic Colors of #F71EEA
Black with #F71EEA
Text Example
Text Example
White with #F71EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EEA; }
p { color: rgb(247,30,234); }
H1.HeaderClassName
{
color: #F71EEA;
}
.AnyTagClassName
{
color: #F71EEA;
}
</style>
background-color css
<style>
a { background-color: #F71EEA; }
a { background-color: rgb(247,30,234); }
div.DivClassName
{
background-color: #F71EEA;
}
.BgClassName
{
background-color: #F71EEA;
}
</style>
border-color css
<style>
span { border-color: #F71EEA; }
span { border-color: rgb(247,30,234); }
td.TdClassName
{
border-color: #F71EEA;
}
.TagClassName
{
border-color: #F71EEA;
}
</style>