Shades of Magenta #F514E9
Tints of Magenta #F514E9
RGB
CMYK
RGB Variations
Color information
#F514E9 (or 0xF514E9) is known color: Magenta. HEX triplet: F5, 14 and E9. RGB value is (245,20,233). Sum of RGB (Red+Green+Blue) = 245+20+233=498 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.20% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 245 - color contains mainly: red. Hex color #F514E9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F514E9 is #0AEB16. Grayscale: #6E6E6E. Windows color (decimal): -715543 or 15275253. OLE color: 15275253.
HSL color Cylindrical-coordinate representation of color #F514E9: hue angle of 303.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F514E9 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 233 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.04 |
| HSL | 303.2º | 0.92% | 0.52% | - |
| HSV(B) | 303.2º | 0.92% | 0.96% | - |
| XYZ | 52.61 | 25.8 | 79.3 | - |
| YUV | 111.56 | 196.54 | 223.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 233 | 0 | 0.92 | 0.05 | 0.04 | 303.2 | 0.92 | 0.52 |
| Hex | F5 | 14 | E9 | 0 | 5C | 5 | 4 | 12F | 5C | 34 |
| Octal | 365 | 24 | 351 | 0 | 134 | 5 | 4 | 457 | 134 | 64 |
| Binary | 11110101 | 10100 | 11101001 | 0 | 1011100 | 101 | 100 | 100101111 | 1011100 | 110100 |
Color Harmonies of #F514E9
Complementary color
Monochromatic Colors of #F514E9
Black with #F514E9
Text Example
Text Example
White with #F514E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F514E9; }
p { color: rgb(245,20,233); }
H1.HeaderClassName
{
color: #F514E9;
}
.AnyTagClassName
{
color: #F514E9;
}
</style>
background-color css
<style>
a { background-color: #F514E9; }
a { background-color: rgb(245,20,233); }
div.DivClassName
{
background-color: #F514E9;
}
.BgClassName
{
background-color: #F514E9;
}
</style>
border-color css
<style>
span { border-color: #F514E9; }
span { border-color: rgb(245,20,233); }
td.TdClassName
{
border-color: #F514E9;
}
.TagClassName
{
border-color: #F514E9;
}
</style>