#F514E9

Color #F514E9 Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magenta #F514E9

Tints of Magenta #F514E9

Color information

#F514E9 (or 0xF514E9) is unknown color: approx 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

RGB24520233-
CMYK00.920.050.04
HSL303.2º91.84%51.96%-
HSV(B)303.2º91.84%96.08%-
XYZ52.6125.879.3-
YUV111.56196.54223.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 245 (96.09% from 255) = 49.20%
GREEN value IS 20 (8.20% from 255) = 4.02%
BLUE value IS 233 (91.41% from 255) = 46.79%
R=49.20%
G=4.02%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452023300.920.050.04303.291.8451.96
HexF514E905C5412f5c34
Octal3652435101345445713464
Binary111101011010011101001010111001011001001011111011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F514E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>