Shades of Magenta #F70EEE
Tints of Magenta #F70EEE
RGB
CMYK
RGB Variations
Color information
#F70EEE (or 0xF70EEE) is known color: Magenta. HEX triplet: F7, 0E and EE. RGB value is (247,14,238). Sum of RGB (Red+Green+Blue) = 247+14+238=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 14 (5.86% from 255 or 2.81% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70EEE is #08F111. Grayscale: #6C6C6C. Windows color (decimal): -586002 or 15601399. OLE color: 15601399.
HSL color Cylindrical-coordinate representation of color #F70EEE: hue angle of 302.32º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70EEE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 238 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.03 |
| HSL | 302.32º | 0.94% | 0.51% | - |
| HSV(B) | 302.32º | 0.94% | 0.97% | - |
| XYZ | 53.95 | 26.26 | 83.11 | - |
| YUV | 109.2 | 200.69 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 238 | 0 | 0.94 | 0.04 | 0.03 | 302.32 | 0.94 | 0.51 |
| Hex | F7 | E | EE | 0 | 5E | 4 | 3 | 12E | 5E | 33 |
| Octal | 367 | 16 | 356 | 0 | 136 | 4 | 3 | 456 | 136 | 63 |
| Binary | 11110111 | 1110 | 11101110 | 0 | 1011110 | 100 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F70EEE
Complementary color
Monochromatic Colors of #F70EEE
Black with #F70EEE
Text Example
Text Example
White with #F70EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70EEE; }
p { color: rgb(247,14,238); }
H1.HeaderClassName
{
color: #F70EEE;
}
.AnyTagClassName
{
color: #F70EEE;
}
</style>
background-color css
<style>
a { background-color: #F70EEE; }
a { background-color: rgb(247,14,238); }
div.DivClassName
{
background-color: #F70EEE;
}
.BgClassName
{
background-color: #F70EEE;
}
</style>
border-color css
<style>
span { border-color: #F70EEE; }
span { border-color: rgb(247,14,238); }
td.TdClassName
{
border-color: #F70EEE;
}
.TagClassName
{
border-color: #F70EEE;
}
</style>