#FF76E7

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

Shades of Pale Magenta #FF76E7

Tints of Pale Magenta #FF76E7

Color information

#FF76E7 (or 0xFF76E7) is unknown color: approx Pale Magenta. HEX triplet: FF, 76 and E7. RGB value is (255,118,231). Sum of RGB (Red+Green+Blue) = 255+118+231=604 (80% of max value = 765). Red value is 255 (100% from 255 or 42.22% from 604); Green value is 118 (46.48% from 255 or 19.54% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76E7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF76E7 is #008918. Grayscale: #ABABAB. Windows color (decimal): -35097 or 15169279. OLE color: 15169279.

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

Color convert

RGB255118231-
CMYK00.540.090
HSL310.51º100%73.14%-
HSV(B)310.51º53.73%100%-
XYZ62.1439.9980.04-
YUV171.84161.39187.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.22%
GREEN value IS 118 (46.48% from 255) = 19.54%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=42.22%
G=19.54%
B=38.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511823100.540.090310.5110073.14
HexFF76E7036901376449
Octal377166347066110467144111
Binary1111111111101101110011101101101001010011011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF76E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF76E7; }

 p { color: rgb(255,118,231); }

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

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

 a { background-color: rgb(255,118,231); }

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

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

 span { border-color: rgb(255,118,231); }

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