#F588D4

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

Shades of Pale Magenta #F588D4

Tints of Pale Magenta #F588D4

Color information

#F588D4 (or 0xF588D4) is unknown color: approx Pale Magenta. HEX triplet: F5, 88 and D4. RGB value is (245,136,212). Sum of RGB (Red+Green+Blue) = 245+136+212=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F588D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588D4 is #0A772B. Grayscale: #B1B1B1. Windows color (decimal): -685868 or 13928693. OLE color: 13928693.

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

Color convert

RGB245136212-
CMYK00.440.130.04
HSL318.17º84.5%74.71%-
HSV(B)318.17º44.49%96.08%-
XYZ58.3441.7767.28-
YUV177.26147.61176.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 212 (83.20% from 255) = 35.75%
R=41.32%
G=22.93%
B=35.75%

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
Decimal24513621200.440.130.04318.1784.574.71
HexF588D402CD413e544b
Octal365210324054154476124113
Binary1111010110001000110101000101100110110010011111010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F588D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F588D4; }

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

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

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

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

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

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

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

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