#FE1DEE

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

Shades of Magenta #FE1DEE

Tints of Magenta #FE1DEE

Color information

#FE1DEE (or 0xFE1DEE) is unknown color: approx Magenta. HEX triplet: FE, 1D and EE. RGB value is (254,29,238). Sum of RGB (Red+Green+Blue) = 254+29+238=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 29 (11.72% from 255 or 5.57% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1DEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1DEE is #01E211. Grayscale: #777777. Windows color (decimal): -123410 or 15605246. OLE color: 15605246.

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

Color convert

RGB25429238-
CMYK00.890.060.00
HSL304.27º99.12%55.49%-
HSV(B)304.27º88.58%99.61%-
XYZ56.7528.1283.33-
YUV120.1194.54223.51-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.75%
GREEN value IS 29 (11.72% from 255) = 5.57%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=48.75%
G=5.57%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542923800.890.060.00304.2799.1255.49
HexFE1DEE059601306337
Octal3763535601316046014367
Binary1111111011101111011100101100111001001100001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1DEE; }

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

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

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

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

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

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

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

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