Shades of Magenta #F70FEC
Tints of Magenta #F70FEC
RGB
CMYK
RGB Variations
Color information
#F70FEC (or 0xF70FEC) is known color: Magenta. HEX triplet: F7, 0F and EC. RGB value is (247,15,236). Sum of RGB (Red+Green+Blue) = 247+15+236=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FEC is #08F013. Grayscale: #6C6C6C. Windows color (decimal): -585748 or 15470583. OLE color: 15470583.
HSL color Cylindrical-coordinate representation of color #F70FEC: hue angle of 302.84º 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 #F70FEC is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.03 |
| HSL | 302.84º | 0.94% | 0.51% | - |
| HSV(B) | 302.84º | 0.94% | 0.97% | - |
| XYZ | 53.67 | 26.17 | 81.58 | - |
| YUV | 109.56 | 199.36 | 226.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 236 | 0 | 0.94 | 0.04 | 0.03 | 302.84 | 0.94 | 0.51 |
| Hex | F7 | F | EC | 0 | 5E | 4 | 3 | 12F | 5E | 33 |
| Octal | 367 | 17 | 354 | 0 | 136 | 4 | 3 | 457 | 136 | 63 |
| Binary | 11110111 | 1111 | 11101100 | 0 | 1011110 | 100 | 11 | 100101111 | 1011110 | 110011 |
Color Harmonies of #F70FEC
Complementary color
Monochromatic Colors of #F70FEC
Black with #F70FEC
Text Example
Text Example
White with #F70FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FEC; }
p { color: rgb(247,15,236); }
H1.HeaderClassName
{
color: #F70FEC;
}
.AnyTagClassName
{
color: #F70FEC;
}
</style>
background-color css
<style>
a { background-color: #F70FEC; }
a { background-color: rgb(247,15,236); }
div.DivClassName
{
background-color: #F70FEC;
}
.BgClassName
{
background-color: #F70FEC;
}
</style>
border-color css
<style>
span { border-color: #F70FEC; }
span { border-color: rgb(247,15,236); }
td.TdClassName
{
border-color: #F70FEC;
}
.TagClassName
{
border-color: #F70FEC;
}
</style>