#fd01e6

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

Shades of Magenta #FD01E6

Tints of Magenta #FD01E6

Color information

#FD01E6 (or 0xFD01E6) is unknown color: approx Magenta. HEX triplet: FD, 01 and E6. RGB value is (253,1,230). Sum of RGB (Red+Green+Blue) = 253+1+230=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 1 (0.78% from 255 or 0.21% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01E6 is #02FE19. Grayscale: #656565. Windows color (decimal): -196122 or 15073789. OLE color: 15073789.

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

Color convert

RGB2531230-
CMYK01.000.090.01
HSL305.48º99.21%49.8%-
HSV(B)305.48º99.6%99.22%-
XYZ54.826.6277.11-
YUV102.45199.99235.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.27%
GREEN value IS 1 (0.78% from 255) = 0.21%
BLUE value IS 230 (90.23% from 255) = 47.52%
R=52.27%
G=0.21%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253123001.000.090.01305.4899.2149.8
HexFD1E6064911316332
Octal3751346014411146114362
Binary1111110111110011001100100100111001100011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd01e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd01e6; }

 p { color: rgb(253,1,230); }

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

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

 a { background-color: rgb(253,1,230); }

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

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

 span { border-color: rgb(253,1,230); }

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