#FE2DFA

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

Shades of Magenta #FE2DFA

Tints of Magenta #FE2DFA

Color information

#FE2DFA (or 0xFE2DFA) is unknown color: approx Magenta. HEX triplet: FE, 2D and FA. RGB value is (254,45,250). Sum of RGB (Red+Green+Blue) = 254+45+250=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 45 (17.97% from 255 or 8.20% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DFA is #01D205. Grayscale: #828282. Windows color (decimal): -119302 or 16395774. OLE color: 16395774.

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

Color convert

RGB25445250-
CMYK00.820.020.00
HSL301.15º99.05%58.63%-
HSV(B)301.15º82.28%99.61%-
XYZ59.0729.8593.09-
YUV130.86195.24215.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 45 (17.97% from 255) = 8.20%
BLUE value IS 250 (98.05% from 255) = 45.54%
R=46.27%
G=8.20%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544525000.820.020.00301.1599.0558.63
HexFE2DFA0522012d633b
Octal3765537201222045514373
Binary1111111010110111111010010100101001001011011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2DFA; }

 p { color: rgb(254,45,250); }

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

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

 a { background-color: rgb(254,45,250); }

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

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

 span { border-color: rgb(254,45,250); }

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