#F584DA

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

Shades of Pale Magenta #F584DA

Tints of Pale Magenta #F584DA

Color information

#F584DA (or 0xF584DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 84 and DA. RGB value is (245,132,218). Sum of RGB (Red+Green+Blue) = 245+132+218=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 132 (51.95% from 255 or 22.18% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F584DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584DA is #0A7B25. Grayscale: #AFAFAF. Windows color (decimal): -686886 or 14320885. OLE color: 14320885.

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

Color convert

RGB245132218-
CMYK00.460.110.04
HSL314.34º84.96%73.92%-
HSV(B)314.34º46.12%96.08%-
XYZ58.5640.9871.15-
YUV175.59151.94177.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 132 (51.95% from 255) = 22.18%
BLUE value IS 218 (85.55% from 255) = 36.64%
R=41.18%
G=22.18%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513221800.460.110.04314.3484.9673.92
HexF584DA02EB413a554a
Octal365204332056134472125112
Binary1111010110000100110110100101110101110010011101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F584DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F584DA; }

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

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

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

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

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

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

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

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