#FD1AE8

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

Shades of Magenta #FD1AE8

Tints of Magenta #FD1AE8

Color information

#FD1AE8 (or 0xFD1AE8) is unknown color: approx Magenta. HEX triplet: FD, 1A and E8. RGB value is (253,26,232). Sum of RGB (Red+Green+Blue) = 253+26+232=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 26 (10.55% from 255 or 5.09% from 511); Blue value is 232 (91.02% from 255 or 45.40% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD1AE8 is #02E517. Grayscale: #747474. Windows color (decimal): -189720 or 15211261. OLE color: 15211261.

HSL color Cylindrical-coordinate representation of color #FD1AE8: hue angle of 305.55º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1AE8 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB25326232-
CMYK00.900.080.01
HSL305.55º98.27%54.71%-
HSV(B)305.55º89.72%99.22%-
XYZ55.4427.4578.72-
YUV117.36192.71224.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.51%
GREEN value IS 26 (10.55% from 255) = 5.09%
BLUE value IS 232 (91.02% from 255) = 45.40%
R=49.51%
G=5.09%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532623200.900.080.01305.5598.2754.71
HexFD1AE805A811326237
Octal37532350013210146214267
Binary11111101110101110100001011010100011001100101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1AE8; }

 p { color: rgb(253,26,232); }

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

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

 a { background-color: rgb(253,26,232); }

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

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

 span { border-color: rgb(253,26,232); }

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