#FE00FF

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

Shades of Magenta #FE00FF

Tints of Magenta #FE00FF

Color information

#FE00FF (or 0xFE00FF) is unknown color: approx Magenta. HEX triplet: FE, 00 and FF. RGB value is (254,0,255). Sum of RGB (Red+Green+Blue) = 254+0+255=509 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.90% from 509); Green value is 0 (0.39% from 255 or 0% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #FE00FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00FF is #01FF00. Grayscale: #686868. Windows color (decimal): -130817 or 16711934. OLE color: 16711934.

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

Color convert

RGB2540255-
CMYK0.00100
HSL299.76º100%50%-
HSV(B)299.76º100%100%-
XYZ58.9228.2996.96-
YUV105.02212.65234.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 50.10%
R=49.90%
G=0%
B=50.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25402550.00100299.7610050
HexFE0FF0640012c6432
Octal376037701440045414462
Binary1111111001111111101100100001001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE00FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE00FF; }

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

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

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

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

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

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

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

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