#F585DA

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

Shades of Pale Magenta #F585DA

Tints of Pale Magenta #F585DA

Color information

#F585DA (or 0xF585DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 85 and DA. RGB value is (245,133,218). Sum of RGB (Red+Green+Blue) = 245+133+218=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 133 (52.34% from 255 or 22.32% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DA is #0A7A25. Grayscale: #AFAFAF. Windows color (decimal): -686630 or 14321141. OLE color: 14321141.

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

Color convert

RGB245133218-
CMYK00.460.110.04
HSL314.46º84.85%74.12%-
HSV(B)314.46º45.71%96.08%-
XYZ58.741.2571.2-
YUV176.18151.61177.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 133 (52.34% from 255) = 22.32%
BLUE value IS 218 (85.55% from 255) = 36.58%
R=41.11%
G=22.32%
B=36.58%

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
Decimal24513321800.460.110.04314.4684.8574.12
HexF585DA02EB413a554a
Octal365205332056134472125112
Binary1111010110000101110110100101110101110010011101010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585DA; }

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

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

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

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

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

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

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

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