#FF77E4

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

Shades of Pale Magenta #FF77E4

Tints of Pale Magenta #FF77E4

Color information

#FF77E4 (or 0xFF77E4) is unknown color: approx Pale Magenta. HEX triplet: FF, 77 and E4. RGB value is (255,119,228). Sum of RGB (Red+Green+Blue) = 255+119+228=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 119 (46.88% from 255 or 19.77% from 602); Blue value is 228 (89.45% from 255 or 37.87% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FF77E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF77E4 is #00881B. Grayscale: #ABABAB. Windows color (decimal): -34844 or 14972927. OLE color: 14972927.

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

Color convert

RGB255119228-
CMYK00.530.110
HSL311.91º100%73.33%-
HSV(B)311.91º53.33%100%-
XYZ61.8440.0677.87-
YUV172.09159.56187.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 119 (46.88% from 255) = 19.77%
BLUE value IS 228 (89.45% from 255) = 37.87%
R=42.36%
G=19.77%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511922800.530.110311.9110073.33
HexFF77E4035B01386449
Octal377167344065130470144111
Binary1111111111101111110010001101011011010011100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF77E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF77E4; }

 p { color: rgb(255,119,228); }

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

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

 a { background-color: rgb(255,119,228); }

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

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

 span { border-color: rgb(255,119,228); }

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