Shades of Magenta #F716EA
Tints of Magenta #F716EA
RGB
CMYK
RGB Variations
Color information
#F716EA (or 0xF716EA) is known color: Magenta. HEX triplet: F7, 16 and EA. RGB value is (247,22,234). Sum of RGB (Red+Green+Blue) = 247+22+234=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 22 (8.98% from 255 or 4.37% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F716EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716EA is #08E915. Grayscale: #707070. Windows color (decimal): -583958 or 15341303. OLE color: 15341303.
HSL color Cylindrical-coordinate representation of color #F716EA: hue angle of 303.47º 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 #F716EA is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 234 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.03 |
| HSL | 303.47º | 0.93% | 0.53% | - |
| HSV(B) | 303.47º | 0.91% | 0.97% | - |
| XYZ | 53.5 | 26.29 | 80.1 | - |
| YUV | 113.44 | 196.04 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 234 | 0 | 0.91 | 0.05 | 0.03 | 303.47 | 0.93 | 0.53 |
| Hex | F7 | 16 | EA | 0 | 5B | 5 | 3 | 12F | 5D | 35 |
| Octal | 367 | 26 | 352 | 0 | 133 | 5 | 3 | 457 | 135 | 65 |
| Binary | 11110111 | 10110 | 11101010 | 0 | 1011011 | 101 | 11 | 100101111 | 1011101 | 110101 |
Color Harmonies of #F716EA
Complementary color
Monochromatic Colors of #F716EA
Black with #F716EA
Text Example
Text Example
White with #F716EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716EA; }
p { color: rgb(247,22,234); }
H1.HeaderClassName
{
color: #F716EA;
}
.AnyTagClassName
{
color: #F716EA;
}
</style>
background-color css
<style>
a { background-color: #F716EA; }
a { background-color: rgb(247,22,234); }
div.DivClassName
{
background-color: #F716EA;
}
.BgClassName
{
background-color: #F716EA;
}
</style>
border-color css
<style>
span { border-color: #F716EA; }
span { border-color: rgb(247,22,234); }
td.TdClassName
{
border-color: #F716EA;
}
.TagClassName
{
border-color: #F716EA;
}
</style>