Shades of Hot Magenta #F716E1
Tints of Hot Magenta #F716E1
RGB
CMYK
RGB Variations
Color information
#F716E1 (or 0xF716E1) is known color: Hot Magenta. HEX triplet: F7, 16 and E1. RGB value is (247,22,225). Sum of RGB (Red+Green+Blue) = 247+22+225=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 225 (88.28% from 255 or 45.55% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F716E1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F716E1 is #08E91E. Grayscale: #6F6F6F. Windows color (decimal): -583967 or 14751479. OLE color: 14751479.
HSL color Cylindrical-coordinate representation of color #F716E1: hue angle of 305.87º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F716E1 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 225 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.03 |
| HSL | 305.87º | 0.93% | 0.53% | - |
| HSV(B) | 305.87º | 0.91% | 0.97% | - |
| XYZ | 52.24 | 25.78 | 73.46 | - |
| YUV | 112.42 | 191.54 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 225 | 0 | 0.91 | 0.09 | 0.03 | 305.87 | 0.93 | 0.53 |
| Hex | F7 | 16 | E1 | 0 | 5B | 9 | 3 | 132 | 5D | 35 |
| Octal | 367 | 26 | 341 | 0 | 133 | 11 | 3 | 462 | 135 | 65 |
| Binary | 11110111 | 10110 | 11100001 | 0 | 1011011 | 1001 | 11 | 100110010 | 1011101 | 110101 |
Color Harmonies of #F716E1
Complementary color
Monochromatic Colors of #F716E1
Black with #F716E1
Text Example
Text Example
White with #F716E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716E1; }
p { color: rgb(247,22,225); }
H1.HeaderClassName
{
color: #F716E1;
}
.AnyTagClassName
{
color: #F716E1;
}
</style>
background-color css
<style>
a { background-color: #F716E1; }
a { background-color: rgb(247,22,225); }
div.DivClassName
{
background-color: #F716E1;
}
.BgClassName
{
background-color: #F716E1;
}
</style>
border-color css
<style>
span { border-color: #F716E1; }
span { border-color: rgb(247,22,225); }
td.TdClassName
{
border-color: #F716E1;
}
.TagClassName
{
border-color: #F716E1;
}
</style>