Shades of Magenta #F70FF2
Tints of Magenta #F70FF2
RGB
CMYK
RGB Variations
Color information
#F70FF2 (or 0xF70FF2) is known color: Magenta. HEX triplet: F7, 0F and F2. RGB value is (247,15,242). Sum of RGB (Red+Green+Blue) = 247+15+242=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FF2 is #08F00D. Grayscale: #6D6D6D. Windows color (decimal): -585742 or 15863799. OLE color: 15863799.
HSL color Cylindrical-coordinate representation of color #F70FF2: hue angle of 301.29º 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 #F70FF2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 242 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.03 |
| HSL | 301.29º | 0.94% | 0.51% | - |
| HSV(B) | 301.29º | 0.94% | 0.97% | - |
| XYZ | 54.56 | 26.53 | 86.25 | - |
| YUV | 110.25 | 202.36 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 242 | 0 | 0.94 | 0.02 | 0.03 | 301.29 | 0.94 | 0.51 |
| Hex | F7 | F | F2 | 0 | 5E | 2 | 3 | 12D | 5E | 33 |
| Octal | 367 | 17 | 362 | 0 | 136 | 2 | 3 | 455 | 136 | 63 |
| Binary | 11110111 | 1111 | 11110010 | 0 | 1011110 | 10 | 11 | 100101101 | 1011110 | 110011 |
Color Harmonies of #F70FF2
Complementary color
Monochromatic Colors of #F70FF2
Black with #F70FF2
Text Example
Text Example
White with #F70FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FF2; }
p { color: rgb(247,15,242); }
H1.HeaderClassName
{
color: #F70FF2;
}
.AnyTagClassName
{
color: #F70FF2;
}
</style>
background-color css
<style>
a { background-color: #F70FF2; }
a { background-color: rgb(247,15,242); }
div.DivClassName
{
background-color: #F70FF2;
}
.BgClassName
{
background-color: #F70FF2;
}
</style>
border-color css
<style>
span { border-color: #F70FF2; }
span { border-color: rgb(247,15,242); }
td.TdClassName
{
border-color: #F70FF2;
}
.TagClassName
{
border-color: #F70FF2;
}
</style>