Shades of Magenta #F514FF
Tints of Magenta #F514FF
RGB
CMYK
RGB Variations
Color information
#F514FF (or 0xF514FF) is known color: Magenta. HEX triplet: F5, 14 and FF. RGB value is (245,20,255). Sum of RGB (Red+Green+Blue) = 245+20+255=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 20 (8.20% from 255 or 3.85% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #F514FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514FF is #0AEB00. Grayscale: #717171. Windows color (decimal): -715521 or 16717045. OLE color: 16717045.
HSL color Cylindrical-coordinate representation of color #F514FF: hue angle of 297.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514FF is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 20 | 255 | - |
| CMYK | 0.04 | 0.92 | 0 | 0 |
| HSL | 297.45º | 1% | 0.54% | - |
| HSV(B) | 297.45º | 0.92% | 1% | - |
| XYZ | 55.96 | 27.13 | 96.9 | - |
| YUV | 114.07 | 207.54 | 221.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 255 | 0.04 | 0.92 | 0 | 0 | 297.45 | 1 | 0.54 |
| Hex | F5 | 14 | FF | 4 | 5C | 0 | 0 | 129 | 64 | 36 |
| Octal | 365 | 24 | 377 | 4 | 134 | 0 | 0 | 451 | 144 | 66 |
| Binary | 11110101 | 10100 | 11111111 | 100 | 1011100 | 0 | 0 | 100101001 | 1100100 | 110110 |
Color Harmonies of #F514FF
Complementary color
Monochromatic Colors of #F514FF
Black with #F514FF
Text Example
Text Example
White with #F514FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514FF; }
p { color: rgb(245,20,255); }
H1.HeaderClassName
{
color: #F514FF;
}
.AnyTagClassName
{
color: #F514FF;
}
</style>
background-color css
<style>
a { background-color: #F514FF; }
a { background-color: rgb(245,20,255); }
div.DivClassName
{
background-color: #F514FF;
}
.BgClassName
{
background-color: #F514FF;
}
</style>
border-color css
<style>
span { border-color: #F514FF; }
span { border-color: rgb(245,20,255); }
td.TdClassName
{
border-color: #F514FF;
}
.TagClassName
{
border-color: #F514FF;
}
</style>