#F587DA

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

Shades of Pale Magenta #F587DA

Tints of Pale Magenta #F587DA

Color information

#F587DA (or 0xF587DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 87 and DA. RGB value is (245,135,218). Sum of RGB (Red+Green+Blue) = 245+135+218=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F587DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587DA is #0A7825. Grayscale: #B1B1B1. Windows color (decimal): -686118 or 14321653. OLE color: 14321653.

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

Color convert

RGB245135218-
CMYK00.450.110.04
HSL314.73º84.62%74.51%-
HSV(B)314.73º44.9%96.08%-
XYZ58.9841.871.29-
YUV177.35150.94176.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 135 (53.12% from 255) = 22.58%
BLUE value IS 218 (85.55% from 255) = 36.45%
R=40.97%
G=22.58%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513521800.450.110.04314.7384.6274.51
HexF587DA02DB413b554b
Octal365207332055134473125113
Binary1111010110000111110110100101101101110010011101110101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F587DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F587DA; }

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

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

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

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

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

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

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

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