#FD71E5

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

Shades of Pale Magenta #FD71E5

Tints of Pale Magenta #FD71E5

Color information

#FD71E5 (or 0xFD71E5) is unknown color: approx Pale Magenta. HEX triplet: FD, 71 and E5. RGB value is (253,113,229). Sum of RGB (Red+Green+Blue) = 253+113+229=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 229 (89.84% from 255 or 38.49% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD71E5 is #028E1A. Grayscale: #A7A7A7. Windows color (decimal): -167451 or 15036925. OLE color: 15036925.

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

Color convert

RGB253113229-
CMYK00.550.090.01
HSL310.29º97.22%71.76%-
HSV(B)310.29º55.34%99.22%-
XYZ60.5638.3578.34-
YUV168.08162.38188.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 113 (44.53% from 255) = 18.99%
BLUE value IS 229 (89.84% from 255) = 38.49%
R=42.52%
G=18.99%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311322900.550.090.01310.2997.2271.76
HexFD71E5037911366148
Octal375161345067111466141110
Binary1111110111100011110010101101111001110011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71E5; }

 p { color: rgb(253,113,229); }

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

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

 a { background-color: rgb(253,113,229); }

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

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

 span { border-color: rgb(253,113,229); }

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