Shades of Magenta #F70FE5
Tints of Magenta #F70FE5
RGB
CMYK
RGB Variations
Color information
#F70FE5 (or 0xF70FE5) is known color: Magenta. HEX triplet: F7, 0F and E5. RGB value is (247,15,229). Sum of RGB (Red+Green+Blue) = 247+15+229=491 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.31% from 491); Green value is 15 (6.25% from 255 or 3.05% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FE5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FE5 is #08F01A. Grayscale: #6C6C6C. Windows color (decimal): -585755 or 15011831. OLE color: 15011831.
HSL color Cylindrical-coordinate representation of color #F70FE5: hue angle of 304.66º 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 #F70FE5 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 229 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.03 |
| HSL | 304.66º | 0.94% | 0.51% | - |
| HSV(B) | 304.66º | 0.94% | 0.97% | - |
| XYZ | 52.67 | 25.77 | 76.33 | - |
| YUV | 108.76 | 195.86 | 226.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 229 | 0 | 0.94 | 0.07 | 0.03 | 304.66 | 0.94 | 0.51 |
| Hex | F7 | F | E5 | 0 | 5E | 7 | 3 | 131 | 5E | 33 |
| Octal | 367 | 17 | 345 | 0 | 136 | 7 | 3 | 461 | 136 | 63 |
| Binary | 11110111 | 1111 | 11100101 | 0 | 1011110 | 111 | 11 | 100110001 | 1011110 | 110011 |
Color Harmonies of #F70FE5
Complementary color
Monochromatic Colors of #F70FE5
Black with #F70FE5
Text Example
Text Example
White with #F70FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FE5; }
p { color: rgb(247,15,229); }
H1.HeaderClassName
{
color: #F70FE5;
}
.AnyTagClassName
{
color: #F70FE5;
}
</style>
background-color css
<style>
a { background-color: #F70FE5; }
a { background-color: rgb(247,15,229); }
div.DivClassName
{
background-color: #F70FE5;
}
.BgClassName
{
background-color: #F70FE5;
}
</style>
border-color css
<style>
span { border-color: #F70FE5; }
span { border-color: rgb(247,15,229); }
td.TdClassName
{
border-color: #F70FE5;
}
.TagClassName
{
border-color: #F70FE5;
}
</style>