Shades of Magenta #F70EF1
Tints of Magenta #F70EF1
RGB
CMYK
RGB Variations
Color information
#F70EF1 (or 0xF70EF1) is known color: Magenta. HEX triplet: F7, 0E and F1. RGB value is (247,14,241). Sum of RGB (Red+Green+Blue) = 247+14+241=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 14 (5.86% from 255 or 2.79% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F70EF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70EF1 is #08F10E. Grayscale: #6C6C6C. Windows color (decimal): -585999 or 15798007. OLE color: 15798007.
HSL color Cylindrical-coordinate representation of color #F70EF1: hue angle of 301.55º 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 #F70EF1 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 14 | 241 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.03 |
| HSL | 301.55º | 0.94% | 0.51% | - |
| HSV(B) | 301.55º | 0.94% | 0.97% | - |
| XYZ | 54.39 | 26.44 | 85.46 | - |
| YUV | 109.55 | 202.19 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 14 | 241 | 0 | 0.94 | 0.02 | 0.03 | 301.55 | 0.94 | 0.51 |
| Hex | F7 | E | F1 | 0 | 5E | 2 | 3 | 12E | 5E | 33 |
| Octal | 367 | 16 | 361 | 0 | 136 | 2 | 3 | 456 | 136 | 63 |
| Binary | 11110111 | 1110 | 11110001 | 0 | 1011110 | 10 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F70EF1
Complementary color
Monochromatic Colors of #F70EF1
Black with #F70EF1
Text Example
Text Example
White with #F70EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70EF1; }
p { color: rgb(247,14,241); }
H1.HeaderClassName
{
color: #F70EF1;
}
.AnyTagClassName
{
color: #F70EF1;
}
</style>
background-color css
<style>
a { background-color: #F70EF1; }
a { background-color: rgb(247,14,241); }
div.DivClassName
{
background-color: #F70EF1;
}
.BgClassName
{
background-color: #F70EF1;
}
</style>
border-color css
<style>
span { border-color: #F70EF1; }
span { border-color: rgb(247,14,241); }
td.TdClassName
{
border-color: #F70EF1;
}
.TagClassName
{
border-color: #F70EF1;
}
</style>