#FD05E8

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

Shades of Magenta #FD05E8

Tints of Magenta #FD05E8

Color information

#FD05E8 (or 0xFD05E8) is unknown color: approx Magenta. HEX triplet: FD, 05 and E8. RGB value is (253,5,232). Sum of RGB (Red+Green+Blue) = 253+5+232=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 5 (2.34% from 255 or 1.02% from 490); Blue value is 232 (91.02% from 255 or 47.35% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD05E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD05E8 is #02FA17. Grayscale: #686868. Windows color (decimal): -195096 or 15205885. OLE color: 15205885.

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

Color convert

RGB2535232-
CMYK00.980.080.01
HSL305.08º98.41%50.59%-
HSV(B)305.08º98.02%99.22%-
XYZ55.1326.8278.61-
YUV105.03199.66233.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.63%
GREEN value IS 5 (2.34% from 255) = 1.02%
BLUE value IS 232 (91.02% from 255) = 47.35%
R=51.63%
G=1.02%
B=47.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253523200.980.080.01305.0898.4150.59
HexFD5E8062811316233
Octal3755350014210146114263
Binary111111011011110100001100010100011001100011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD05E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD05E8; }

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

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

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

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

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

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

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

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