#FD71E7

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

Shades of Pale Magenta #FD71E7

Tints of Pale Magenta #FD71E7

Color information

#FD71E7 (or 0xFD71E7) is unknown color: approx Pale Magenta. HEX triplet: FD, 71 and E7. RGB value is (253,113,231). Sum of RGB (Red+Green+Blue) = 253+113+231=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 113 (44.53% from 255 or 18.93% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD71E7 is #028E18. Grayscale: #A7A7A7. Windows color (decimal): -167449 or 15167997. OLE color: 15167997.

HSL color Cylindrical-coordinate representation of color #FD71E7: hue angle of 309.43º 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 #FD71E7 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB253113231-
CMYK00.550.090.01
HSL309.43º97.22%71.76%-
HSV(B)309.43º55.34%99.22%-
XYZ60.8438.4679.82-
YUV168.31163.38188.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.38%
GREEN value IS 113 (44.53% from 255) = 18.93%
BLUE value IS 231 (90.62% from 255) = 38.69%
R=42.38%
G=18.93%
B=38.69%

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
Decimal25311323100.550.090.01309.4397.2271.76
HexFD71E7037911356148
Octal375161347067111465141110
Binary1111110111100011110011101101111001110011010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71E7; }

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

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

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

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

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

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

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

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