Shades of Magenta #F70FFA
Tints of Magenta #F70FFA
RGB
CMYK
RGB Variations
Color information
#F70FFA (or 0xF70FFA) is known color: Magenta. HEX triplet: F7, 0F and FA. RGB value is (247,15,250). Sum of RGB (Red+Green+Blue) = 247+15+250=512 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.24% from 512); Green value is 15 (6.25% from 255 or 2.93% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #F70FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F70FFA is #08F005. Grayscale: #6E6E6E. Windows color (decimal): -585734 or 16388087. OLE color: 16388087.
HSL color Cylindrical-coordinate representation of color #F70FFA: hue angle of 299.23º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FFA is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 15 | 250 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.02 |
| HSL | 299.23º | 0.96% | 0.52% | - |
| HSV(B) | 299.23º | 0.94% | 0.98% | - |
| XYZ | 55.78 | 27.02 | 92.72 | - |
| YUV | 111.16 | 206.36 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 250 | 0.01 | 0.94 | 0 | 0.02 | 299.23 | 0.96 | 0.52 |
| Hex | F7 | F | FA | 1 | 5E | 0 | 2 | 12B | 60 | 34 |
| Octal | 367 | 17 | 372 | 1 | 136 | 0 | 2 | 453 | 140 | 64 |
| Binary | 11110111 | 1111 | 11111010 | 1 | 1011110 | 0 | 10 | 100101011 | 1100000 | 110100 |
Color Harmonies of #F70FFA
Complementary color
Monochromatic Colors of #F70FFA
Black with #F70FFA
Text Example
Text Example
White with #F70FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FFA; }
p { color: rgb(247,15,250); }
H1.HeaderClassName
{
color: #F70FFA;
}
.AnyTagClassName
{
color: #F70FFA;
}
</style>
background-color css
<style>
a { background-color: #F70FFA; }
a { background-color: rgb(247,15,250); }
div.DivClassName
{
background-color: #F70FFA;
}
.BgClassName
{
background-color: #F70FFA;
}
</style>
border-color css
<style>
span { border-color: #F70FFA; }
span { border-color: rgb(247,15,250); }
td.TdClassName
{
border-color: #F70FFA;
}
.TagClassName
{
border-color: #F70FFA;
}
</style>