Shades of Magenta #F516FD
Tints of Magenta #F516FD
RGB
CMYK
RGB Variations
Color information
#F516FD (or 0xF516FD) is known color: Magenta. HEX triplet: F5, 16 and FD. RGB value is (245,22,253). Sum of RGB (Red+Green+Blue) = 245+22+253=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 22 (8.98% from 255 or 4.23% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #F516FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F516FD is #0AE902. Grayscale: #727272. Windows color (decimal): -715011 or 16586485. OLE color: 16586485.
HSL color Cylindrical-coordinate representation of color #F516FD: hue angle of 297.92º 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 #F516FD is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 22 | 253 | - |
| CMYK | 0.03 | 0.91 | 0 | 0.01 |
| HSL | 297.92º | 0.98% | 0.54% | - |
| HSV(B) | 297.92º | 0.91% | 0.99% | - |
| XYZ | 55.67 | 27.08 | 95.22 | - |
| YUV | 115.01 | 205.88 | 220.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 253 | 0.03 | 0.91 | 0 | 0.01 | 297.92 | 0.98 | 0.54 |
| Hex | F5 | 16 | FD | 3 | 5B | 0 | 1 | 12A | 62 | 36 |
| Octal | 365 | 26 | 375 | 3 | 133 | 0 | 1 | 452 | 142 | 66 |
| Binary | 11110101 | 10110 | 11111101 | 11 | 1011011 | 0 | 1 | 100101010 | 1100010 | 110110 |
Color Harmonies of #F516FD
Complementary color
Monochromatic Colors of #F516FD
Black with #F516FD
Text Example
Text Example
White with #F516FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F516FD; }
p { color: rgb(245,22,253); }
H1.HeaderClassName
{
color: #F516FD;
}
.AnyTagClassName
{
color: #F516FD;
}
</style>
background-color css
<style>
a { background-color: #F516FD; }
a { background-color: rgb(245,22,253); }
div.DivClassName
{
background-color: #F516FD;
}
.BgClassName
{
background-color: #F516FD;
}
</style>
border-color css
<style>
span { border-color: #F516FD; }
span { border-color: rgb(245,22,253); }
td.TdClassName
{
border-color: #F516FD;
}
.TagClassName
{
border-color: #F516FD;
}
</style>