#F580DA

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

Shades of Pale Magenta #F580DA

Tints of Pale Magenta #F580DA

Color information

#F580DA (or 0xF580DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 80 and DA. RGB value is (245,128,218). Sum of RGB (Red+Green+Blue) = 245+128+218=591 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.46% from 591); Green value is 128 (50.39% from 255 or 21.66% from 591); Blue value is 218 (85.55% from 255 or 36.89% from 591); Max value from RGB is 245 - color contains mainly: red. Hex color #F580DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580DA is #0A7F25. Grayscale: #ACACAC. Windows color (decimal): -687910 or 14319861. OLE color: 14319861.

HSL color Cylindrical-coordinate representation of color #F580DA: hue angle of 313.85º 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 #F580DA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB245128218-
CMYK00.480.110.04
HSL313.85º85.4%73.14%-
HSV(B)313.85º47.76%96.08%-
XYZ58.0339.9170.98-
YUV173.24153.26179.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.46%
GREEN value IS 128 (50.39% from 255) = 21.66%
BLUE value IS 218 (85.55% from 255) = 36.89%
R=41.46%
G=21.66%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512821800.480.110.04313.8585.473.14
HexF580DA030B413a5549
Octal365200332060134472125111
Binary1111010110000000110110100110000101110010011101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580DA; }

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

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

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

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

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

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

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

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