#FD75E9

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

Shades of Pale Magenta #FD75E9

Tints of Pale Magenta #FD75E9

Color information

#FD75E9 (or 0xFD75E9) is unknown color: approx Pale Magenta. HEX triplet: FD, 75 and E9. RGB value is (253,117,233). Sum of RGB (Red+Green+Blue) = 253+117+233=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 117 (46.09% from 255 or 19.40% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75E9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FD75E9 is #028A16. Grayscale: #AAAAAA. Windows color (decimal): -166423 or 15300093. OLE color: 15300093.

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

Color convert

RGB253117233-
CMYK00.540.080.01
HSL308.82º97.14%72.55%-
HSV(B)308.82º53.75%99.22%-
XYZ61.5839.4981.47-
YUV170.89163.06186.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.96%
GREEN value IS 117 (46.09% from 255) = 19.40%
BLUE value IS 233 (91.41% from 255) = 38.64%
R=41.96%
G=19.40%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311723300.540.080.01308.8297.1472.55
HexFD75E9036811356149
Octal375165351066101465141111
Binary1111110111101011110100101101101000110011010111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD75E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD75E9; }

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

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

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

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

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

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

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

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