#FD7FE1

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

Shades of Pale Magenta #FD7FE1

Tints of Pale Magenta #FD7FE1

Color information

#FD7FE1 (or 0xFD7FE1) is unknown color: approx Pale Magenta. HEX triplet: FD, 7F and E1. RGB value is (253,127,225). Sum of RGB (Red+Green+Blue) = 253+127+225=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 127 (50% from 255 or 20.99% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7FE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD7FE1 is #02801E. Grayscale: #AFAFAF. Windows color (decimal): -163871 or 14778365. OLE color: 14778365.

HSL color Cylindrical-coordinate representation of color #FD7FE1: hue angle of 313.33º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7FE1 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.01.

Color convert

RGB253127225-
CMYK00.500.110.01
HSL313.33º96.92%74.51%-
HSV(B)313.33º49.8%99.22%-
XYZ61.6941.575.99-
YUV175.85155.74183.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.82%
GREEN value IS 127 (50% from 255) = 20.99%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=41.82%
G=20.99%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312722500.500.110.01313.3396.9274.51
HexFD7FE1032B1139614b
Octal375177341062131471141113
Binary1111110111111111110000101100101011110011100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7FE1; }

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

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

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

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

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

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

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

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