#FE00F4

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

Shades of Magenta #FE00F4

Tints of Magenta #FE00F4

Color information

#FE00F4 (or 0xFE00F4) is unknown color: approx Magenta. HEX triplet: FE, 00 and F4. RGB value is (254,0,244). Sum of RGB (Red+Green+Blue) = 254+0+244=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 244 (95.70% from 255 or 49.00% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE00F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE00F4 is #01FF0B. Grayscale: #676767. Windows color (decimal): -130828 or 15991038. OLE color: 15991038.

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

Color convert

RGB2540244-
CMYK010.040.00
HSL302.36º100%49.8%-
HSV(B)302.36º100%99.61%-
XYZ57.227.687.9-
YUV103.76207.15235.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 244 (95.70% from 255) = 49.00%
R=51.00%
G=0%
B=49.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2540244010.040.00302.3610049.8
HexFE0F40644012e6432
Octal376036401444045614462
Binary111111100111101000110010010001001011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE00F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE00F4; }

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

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

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

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

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

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

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

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