#FF00FE

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

Shades of Magenta #FF00FE

Tints of Magenta #FF00FE

Color information

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

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

Color convert

RGB2550254-
CMYK010.000
HSL300.24º100%50%-
HSV(B)300.24º100%100%-
XYZ59.1328.4296.13-
YUV105.2211.98234.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550254010.000300.2410050
HexFF0FE0640012c6432
Octal377037601440045414462
Binary1111111101111111001100100001001011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF00FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF00FE; }

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

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

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

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

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

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

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

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