Shades of Magenta #F70FED
Tints of Magenta #F70FED
RGB
CMYK
RGB Variations
Color information
#F70FED (or 0xF70FED) is known color: Magenta. HEX triplet: F7, 0F and ED. RGB value is (247,15,237). Sum of RGB (Red+Green+Blue) = 247+15+237=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 15 (6.25% from 255 or 3.01% from 499); Blue value is 237 (92.97% from 255 or 47.49% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FED is #08F012. Grayscale: #6D6D6D. Windows color (decimal): -585747 or 15536119. OLE color: 15536119.
HSL color Cylindrical-coordinate representation of color #F70FED: hue angle of 302.59º 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 #F70FED is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.03 |
| HSL | 302.59º | 0.94% | 0.51% | - |
| HSV(B) | 302.59º | 0.94% | 0.97% | - |
| XYZ | 53.81 | 26.23 | 82.35 | - |
| YUV | 109.68 | 199.86 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 237 | 0 | 0.94 | 0.04 | 0.03 | 302.59 | 0.94 | 0.51 |
| Hex | F7 | F | ED | 0 | 5E | 4 | 3 | 12F | 5E | 33 |
| Octal | 367 | 17 | 355 | 0 | 136 | 4 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1111 | 11101101 | 0 | 1011110 | 100 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70FED
Complementary color
Monochromatic Colors of #F70FED
Black with #F70FED
Text Example
Text Example
White with #F70FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FED; }
p { color: rgb(247,15,237); }
H1.HeaderClassName
{
color: #F70FED;
}
.AnyTagClassName
{
color: #F70FED;
}
</style>
background-color css
<style>
a { background-color: #F70FED; }
a { background-color: rgb(247,15,237); }
div.DivClassName
{
background-color: #F70FED;
}
.BgClassName
{
background-color: #F70FED;
}
</style>
border-color css
<style>
span { border-color: #F70FED; }
span { border-color: rgb(247,15,237); }
td.TdClassName
{
border-color: #F70FED;
}
.TagClassName
{
border-color: #F70FED;
}
</style>