#F519ED

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

Shades of Magenta #F519ED

Tints of Magenta #F519ED

Color information

#F519ED (or 0xF519ED) is unknown color: approx Magenta. HEX triplet: F5, 19 and ED. RGB value is (245,25,237). Sum of RGB (Red+Green+Blue) = 245+25+237=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 25 (10.16% from 255 or 4.93% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F519ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F519ED is #0AE612. Grayscale: #727272. Windows color (decimal): -714259 or 15538677. OLE color: 15538677.

HSL color Cylindrical-coordinate representation of color #F519ED: hue angle of 302.18º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F519ED is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB24525237-
CMYK00.900.030.04
HSL302.18º91.67%52.94%-
HSV(B)302.18º89.8%96.08%-
XYZ53.2926.2282.37-
YUV114.95196.89220.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 25 (10.16% from 255) = 4.93%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=48.32%
G=4.93%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452523700.900.030.04302.1891.6752.94
HexF519ED05A3412e5c35
Octal3653135501323445613465
Binary11110101110011110110101011010111001001011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F519ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F519ED; }

 p { color: rgb(245,25,237); }

 H1.HeaderClassName
 {
   color: #F519ED;
 }
 .AnyTagClassName
 {
   color: #F519ED;
 }
</style>
background-color css

<style>
 a { background-color: #F519ED; }

 a { background-color: rgb(245,25,237); }

 div.DivClassName
 {
   background-color: #F519ED;
 }
 .BgClassName
 {
   background-color: #F519ED;
 }
</style>
border-color css

<style>
 span { border-color: #F519ED; }

 span { border-color: rgb(245,25,237); }

 td.TdClassName
 {
   border-color: #F519ED;
 }
 .TagClassName
 {
   border-color: #F519ED;
 }
</style>