Shades of Magenta #F517F3
Tints of Magenta #F517F3
RGB
CMYK
RGB Variations
Color information
#F517F3 (or 0xF517F3) is known color: Magenta. HEX triplet: F5, 17 and F3. RGB value is (245,23,243). Sum of RGB (Red+Green+Blue) = 245+23+243=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 23 (9.38% from 255 or 4.50% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F517F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F517F3 is #0AE80C. Grayscale: #717171. Windows color (decimal): -714765 or 15931381. OLE color: 15931381.
HSL color Cylindrical-coordinate representation of color #F517F3: hue angle of 300.54º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F517F3 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 23 | 243 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.04 |
| HSL | 300.54º | 0.92% | 0.53% | - |
| HSV(B) | 300.54º | 0.91% | 0.96% | - |
| XYZ | 54.14 | 26.5 | 87.05 | - |
| YUV | 114.46 | 200.55 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 23 | 243 | 0 | 0.91 | 0.01 | 0.04 | 300.54 | 0.92 | 0.53 |
| Hex | F5 | 17 | F3 | 0 | 5B | 1 | 4 | 12D | 5C | 35 |
| Octal | 365 | 27 | 363 | 0 | 133 | 1 | 4 | 455 | 134 | 65 |
| Binary | 11110101 | 10111 | 11110011 | 0 | 1011011 | 1 | 100 | 100101101 | 1011100 | 110101 |
Color Harmonies of #F517F3
Complementary color
Monochromatic Colors of #F517F3
Black with #F517F3
Text Example
Text Example
White with #F517F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F517F3; }
p { color: rgb(245,23,243); }
H1.HeaderClassName
{
color: #F517F3;
}
.AnyTagClassName
{
color: #F517F3;
}
</style>
background-color css
<style>
a { background-color: #F517F3; }
a { background-color: rgb(245,23,243); }
div.DivClassName
{
background-color: #F517F3;
}
.BgClassName
{
background-color: #F517F3;
}
</style>
border-color css
<style>
span { border-color: #F517F3; }
span { border-color: rgb(245,23,243); }
td.TdClassName
{
border-color: #F517F3;
}
.TagClassName
{
border-color: #F517F3;
}
</style>