Shades of Magenta #F514FD
Tints of Magenta #F514FD
RGB
CMYK
RGB Variations
Color information
#F514FD (or 0xF514FD) is known color: Magenta. HEX triplet: F5, 14 and FD. RGB value is (245,20,253). Sum of RGB (Red+Green+Blue) = 245+20+253=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 20 (8.20% from 255 or 3.86% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #F514FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514FD is #0AEB02. Grayscale: #717171. Windows color (decimal): -715523 or 16585973. OLE color: 16585973.
HSL color Cylindrical-coordinate representation of color #F514FD: hue angle of 297.94º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514FD is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 20 | 253 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.01 |
| HSL | 297.94º | 0.98% | 0.54% | - |
| HSV(B) | 297.94º | 0.92% | 0.99% | - |
| XYZ | 55.64 | 27 | 95.21 | - |
| YUV | 113.84 | 206.54 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 253 | 0.03 | 0.92 | 0 | 0.01 | 297.94 | 0.98 | 0.54 |
| Hex | F5 | 14 | FD | 3 | 5C | 0 | 1 | 12A | 62 | 36 |
| Octal | 365 | 24 | 375 | 3 | 134 | 0 | 1 | 452 | 142 | 66 |
| Binary | 11110101 | 10100 | 11111101 | 11 | 1011100 | 0 | 1 | 100101010 | 1100010 | 110110 |
Color Harmonies of #F514FD
Complementary color
Monochromatic Colors of #F514FD
Black with #F514FD
Text Example
Text Example
White with #F514FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514FD; }
p { color: rgb(245,20,253); }
H1.HeaderClassName
{
color: #F514FD;
}
.AnyTagClassName
{
color: #F514FD;
}
</style>
background-color css
<style>
a { background-color: #F514FD; }
a { background-color: rgb(245,20,253); }
div.DivClassName
{
background-color: #F514FD;
}
.BgClassName
{
background-color: #F514FD;
}
</style>
border-color css
<style>
span { border-color: #F514FD; }
span { border-color: rgb(245,20,253); }
td.TdClassName
{
border-color: #F514FD;
}
.TagClassName
{
border-color: #F514FD;
}
</style>