Shades of Magenta #F514FE
Tints of Magenta #F514FE
RGB
CMYK
RGB Variations
Color information
#F514FE (or 0xF514FE) is known color: Magenta. HEX triplet: F5, 14 and FE. RGB value is (245,20,254). Sum of RGB (Red+Green+Blue) = 245+20+254=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 20 (8.20% from 255 or 3.85% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #F514FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514FE is #0AEB01. Grayscale: #717171. Windows color (decimal): -715522 or 16651509. OLE color: 16651509.
HSL color Cylindrical-coordinate representation of color #F514FE: hue angle of 297.69º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514FE is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 20 | 254 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.00 |
| HSL | 297.69º | 0.99% | 0.54% | - |
| HSV(B) | 297.69º | 0.92% | 1% | - |
| XYZ | 55.8 | 27.07 | 96.05 | - |
| YUV | 113.95 | 207.04 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 254 | 0.04 | 0.92 | 0 | 0.00 | 297.69 | 0.99 | 0.54 |
| Hex | F5 | 14 | FE | 4 | 5C | 0 | 0 | 12A | 63 | 36 |
| Octal | 365 | 24 | 376 | 4 | 134 | 0 | 0 | 452 | 143 | 66 |
| Binary | 11110101 | 10100 | 11111110 | 100 | 1011100 | 0 | 0 | 100101010 | 1100011 | 110110 |
Color Harmonies of #F514FE
Complementary color
Monochromatic Colors of #F514FE
Black with #F514FE
Text Example
Text Example
White with #F514FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514FE; }
p { color: rgb(245,20,254); }
H1.HeaderClassName
{
color: #F514FE;
}
.AnyTagClassName
{
color: #F514FE;
}
</style>
background-color css
<style>
a { background-color: #F514FE; }
a { background-color: rgb(245,20,254); }
div.DivClassName
{
background-color: #F514FE;
}
.BgClassName
{
background-color: #F514FE;
}
</style>
border-color css
<style>
span { border-color: #F514FE; }
span { border-color: rgb(245,20,254); }
td.TdClassName
{
border-color: #F514FE;
}
.TagClassName
{
border-color: #F514FE;
}
</style>