#F580DE

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

Shades of Pale Magenta #F580DE

Tints of Pale Magenta #F580DE

Color information

#F580DE (or 0xF580DE) is unknown color: approx Pale Magenta. HEX triplet: F5, 80 and DE. RGB value is (245,128,222). Sum of RGB (Red+Green+Blue) = 245+128+222=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F580DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580DE is #0A7F21. Grayscale: #ADADAD. Windows color (decimal): -687906 or 14582005. OLE color: 14582005.

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

Color convert

RGB245128222-
CMYK00.480.090.04
HSL311.79º85.4%73.14%-
HSV(B)311.79º47.76%96.08%-
XYZ58.5640.1273.77-
YUV173.7155.26178.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 222 (87.11% from 255) = 37.31%
R=41.18%
G=21.51%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512822200.480.090.04311.7985.473.14
HexF580DE030941385549
Octal365200336060114470125111
Binary1111010110000000110111100110000100110010011100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580DE; }

 p { color: rgb(245,128,222); }

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

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

 a { background-color: rgb(245,128,222); }

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

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

 span { border-color: rgb(245,128,222); }

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