#FE01F8

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

Shades of Magenta #FE01F8

Tints of Magenta #FE01F8

Color information

#FE01F8 (or 0xFE01F8) is unknown color: approx Magenta. HEX triplet: FE, 01 and F8. RGB value is (254,1,248). Sum of RGB (Red+Green+Blue) = 254+1+248=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 1 (0.78% from 255 or 0.20% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE01F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE01F8 is #01FE07. Grayscale: #686868. Windows color (decimal): -130568 or 16253438. OLE color: 16253438.

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

Color convert

RGB2541248-
CMYK01.000.020.00
HSL301.42º99.22%50%-
HSV(B)301.42º99.61%99.61%-
XYZ57.8327.8791.14-
YUV104.8208.82234.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.50%
GREEN value IS 1 (0.78% from 255) = 0.20%
BLUE value IS 248 (97.27% from 255) = 49.30%
R=50.50%
G=0.20%
B=49.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254124801.000.020.00301.4299.2250
HexFE1F80642012d6332
Octal376137001442045514362
Binary11111110111111000011001001001001011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE01F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE01F8; }

 p { color: rgb(254,1,248); }

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

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

 a { background-color: rgb(254,1,248); }

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

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

 span { border-color: rgb(254,1,248); }

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