Shades of Magenta #F70DF0
Tints of Magenta #F70DF0
RGB
CMYK
RGB Variations
Color information
#F70DF0 (or 0xF70DF0) is known color: Magenta. HEX triplet: F7, 0D and F0. RGB value is (247,13,240). Sum of RGB (Red+Green+Blue) = 247+13+240=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 13 (5.47% from 255 or 2.6% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70DF0 is #08F20F. Grayscale: #6C6C6C. Windows color (decimal): -586256 or 15732215. OLE color: 15732215.
HSL color Cylindrical-coordinate representation of color #F70DF0: hue angle of 301.79º 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 #F70DF0 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 240 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.03 |
| HSL | 301.79º | 0.94% | 0.51% | - |
| HSV(B) | 301.79º | 0.95% | 0.97% | - |
| XYZ | 54.23 | 26.35 | 84.67 | - |
| YUV | 108.84 | 202.02 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 240 | 0 | 0.95 | 0.03 | 0.03 | 301.79 | 0.94 | 0.51 |
| Hex | F7 | D | F0 | 0 | 5F | 3 | 3 | 12E | 5E | 33 |
| Octal | 367 | 15 | 360 | 0 | 137 | 3 | 3 | 456 | 136 | 63 |
| Binary | 11110111 | 1101 | 11110000 | 0 | 1011111 | 11 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F70DF0
Complementary color
Monochromatic Colors of #F70DF0
Black with #F70DF0
Text Example
Text Example
White with #F70DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DF0; }
p { color: rgb(247,13,240); }
H1.HeaderClassName
{
color: #F70DF0;
}
.AnyTagClassName
{
color: #F70DF0;
}
</style>
background-color css
<style>
a { background-color: #F70DF0; }
a { background-color: rgb(247,13,240); }
div.DivClassName
{
background-color: #F70DF0;
}
.BgClassName
{
background-color: #F70DF0;
}
</style>
border-color css
<style>
span { border-color: #F70DF0; }
span { border-color: rgb(247,13,240); }
td.TdClassName
{
border-color: #F70DF0;
}
.TagClassName
{
border-color: #F70DF0;
}
</style>