#FD71E9

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

Shades of Pale Magenta #FD71E9

Tints of Pale Magenta #FD71E9

Color information

#FD71E9 (or 0xFD71E9) is unknown color: approx Pale Magenta. HEX triplet: FD, 71 and E9. RGB value is (253,113,233). Sum of RGB (Red+Green+Blue) = 253+113+233=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 113 (44.53% from 255 or 18.86% from 599); Blue value is 233 (91.41% from 255 or 38.90% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FD71E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD71E9 is #028E16. Grayscale: #A8A8A8. Windows color (decimal): -167447 or 15299069. OLE color: 15299069.

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

Color convert

RGB253113233-
CMYK00.550.080.01
HSL308.57º97.22%71.76%-
HSV(B)308.57º55.34%99.22%-
XYZ61.1238.5881.32-
YUV168.54164.38188.24-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.24%
GREEN value IS 113 (44.53% from 255) = 18.86%
BLUE value IS 233 (91.41% from 255) = 38.90%
R=42.24%
G=18.86%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311323300.550.080.01308.5797.2271.76
HexFD71E9037811356148
Octal375161351067101465141110
Binary1111110111100011110100101101111000110011010111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD71E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD71E9; }

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

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

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

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

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

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

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

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