Shades of Magenta #F70AFE
Tints of Magenta #F70AFE
RGB
CMYK
RGB Variations
Color information
#F70AFE (or 0xF70AFE) is known color: Magenta. HEX triplet: F7, 0A and FE. RGB value is (247,10,254). Sum of RGB (Red+Green+Blue) = 247+10+254=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 10 (4.30% from 255 or 1.96% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #F70AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70AFE is #08F501. Grayscale: #6B6B6B. Windows color (decimal): -587010 or 16648951. OLE color: 16648951.
HSL color Cylindrical-coordinate representation of color #F70AFE: hue angle of 298.28º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70AFE is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 10 | 254 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.00 |
| HSL | 298.28º | 0.99% | 0.52% | - |
| HSV(B) | 298.28º | 0.96% | 1% | - |
| XYZ | 56.36 | 27.15 | 96.04 | - |
| YUV | 108.68 | 210.02 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 254 | 0.03 | 0.96 | 0 | 0.00 | 298.28 | 0.99 | 0.52 |
| Hex | F7 | A | FE | 3 | 60 | 0 | 0 | 12A | 63 | 34 |
| Octal | 367 | 12 | 376 | 3 | 140 | 0 | 0 | 452 | 143 | 64 |
| Binary | 11110111 | 1010 | 11111110 | 11 | 1100000 | 0 | 0 | 100101010 | 1100011 | 110100 |
Color Harmonies of #F70AFE
Complementary color
Monochromatic Colors of #F70AFE
Black with #F70AFE
Text Example
Text Example
White with #F70AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AFE; }
p { color: rgb(247,10,254); }
H1.HeaderClassName
{
color: #F70AFE;
}
.AnyTagClassName
{
color: #F70AFE;
}
</style>
background-color css
<style>
a { background-color: #F70AFE; }
a { background-color: rgb(247,10,254); }
div.DivClassName
{
background-color: #F70AFE;
}
.BgClassName
{
background-color: #F70AFE;
}
</style>
border-color css
<style>
span { border-color: #F70AFE; }
span { border-color: rgb(247,10,254); }
td.TdClassName
{
border-color: #F70AFE;
}
.TagClassName
{
border-color: #F70AFE;
}
</style>