#F51EEC

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

Shades of Magenta #F51EEC

Tints of Magenta #F51EEC

Color information

#F51EEC (or 0xF51EEC) is unknown color: approx Magenta. HEX triplet: F5, 1E and EC. RGB value is (245,30,236). Sum of RGB (Red+Green+Blue) = 245+30+236=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 30 (12.11% from 255 or 5.87% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EEC is #0AE113. Grayscale: #757575. Windows color (decimal): -712980 or 15474421. OLE color: 15474421.

HSL color Cylindrical-coordinate representation of color #F51EEC: hue angle of 302.51º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EEC is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB24530236-
CMYK00.880.040.04
HSL302.51º91.49%53.92%-
HSV(B)302.51º87.76%96.08%-
XYZ53.2626.481.64-
YUV117.77194.73218.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.95%
GREEN value IS 30 (12.11% from 255) = 5.87%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=47.95%
G=5.87%
B=46.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2453023600.880.040.04302.5191.4953.92
HexF51EEC0584412f5b36
Octal3653635401304445713366
Binary111101011111011101100010110001001001001011111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51EEC; }

 p { color: rgb(245,30,236); }

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

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

 a { background-color: rgb(245,30,236); }

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

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

 span { border-color: rgb(245,30,236); }

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