#FD77E0

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

Shades of Pale Magenta #FD77E0

Tints of Pale Magenta #FD77E0

Color information

#FD77E0 (or 0xFD77E0) is unknown color: approx Pale Magenta. HEX triplet: FD, 77 and E0. RGB value is (253,119,224). Sum of RGB (Red+Green+Blue) = 253+119+224=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FD77E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD77E0 is #02881F. Grayscale: #AAAAAA. Windows color (decimal): -165920 or 14710781. OLE color: 14710781.

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

Color convert

RGB253119224-
CMYK00.530.110.01
HSL312.99º97.1%72.94%-
HSV(B)312.99º52.96%99.22%-
XYZ60.5639.4674.95-
YUV171.04157.89186.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.45%
GREEN value IS 119 (46.88% from 255) = 19.97%
BLUE value IS 224 (87.89% from 255) = 37.58%
R=42.45%
G=19.97%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311922400.530.110.01312.9997.172.94
HexFD77E0035B11396149
Octal375167340065131471141111
Binary1111110111101111110000001101011011110011100111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD77E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD77E0; }

 p { color: rgb(253,119,224); }

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

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

 a { background-color: rgb(253,119,224); }

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

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

 span { border-color: rgb(253,119,224); }

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