Shades of Magenta #F510FD
Tints of Magenta #F510FD
RGB
CMYK
RGB Variations
Color information
#F510FD (or 0xF510FD) is known color: Magenta. HEX triplet: F5, 10 and FD. RGB value is (245,16,253). Sum of RGB (Red+Green+Blue) = 245+16+253=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 16 (6.64% from 255 or 3.11% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #F510FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F510FD is #0AEF02. Grayscale: #6E6E6E. Windows color (decimal): -716547 or 16584949. OLE color: 16584949.
HSL color Cylindrical-coordinate representation of color #F510FD: hue angle of 297.97º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F510FD is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 16 | 253 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.01 |
| HSL | 297.97º | 0.98% | 0.53% | - |
| HSV(B) | 297.97º | 0.94% | 0.99% | - |
| XYZ | 55.57 | 26.87 | 95.19 | - |
| YUV | 111.49 | 207.87 | 223.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 253 | 0.03 | 0.94 | 0 | 0.01 | 297.97 | 0.98 | 0.53 |
| Hex | F5 | 10 | FD | 3 | 5E | 0 | 1 | 12A | 62 | 35 |
| Octal | 365 | 20 | 375 | 3 | 136 | 0 | 1 | 452 | 142 | 65 |
| Binary | 11110101 | 10000 | 11111101 | 11 | 1011110 | 0 | 1 | 100101010 | 1100010 | 110101 |
Color Harmonies of #F510FD
Complementary color
Monochromatic Colors of #F510FD
Black with #F510FD
Text Example
Text Example
White with #F510FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F510FD; }
p { color: rgb(245,16,253); }
H1.HeaderClassName
{
color: #F510FD;
}
.AnyTagClassName
{
color: #F510FD;
}
</style>
background-color css
<style>
a { background-color: #F510FD; }
a { background-color: rgb(245,16,253); }
div.DivClassName
{
background-color: #F510FD;
}
.BgClassName
{
background-color: #F510FD;
}
</style>
border-color css
<style>
span { border-color: #F510FD; }
span { border-color: rgb(245,16,253); }
td.TdClassName
{
border-color: #F510FD;
}
.TagClassName
{
border-color: #F510FD;
}
</style>