Shades of Magenta #F70AF1
Tints of Magenta #F70AF1
RGB
CMYK
RGB Variations
Color information
#F70AF1 (or 0xF70AF1) is known color: Magenta. HEX triplet: F7, 0A and F1. RGB value is (247,10,241). Sum of RGB (Red+Green+Blue) = 247+10+241=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 10 (4.30% from 255 or 2.01% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70AF1 is #08F50E. Grayscale: #6A6A6A. Windows color (decimal): -587023 or 15796983. OLE color: 15796983.
HSL color Cylindrical-coordinate representation of color #F70AF1: hue angle of 301.52º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70AF1 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 241 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.03 |
| HSL | 301.52º | 0.94% | 0.5% | - |
| HSV(B) | 301.52º | 0.96% | 0.97% | - |
| XYZ | 54.34 | 26.34 | 85.44 | - |
| YUV | 107.2 | 203.52 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 241 | 0 | 0.96 | 0.02 | 0.03 | 301.52 | 0.94 | 0.5 |
| Hex | F7 | A | F1 | 0 | 60 | 2 | 3 | 12E | 5E | 32 |
| Octal | 367 | 12 | 361 | 0 | 140 | 2 | 3 | 456 | 136 | 62 |
| Binary | 11110111 | 1010 | 11110001 | 0 | 1100000 | 10 | 11 | 100101110 | 1011110 | 110010 |
Color Harmonies of #F70AF1
Complementary color
Monochromatic Colors of #F70AF1
Black with #F70AF1
Text Example
Text Example
White with #F70AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AF1; }
p { color: rgb(247,10,241); }
H1.HeaderClassName
{
color: #F70AF1;
}
.AnyTagClassName
{
color: #F70AF1;
}
</style>
background-color css
<style>
a { background-color: #F70AF1; }
a { background-color: rgb(247,10,241); }
div.DivClassName
{
background-color: #F70AF1;
}
.BgClassName
{
background-color: #F70AF1;
}
</style>
border-color css
<style>
span { border-color: #F70AF1; }
span { border-color: rgb(247,10,241); }
td.TdClassName
{
border-color: #F70AF1;
}
.TagClassName
{
border-color: #F70AF1;
}
</style>