Shades of Magenta #F517FD
Tints of Magenta #F517FD
RGB
CMYK
RGB Variations
Color information
#F517FD (or 0xF517FD) is known color: Magenta. HEX triplet: F5, 17 and FD. RGB value is (245,23,253). Sum of RGB (Red+Green+Blue) = 245+23+253=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 23 (9.38% from 255 or 4.41% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #F517FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517FD is #0AE802. Grayscale: #727272. Windows color (decimal): -714755 or 16586741. OLE color: 16586741.
HSL color Cylindrical-coordinate representation of color #F517FD: hue angle of 297.91º 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 #F517FD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 23 | 253 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.01 |
| HSL | 297.91º | 0.98% | 0.54% | - |
| HSV(B) | 297.91º | 0.91% | 0.99% | - |
| XYZ | 55.69 | 27.12 | 95.23 | - |
| YUV | 115.6 | 205.55 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 253 | 0.03 | 0.91 | 0 | 0.01 | 297.91 | 0.98 | 0.54 |
| Hex | F5 | 17 | FD | 3 | 5B | 0 | 1 | 12A | 62 | 36 |
| Octal | 365 | 27 | 375 | 3 | 133 | 0 | 1 | 452 | 142 | 66 |
| Binary | 11110101 | 10111 | 11111101 | 11 | 1011011 | 0 | 1 | 100101010 | 1100010 | 110110 |
Color Harmonies of #F517FD
Complementary color
Monochromatic Colors of #F517FD
Black with #F517FD
Text Example
Text Example
White with #F517FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517FD; }
p { color: rgb(245,23,253); }
H1.HeaderClassName
{
color: #F517FD;
}
.AnyTagClassName
{
color: #F517FD;
}
</style>
background-color css
<style>
a { background-color: #F517FD; }
a { background-color: rgb(245,23,253); }
div.DivClassName
{
background-color: #F517FD;
}
.BgClassName
{
background-color: #F517FD;
}
</style>
border-color css
<style>
span { border-color: #F517FD; }
span { border-color: rgb(245,23,253); }
td.TdClassName
{
border-color: #F517FD;
}
.TagClassName
{
border-color: #F517FD;
}
</style>