Shades of Magenta #F717E7
Tints of Magenta #F717E7
RGB
CMYK
RGB Variations
Color information
#F717E7 (or 0xF717E7) is known color: Magenta. HEX triplet: F7, 17 and E7. RGB value is (247,23,231). Sum of RGB (Red+Green+Blue) = 247+23+231=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 23 (9.38% from 255 or 4.59% from 501); Blue value is 231 (90.62% from 255 or 46.11% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F717E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F717E7 is #08E818. Grayscale: #717171. Windows color (decimal): -583705 or 15144951. OLE color: 15144951.
HSL color Cylindrical-coordinate representation of color #F717E7: hue angle of 304.29º 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 #F717E7 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 23 | 231 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.03 |
| HSL | 304.29º | 0.93% | 0.53% | - |
| HSV(B) | 304.29º | 0.91% | 0.97% | - |
| XYZ | 53.09 | 26.16 | 77.85 | - |
| YUV | 113.69 | 194.21 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 231 | 0 | 0.91 | 0.06 | 0.03 | 304.29 | 0.93 | 0.53 |
| Hex | F7 | 17 | E7 | 0 | 5B | 6 | 3 | 130 | 5D | 35 |
| Octal | 367 | 27 | 347 | 0 | 133 | 6 | 3 | 460 | 135 | 65 |
| Binary | 11110111 | 10111 | 11100111 | 0 | 1011011 | 110 | 11 | 100110000 | 1011101 | 110101 |
Color Harmonies of #F717E7
Complementary color
Monochromatic Colors of #F717E7
Black with #F717E7
Text Example
Text Example
White with #F717E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717E7; }
p { color: rgb(247,23,231); }
H1.HeaderClassName
{
color: #F717E7;
}
.AnyTagClassName
{
color: #F717E7;
}
</style>
background-color css
<style>
a { background-color: #F717E7; }
a { background-color: rgb(247,23,231); }
div.DivClassName
{
background-color: #F717E7;
}
.BgClassName
{
background-color: #F717E7;
}
</style>
border-color css
<style>
span { border-color: #F717E7; }
span { border-color: rgb(247,23,231); }
td.TdClassName
{
border-color: #F717E7;
}
.TagClassName
{
border-color: #F717E7;
}
</style>