#FD71E6

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

Shades of Pale Magenta #FD71E6

Tints of Pale Magenta #FD71E6

Color information

#FD71E6 (or 0xFD71E6) is unknown color: approx Pale Magenta. HEX triplet: FD, 71 and E6. RGB value is (253,113,230). Sum of RGB (Red+Green+Blue) = 253+113+230=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD71E6 is #028E19. Grayscale: #A7A7A7. Windows color (decimal): -167450 or 15102461. OLE color: 15102461.

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

Color convert

RGB253113230-
CMYK00.550.090.01
HSL309.86º97.22%71.76%-
HSV(B)309.86º55.34%99.22%-
XYZ60.738.4179.08-
YUV168.2162.88188.49-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 113 (44.53% from 255) = 18.96%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=42.45%
G=18.96%
B=38.59%

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
Decimal25311323000.550.090.01309.8697.2271.76
HexFD71E6037911366148
Octal375161346067111466141110
Binary1111110111100011110011001101111001110011011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71E6; }

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

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

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

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

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

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

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

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