#FD75E1

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

Shades of Pale Magenta #FD75E1

Tints of Pale Magenta #FD75E1

Color information

#FD75E1 (or 0xFD75E1) is unknown color: approx Pale Magenta. HEX triplet: FD, 75 and E1. RGB value is (253,117,225). Sum of RGB (Red+Green+Blue) = 253+117+225=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 117 (46.09% from 255 or 19.66% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FD75E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD75E1 is #028A1E. Grayscale: #A9A9A9. Windows color (decimal): -166431 or 14775805. OLE color: 14775805.

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

Color convert

RGB253117225-
CMYK00.540.110.01
HSL312.35º97.14%72.55%-
HSV(B)312.35º53.75%99.22%-
XYZ60.4639.0475.58-
YUV169.98159.06187.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.52%
GREEN value IS 117 (46.09% from 255) = 19.66%
BLUE value IS 225 (88.28% from 255) = 37.82%
R=42.52%
G=19.66%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311722500.540.110.01312.3597.1472.55
HexFD75E1036B11386149
Octal375165341066131470141111
Binary1111110111101011110000101101101011110011100011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD75E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD75E1; }

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

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

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

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

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

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

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

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