Shades of Magenta #F517FF
Tints of Magenta #F517FF
RGB
CMYK
RGB Variations
Color information
#F517FF (or 0xF517FF) is known color: Magenta. HEX triplet: F5, 17 and FF. RGB value is (245,23,255). Sum of RGB (Red+Green+Blue) = 245+23+255=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 23 (9.38% from 255 or 4.40% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #F517FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517FF is #0AE800. Grayscale: #737373. Windows color (decimal): -714753 or 16717813. OLE color: 16717813.
HSL color Cylindrical-coordinate representation of color #F517FF: hue angle of 297.41º 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 #F517FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 23 | 255 | - |
| CMYK | 0.04 | 0.91 | 0 | 0 |
| HSL | 297.41º | 1% | 0.55% | - |
| HSV(B) | 297.41º | 0.91% | 1% | - |
| XYZ | 56.01 | 27.25 | 96.91 | - |
| YUV | 115.83 | 206.55 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 255 | 0.04 | 0.91 | 0 | 0 | 297.41 | 1 | 0.55 |
| Hex | F5 | 17 | FF | 4 | 5B | 0 | 0 | 129 | 64 | 37 |
| Octal | 365 | 27 | 377 | 4 | 133 | 0 | 0 | 451 | 144 | 67 |
| Binary | 11110101 | 10111 | 11111111 | 100 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110111 |
Color Harmonies of #F517FF
Complementary color
Monochromatic Colors of #F517FF
Black with #F517FF
Text Example
Text Example
White with #F517FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517FF; }
p { color: rgb(245,23,255); }
H1.HeaderClassName
{
color: #F517FF;
}
.AnyTagClassName
{
color: #F517FF;
}
</style>
background-color css
<style>
a { background-color: #F517FF; }
a { background-color: rgb(245,23,255); }
div.DivClassName
{
background-color: #F517FF;
}
.BgClassName
{
background-color: #F517FF;
}
</style>
border-color css
<style>
span { border-color: #F517FF; }
span { border-color: rgb(245,23,255); }
td.TdClassName
{
border-color: #F517FF;
}
.TagClassName
{
border-color: #F517FF;
}
</style>