#FE1DED

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

Shades of Magenta #FE1DED

Tints of Magenta #FE1DED

Color information

#FE1DED (or 0xFE1DED) is unknown color: approx Magenta. HEX triplet: FE, 1D and ED. RGB value is (254,29,237). Sum of RGB (Red+Green+Blue) = 254+29+237=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 29 (11.72% from 255 or 5.58% from 520); Blue value is 237 (92.97% from 255 or 45.58% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1DED is #01E212. Grayscale: #777777. Windows color (decimal): -123411 or 15539710. OLE color: 15539710.

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

Color convert

RGB25429237-
CMYK00.890.070.00
HSL304.53º99.12%55.49%-
HSV(B)304.53º88.58%99.61%-
XYZ56.628.0682.55-
YUV119.99194.04223.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.85%
GREEN value IS 29 (11.72% from 255) = 5.58%
BLUE value IS 237 (92.97% from 255) = 45.58%
R=48.85%
G=5.58%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542923700.890.070.00304.5399.1255.49
HexFE1DED059701316337
Octal3763535501317046114367
Binary1111111011101111011010101100111101001100011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1DED; }

 p { color: rgb(254,29,237); }

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

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

 a { background-color: rgb(254,29,237); }

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

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

 span { border-color: rgb(254,29,237); }

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