Shades of Magenta #F70EED
Tints of Magenta #F70EED
RGB
CMYK
RGB Variations
Color information
#F70EED (or 0xF70EED) is known color: Magenta. HEX triplet: F7, 0E and ED. RGB value is (247,14,237). Sum of RGB (Red+Green+Blue) = 247+14+237=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 14 (5.86% from 255 or 2.81% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70EED is #08F112. Grayscale: #6C6C6C. Windows color (decimal): -586003 or 15535863. OLE color: 15535863.
HSL color Cylindrical-coordinate representation of color #F70EED: hue angle of 302.58º 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 #F70EED is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 237 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.03 |
| HSL | 302.58º | 0.94% | 0.51% | - |
| HSV(B) | 302.58º | 0.94% | 0.97% | - |
| XYZ | 53.8 | 26.2 | 82.34 | - |
| YUV | 109.09 | 200.19 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 237 | 0 | 0.94 | 0.04 | 0.03 | 302.58 | 0.94 | 0.51 |
| Hex | F7 | E | ED | 0 | 5E | 4 | 3 | 12F | 5E | 33 |
| Octal | 367 | 16 | 355 | 0 | 136 | 4 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1110 | 11101101 | 0 | 1011110 | 100 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70EED
Complementary color
Monochromatic Colors of #F70EED
Black with #F70EED
Text Example
Text Example
White with #F70EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70EED; }
p { color: rgb(247,14,237); }
H1.HeaderClassName
{
color: #F70EED;
}
.AnyTagClassName
{
color: #F70EED;
}
</style>
background-color css
<style>
a { background-color: #F70EED; }
a { background-color: rgb(247,14,237); }
div.DivClassName
{
background-color: #F70EED;
}
.BgClassName
{
background-color: #F70EED;
}
</style>
border-color css
<style>
span { border-color: #F70EED; }
span { border-color: rgb(247,14,237); }
td.TdClassName
{
border-color: #F70EED;
}
.TagClassName
{
border-color: #F70EED;
}
</style>