Shades of Magenta #F717FD
Tints of Magenta #F717FD
RGB
CMYK
RGB Variations
Color information
#F717FD (or 0xF717FD) is known color: Magenta. HEX triplet: F7, 17 and FD. RGB value is (247,23,253). Sum of RGB (Red+Green+Blue) = 247+23+253=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 23 (9.38% from 255 or 4.40% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #F717FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F717FD is #08E802. Grayscale: #737373. Windows color (decimal): -583683 or 16586743. OLE color: 16586743.
HSL color Cylindrical-coordinate representation of color #F717FD: hue angle of 298.43º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F717FD is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 23 | 253 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.01 |
| HSL | 298.43º | 0.98% | 0.54% | - |
| HSV(B) | 298.43º | 0.91% | 0.99% | - |
| XYZ | 56.39 | 27.48 | 95.26 | - |
| YUV | 116.2 | 205.21 | 221.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 253 | 0.02 | 0.91 | 0 | 0.01 | 298.43 | 0.98 | 0.54 |
| Hex | F7 | 17 | FD | 2 | 5B | 0 | 1 | 12A | 62 | 36 |
| Octal | 367 | 27 | 375 | 2 | 133 | 0 | 1 | 452 | 142 | 66 |
| Binary | 11110111 | 10111 | 11111101 | 10 | 1011011 | 0 | 1 | 100101010 | 1100010 | 110110 |
Color Harmonies of #F717FD
Complementary color
Monochromatic Colors of #F717FD
Black with #F717FD
Text Example
Text Example
White with #F717FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717FD; }
p { color: rgb(247,23,253); }
H1.HeaderClassName
{
color: #F717FD;
}
.AnyTagClassName
{
color: #F717FD;
}
</style>
background-color css
<style>
a { background-color: #F717FD; }
a { background-color: rgb(247,23,253); }
div.DivClassName
{
background-color: #F717FD;
}
.BgClassName
{
background-color: #F717FD;
}
</style>
border-color css
<style>
span { border-color: #F717FD; }
span { border-color: rgb(247,23,253); }
td.TdClassName
{
border-color: #F717FD;
}
.TagClassName
{
border-color: #F717FD;
}
</style>