Shades of Magenta #F716FE
Tints of Magenta #F716FE
RGB
CMYK
RGB Variations
Color information
#F716FE (or 0xF716FE) is known color: Magenta. HEX triplet: F7, 16 and FE. RGB value is (247,22,254). Sum of RGB (Red+Green+Blue) = 247+22+254=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 22 (8.98% from 255 or 4.21% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #F716FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F716FE is #08E901. Grayscale: #737373. Windows color (decimal): -583938 or 16652023. OLE color: 16652023.
HSL color Cylindrical-coordinate representation of color #F716FE: hue angle of 298.19º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F716FE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 22 | 254 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.00 |
| HSL | 298.19º | 0.99% | 0.54% | - |
| HSV(B) | 298.19º | 0.91% | 1% | - |
| XYZ | 56.53 | 27.5 | 96.1 | - |
| YUV | 115.72 | 206.04 | 221.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 254 | 0.03 | 0.91 | 0 | 0.00 | 298.19 | 0.99 | 0.54 |
| Hex | F7 | 16 | FE | 3 | 5B | 0 | 0 | 12A | 63 | 36 |
| Octal | 367 | 26 | 376 | 3 | 133 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110111 | 10110 | 11111110 | 11 | 1011011 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F716FE
Complementary color
Monochromatic Colors of #F716FE
Black with #F716FE
Text Example
Text Example
White with #F716FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F716FE; }
p { color: rgb(247,22,254); }
H1.HeaderClassName
{
color: #F716FE;
}
.AnyTagClassName
{
color: #F716FE;
}
</style>
background-color css
<style>
a { background-color: #F716FE; }
a { background-color: rgb(247,22,254); }
div.DivClassName
{
background-color: #F716FE;
}
.BgClassName
{
background-color: #F716FE;
}
</style>
border-color css
<style>
span { border-color: #F716FE; }
span { border-color: rgb(247,22,254); }
td.TdClassName
{
border-color: #F716FE;
}
.TagClassName
{
border-color: #F716FE;
}
</style>