Shades of Magenta #F70DF6
Tints of Magenta #F70DF6
RGB
CMYK
RGB Variations
Color information
#F70DF6 (or 0xF70DF6) is known color: Magenta. HEX triplet: F7, 0D and F6. RGB value is (247,13,246). Sum of RGB (Red+Green+Blue) = 247+13+246=506 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.81% from 506); Green value is 13 (5.47% from 255 or 2.57% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 247 - color contains mainly: red. Hex color #F70DF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70DF6 is #08F209. Grayscale: #6C6C6C. Windows color (decimal): -586250 or 16125431. OLE color: 16125431.
HSL color Cylindrical-coordinate representation of color #F70DF6: hue angle of 300.26º 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 #F70DF6 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 13 | 246 | - |
| CMYK | 0 | 0.95 | 0.00 | 0.03 |
| HSL | 300.26º | 0.94% | 0.51% | - |
| HSV(B) | 300.26º | 0.95% | 0.97% | - |
| XYZ | 55.14 | 26.72 | 89.44 | - |
| YUV | 109.53 | 205.02 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 13 | 246 | 0 | 0.95 | 0.00 | 0.03 | 300.26 | 0.94 | 0.51 |
| Hex | F7 | D | F6 | 0 | 5F | 0 | 3 | 12C | 5E | 33 |
| Octal | 367 | 15 | 366 | 0 | 137 | 0 | 3 | 454 | 136 | 63 |
| Binary | 11110111 | 1101 | 11110110 | 0 | 1011111 | 0 | 11 | 100101100 | 1011110 | 110011 |
Color Harmonies of #F70DF6
Complementary color
Monochromatic Colors of #F70DF6
Black with #F70DF6
Text Example
Text Example
White with #F70DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70DF6; }
p { color: rgb(247,13,246); }
H1.HeaderClassName
{
color: #F70DF6;
}
.AnyTagClassName
{
color: #F70DF6;
}
</style>
background-color css
<style>
a { background-color: #F70DF6; }
a { background-color: rgb(247,13,246); }
div.DivClassName
{
background-color: #F70DF6;
}
.BgClassName
{
background-color: #F70DF6;
}
</style>
border-color css
<style>
span { border-color: #F70DF6; }
span { border-color: rgb(247,13,246); }
td.TdClassName
{
border-color: #F70DF6;
}
.TagClassName
{
border-color: #F70DF6;
}
</style>