#F588D5

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

Shades of Pale Magenta #F588D5

Tints of Pale Magenta #F588D5

Color information

#F588D5 (or 0xF588D5) is unknown color: approx Pale Magenta. HEX triplet: F5, 88 and D5. RGB value is (245,136,213). Sum of RGB (Red+Green+Blue) = 245+136+213=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F588D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588D5 is #0A772A. Grayscale: #B1B1B1. Windows color (decimal): -685867 or 13994229. OLE color: 13994229.

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

Color convert

RGB245136213-
CMYK00.440.130.04
HSL317.61º84.5%74.71%-
HSV(B)317.61º44.49%96.08%-
XYZ58.4741.8267.94-
YUV177.37148.11176.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=41.25%
G=22.90%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513621300.440.130.04317.6184.574.71
HexF588D502CD413e544b
Octal365210325054154476124113
Binary1111010110001000110101010101100110110010011111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F588D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F588D5; }

 p { color: rgb(245,136,213); }

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

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

 a { background-color: rgb(245,136,213); }

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

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

 span { border-color: rgb(245,136,213); }

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