Shades of Magenta #F71EEE
Tints of Magenta #F71EEE
RGB
CMYK
RGB Variations
Color information
#F71EEE (or 0xF71EEE) is known color: Magenta. HEX triplet: F7, 1E and EE. RGB value is (247,30,238). Sum of RGB (Red+Green+Blue) = 247+30+238=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 30 (12.11% from 255 or 5.83% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F71EEE is #08E111. Grayscale: #757575. Windows color (decimal): -581906 or 15605495. OLE color: 15605495.
HSL color Cylindrical-coordinate representation of color #F71EEE: hue angle of 302.49º 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 #F71EEE is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 238 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.03 |
| HSL | 302.49º | 0.93% | 0.54% | - |
| HSV(B) | 302.49º | 0.88% | 0.97% | - |
| XYZ | 54.25 | 26.88 | 83.22 | - |
| YUV | 118.6 | 195.39 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 238 | 0 | 0.88 | 0.04 | 0.03 | 302.49 | 0.93 | 0.54 |
| Hex | F7 | 1E | EE | 0 | 58 | 4 | 3 | 12E | 5D | 36 |
| Octal | 367 | 36 | 356 | 0 | 130 | 4 | 3 | 456 | 135 | 66 |
| Binary | 11110111 | 11110 | 11101110 | 0 | 1011000 | 100 | 11 | 100101110 | 1011101 | 110110 |
Color Harmonies of #F71EEE
Complementary color
Monochromatic Colors of #F71EEE
Black with #F71EEE
Text Example
Text Example
White with #F71EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EEE; }
p { color: rgb(247,30,238); }
H1.HeaderClassName
{
color: #F71EEE;
}
.AnyTagClassName
{
color: #F71EEE;
}
</style>
background-color css
<style>
a { background-color: #F71EEE; }
a { background-color: rgb(247,30,238); }
div.DivClassName
{
background-color: #F71EEE;
}
.BgClassName
{
background-color: #F71EEE;
}
</style>
border-color css
<style>
span { border-color: #F71EEE; }
span { border-color: rgb(247,30,238); }
td.TdClassName
{
border-color: #F71EEE;
}
.TagClassName
{
border-color: #F71EEE;
}
</style>