#FE06FD

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

Shades of Magenta #FE06FD

Tints of Magenta #FE06FD

Color information

#FE06FD (or 0xFE06FD) is unknown color: approx Magenta. HEX triplet: FE, 06 and FD. RGB value is (254,6,253). Sum of RGB (Red+Green+Blue) = 254+6+253=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 6 (2.73% from 255 or 1.17% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06FD is #01F902. Grayscale: #6B6B6B. Windows color (decimal): -129283 or 16582398. OLE color: 16582398.

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

Color convert

RGB2546253-
CMYK00.980.000.00
HSL300.24º99.2%50.98%-
HSV(B)300.24º97.64%99.61%-
XYZ58.6728.2995.3-
YUV108.31209.66231.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.51%
GREEN value IS 6 (2.73% from 255) = 1.17%
BLUE value IS 253 (99.22% from 255) = 49.32%
R=49.51%
G=1.17%
B=49.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.00
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254625300.980.000.00300.2499.250.98
HexFE6FD0620012c6333
Octal376637501420045414363
Binary111111101101111110101100010001001011001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE06FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE06FD; }

 p { color: rgb(254,6,253); }

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

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

 a { background-color: rgb(254,6,253); }

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

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

 span { border-color: rgb(254,6,253); }

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