#FF2EFA

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

Shades of Magenta #FF2EFA

Tints of Magenta #FF2EFA

Color information

#FF2EFA (or 0xFF2EFA) is unknown color: approx Magenta. HEX triplet: FF, 2E and FA. RGB value is (255,46,250). Sum of RGB (Red+Green+Blue) = 255+46+250=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 46 (18.36% from 255 or 8.35% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2EFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF2EFA is #00D105. Grayscale: #838383. Windows color (decimal): -53510 or 16396031. OLE color: 16396031.

HSL color Cylindrical-coordinate representation of color #FF2EFA: hue angle of 301.44º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2EFA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB25546250-
CMYK00.820.020
HSL301.44º100%59.02%-
HSV(B)301.44º81.96%100%-
XYZ59.4730.1293.12-
YUV131.75194.74215.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 46 (18.36% from 255) = 8.35%
BLUE value IS 250 (98.05% from 255) = 45.37%
R=46.28%
G=8.35%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554625000.820.020301.4410059.02
HexFF2EFA0522012d643b
Octal3775637201222045514473
Binary1111111110111011111010010100101001001011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2EFA; }

 p { color: rgb(255,46,250); }

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

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

 a { background-color: rgb(255,46,250); }

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

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

 span { border-color: rgb(255,46,250); }

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