#FF80ED

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

Shades of Pale Magenta #FF80ED

Tints of Pale Magenta #FF80ED

Color information

#FF80ED (or 0xFF80ED) is unknown color: approx Pale Magenta. HEX triplet: FF, 80 and ED. RGB value is (255,128,237). Sum of RGB (Red+Green+Blue) = 255+128+237=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 128 (50.39% from 255 or 20.65% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF80ED is #007F12. Grayscale: #B2B2B2. Windows color (decimal): -32531 or 15565055. OLE color: 15565055.

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

Color convert

RGB255128237-
CMYK00.500.070
HSL308.5º100%75.1%-
HSV(B)308.5º49.8%100%-
XYZ64.2542.8185-
YUV178.4161.08182.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.13%
GREEN value IS 128 (50.39% from 255) = 20.65%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=41.13%
G=20.65%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512823700.500.070308.510075.1
HexFF80ED03270135644b
Octal37720035506270465144113
Binary1111111110000000111011010110010111010011010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF80ED; }

 p { color: rgb(255,128,237); }

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

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

 a { background-color: rgb(255,128,237); }

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

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

 span { border-color: rgb(255,128,237); }

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