#FE2DFD

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

Shades of Magenta #FE2DFD

Tints of Magenta #FE2DFD

Color information

#FE2DFD (or 0xFE2DFD) is unknown color: approx Magenta. HEX triplet: FE, 2D and FD. RGB value is (254,45,253). Sum of RGB (Red+Green+Blue) = 254+45+253=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 45 (17.97% from 255 or 8.15% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE2DFD is #01D202. Grayscale: #828282. Windows color (decimal): -119299 or 16592382. OLE color: 16592382.

HSL color Cylindrical-coordinate representation of color #FE2DFD: hue angle of 300.29º 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 #FE2DFD is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.00.

Color convert

RGB25445253-
CMYK00.820.000.00
HSL300.29º99.05%58.63%-
HSV(B)300.29º82.28%99.61%-
XYZ59.5430.0495.59-
YUV131.2196.74215.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 45 (17.97% from 255) = 8.15%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=46.01%
G=8.15%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544525300.820.000.00300.2999.0558.63
HexFE2DFD0520012c633b
Octal3765537501220045414373
Binary111111101011011111110101010010001001011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2DFD; }

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

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

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

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

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

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

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

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