Shades of Magenta #F70DF2
Tints of Magenta #F70DF2
RGB
CMYK
RGB Variations
Color information
#F70DF2 (or 0xF70DF2) is known color: Magenta. HEX triplet: F7, 0D and F2. RGB value is (247,13,242). Sum of RGB (Red+Green+Blue) = 247+13+242=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 13 (5.47% from 255 or 2.59% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70DF2 is #08F20D. Grayscale: #6C6C6C. Windows color (decimal): -586254 or 15863287. OLE color: 15863287.
HSL color Cylindrical-coordinate representation of color #F70DF2: hue angle of 301.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70DF2 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 242 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.03 |
| HSL | 301.28º | 0.94% | 0.51% | - |
| HSV(B) | 301.28º | 0.95% | 0.97% | - |
| XYZ | 54.53 | 26.47 | 86.24 | - |
| YUV | 109.07 | 203.02 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 242 | 0 | 0.95 | 0.02 | 0.03 | 301.28 | 0.94 | 0.51 |
| Hex | F7 | D | F2 | 0 | 5F | 2 | 3 | 12D | 5E | 33 |
| Octal | 367 | 15 | 362 | 0 | 137 | 2 | 3 | 455 | 136 | 63 |
| Binary | 11110111 | 1101 | 11110010 | 0 | 1011111 | 10 | 11 | 100101101 | 1011110 | 110011 |
Color Harmonies of #F70DF2
Complementary color
Monochromatic Colors of #F70DF2
Black with #F70DF2
Text Example
Text Example
White with #F70DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DF2; }
p { color: rgb(247,13,242); }
H1.HeaderClassName
{
color: #F70DF2;
}
.AnyTagClassName
{
color: #F70DF2;
}
</style>
background-color css
<style>
a { background-color: #F70DF2; }
a { background-color: rgb(247,13,242); }
div.DivClassName
{
background-color: #F70DF2;
}
.BgClassName
{
background-color: #F70DF2;
}
</style>
border-color css
<style>
span { border-color: #F70DF2; }
span { border-color: rgb(247,13,242); }
td.TdClassName
{
border-color: #F70DF2;
}
.TagClassName
{
border-color: #F70DF2;
}
</style>