Shades of Magenta #F717FF
Tints of Magenta #F717FF
RGB
CMYK
RGB Variations
Color information
#F717FF (or 0xF717FF) is known color: Magenta. HEX triplet: F7, 17 and FF. RGB value is (247,23,255). Sum of RGB (Red+Green+Blue) = 247+23+255=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 23 (9.38% from 255 or 4.38% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F717FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F717FF is #08E800. Grayscale: #737373. Windows color (decimal): -583681 or 16717815. OLE color: 16717815.
HSL color Cylindrical-coordinate representation of color #F717FF: hue angle of 297.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F717FF is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 23 | 255 | - |
| CMYK | 0.03 | 0.91 | 0 | 0 |
| HSL | 297.93º | 1% | 0.55% | - |
| HSV(B) | 297.93º | 0.91% | 1% | - |
| XYZ | 56.71 | 27.61 | 96.95 | - |
| YUV | 116.42 | 206.21 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 23 | 255 | 0.03 | 0.91 | 0 | 0 | 297.93 | 1 | 0.55 |
| Hex | F7 | 17 | FF | 3 | 5B | 0 | 0 | 12A | 64 | 37 |
| Octal | 367 | 27 | 377 | 3 | 133 | 0 | 0 | 452 | 144 | 67 |
| Binary | 11110111 | 10111 | 11111111 | 11 | 1011011 | 0 | 0 | 100101010 | 1100100 | 110111 |
Color Harmonies of #F717FF
Complementary color
Monochromatic Colors of #F717FF
Black with #F717FF
Text Example
Text Example
White with #F717FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F717FF; }
p { color: rgb(247,23,255); }
H1.HeaderClassName
{
color: #F717FF;
}
.AnyTagClassName
{
color: #F717FF;
}
</style>
background-color css
<style>
a { background-color: #F717FF; }
a { background-color: rgb(247,23,255); }
div.DivClassName
{
background-color: #F717FF;
}
.BgClassName
{
background-color: #F717FF;
}
</style>
border-color css
<style>
span { border-color: #F717FF; }
span { border-color: rgb(247,23,255); }
td.TdClassName
{
border-color: #F717FF;
}
.TagClassName
{
border-color: #F717FF;
}
</style>