Shades of Hot Magenta #F70FE4
Tints of Hot Magenta #F70FE4
RGB
CMYK
RGB Variations
Color information
#F70FE4 (or 0xF70FE4) is known color: Hot Magenta. HEX triplet: F7, 0F and E4. RGB value is (247,15,228). Sum of RGB (Red+Green+Blue) = 247+15+228=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 228 (89.45% from 255 or 46.53% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FE4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FE4 is #08F01B. Grayscale: #6C6C6C. Windows color (decimal): -585756 or 14946295. OLE color: 14946295.
HSL color Cylindrical-coordinate representation of color #F70FE4: hue angle of 304.91º 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 #F70FE4 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 228 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.03 |
| HSL | 304.91º | 0.94% | 0.51% | - |
| HSV(B) | 304.91º | 0.94% | 0.97% | - |
| XYZ | 52.53 | 25.72 | 75.59 | - |
| YUV | 108.65 | 195.36 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 228 | 0 | 0.94 | 0.08 | 0.03 | 304.91 | 0.94 | 0.51 |
| Hex | F7 | F | E4 | 0 | 5E | 8 | 3 | 131 | 5E | 33 |
| Octal | 367 | 17 | 344 | 0 | 136 | 10 | 3 | 461 | 136 | 63 |
| Binary | 11110111 | 1111 | 11100100 | 0 | 1011110 | 1000 | 11 | 100110001 | 1011110 | 110011 |
Color Harmonies of #F70FE4
Complementary color
Monochromatic Colors of #F70FE4
Black with #F70FE4
Text Example
Text Example
White with #F70FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FE4; }
p { color: rgb(247,15,228); }
H1.HeaderClassName
{
color: #F70FE4;
}
.AnyTagClassName
{
color: #F70FE4;
}
</style>
background-color css
<style>
a { background-color: #F70FE4; }
a { background-color: rgb(247,15,228); }
div.DivClassName
{
background-color: #F70FE4;
}
.BgClassName
{
background-color: #F70FE4;
}
</style>
border-color css
<style>
span { border-color: #F70FE4; }
span { border-color: rgb(247,15,228); }
td.TdClassName
{
border-color: #F70FE4;
}
.TagClassName
{
border-color: #F70FE4;
}
</style>