Shades of Magenta #F70FF0
Tints of Magenta #F70FF0
RGB
CMYK
RGB Variations
Color information
#F70FF0 (or 0xF70FF0) is known color: Magenta. HEX triplet: F7, 0F and F0. RGB value is (247,15,240). Sum of RGB (Red+Green+Blue) = 247+15+240=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 15 (6.25% from 255 or 2.99% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FF0 is #08F00F. Grayscale: #6D6D6D. Windows color (decimal): -585744 or 15732727. OLE color: 15732727.
HSL color Cylindrical-coordinate representation of color #F70FF0: hue angle of 301.81º 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 #F70FF0 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 240 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.03 |
| HSL | 301.81º | 0.94% | 0.51% | - |
| HSV(B) | 301.81º | 0.94% | 0.97% | - |
| XYZ | 54.26 | 26.41 | 84.68 | - |
| YUV | 110.02 | 201.36 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 240 | 0 | 0.94 | 0.03 | 0.03 | 301.81 | 0.94 | 0.51 |
| Hex | F7 | F | F0 | 0 | 5E | 3 | 3 | 12E | 5E | 33 |
| Octal | 367 | 17 | 360 | 0 | 136 | 3 | 3 | 456 | 136 | 63 |
| Binary | 11110111 | 1111 | 11110000 | 0 | 1011110 | 11 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F70FF0
Complementary color
Monochromatic Colors of #F70FF0
Black with #F70FF0
Text Example
Text Example
White with #F70FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FF0; }
p { color: rgb(247,15,240); }
H1.HeaderClassName
{
color: #F70FF0;
}
.AnyTagClassName
{
color: #F70FF0;
}
</style>
background-color css
<style>
a { background-color: #F70FF0; }
a { background-color: rgb(247,15,240); }
div.DivClassName
{
background-color: #F70FF0;
}
.BgClassName
{
background-color: #F70FF0;
}
</style>
border-color css
<style>
span { border-color: #F70FF0; }
span { border-color: rgb(247,15,240); }
td.TdClassName
{
border-color: #F70FF0;
}
.TagClassName
{
border-color: #F70FF0;
}
</style>