#FE1EFF

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

Shades of Magenta #FE1EFF

Tints of Magenta #FE1EFF

Color information

#FE1EFF (or 0xFE1EFF) is unknown color: approx Magenta. HEX triplet: FE, 1E and FF. RGB value is (254,30,255). Sum of RGB (Red+Green+Blue) = 254+30+255=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 30 (12.11% from 255 or 5.57% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE1EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FE1EFF is #01E100. Grayscale: #797979. Windows color (decimal): -123137 or 16719614. OLE color: 16719614.

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

Color convert

RGB25430255-
CMYK0.000.8800
HSL299.73º100%55.88%-
HSV(B)299.73º88.24%100%-
XYZ59.3929.2297.12-
YUV122.63202.71221.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 30 (12.11% from 255) = 5.57%
BLUE value IS 255 (100% from 255) = 47.31%
R=47.12%
G=5.57%
B=47.31%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254302550.000.8800299.7310055.88
HexFE1EFF0580012c6438
Octal3763637701300045414470
Binary11111110111101111111101011000001001011001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE1EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE1EFF; }

 p { color: rgb(254,30,255); }

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

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

 a { background-color: rgb(254,30,255); }

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

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

 span { border-color: rgb(254,30,255); }

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