Shades of Magenta #F70FEB
Tints of Magenta #F70FEB
RGB
CMYK
RGB Variations
Color information
#F70FEB (or 0xF70FEB) is known color: Magenta. HEX triplet: F7, 0F and EB. RGB value is (247,15,235). Sum of RGB (Red+Green+Blue) = 247+15+235=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FEB is #08F014. Grayscale: #6C6C6C. Windows color (decimal): -585749 or 15405047. OLE color: 15405047.
HSL color Cylindrical-coordinate representation of color #F70FEB: hue angle of 303.1º 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 #F70FEB is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 235 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.03 |
| HSL | 303.1º | 0.94% | 0.51% | - |
| HSV(B) | 303.1º | 0.94% | 0.97% | - |
| XYZ | 53.52 | 26.11 | 80.82 | - |
| YUV | 109.45 | 198.86 | 226.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 235 | 0 | 0.94 | 0.05 | 0.03 | 303.1 | 0.94 | 0.51 |
| Hex | F7 | F | EB | 0 | 5E | 5 | 3 | 12F | 5E | 33 |
| Octal | 367 | 17 | 353 | 0 | 136 | 5 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1111 | 11101011 | 0 | 1011110 | 101 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70FEB
Complementary color
Monochromatic Colors of #F70FEB
Black with #F70FEB
Text Example
Text Example
White with #F70FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FEB; }
p { color: rgb(247,15,235); }
H1.HeaderClassName
{
color: #F70FEB;
}
.AnyTagClassName
{
color: #F70FEB;
}
</style>
background-color css
<style>
a { background-color: #F70FEB; }
a { background-color: rgb(247,15,235); }
div.DivClassName
{
background-color: #F70FEB;
}
.BgClassName
{
background-color: #F70FEB;
}
</style>
border-color css
<style>
span { border-color: #F70FEB; }
span { border-color: rgb(247,15,235); }
td.TdClassName
{
border-color: #F70FEB;
}
.TagClassName
{
border-color: #F70FEB;
}
</style>