#F585D4

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

Shades of Pale Magenta #F585D4

Tints of Pale Magenta #F585D4

Color information

#F585D4 (or 0xF585D4) is unknown color: approx Pale Magenta. HEX triplet: F5, 85 and D4. RGB value is (245,133,212). Sum of RGB (Red+Green+Blue) = 245+133+212=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 133 (52.34% from 255 or 22.54% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F585D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585D4 is #0A7A2B. Grayscale: #AFAFAF. Windows color (decimal): -686636 or 13927925. OLE color: 13927925.

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

Color convert

RGB245133212-
CMYK00.460.130.04
HSL317.68º84.85%74.12%-
HSV(B)317.68º45.71%96.08%-
XYZ57.9340.9467.14-
YUV175.49148.61177.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.53%
GREEN value IS 133 (52.34% from 255) = 22.54%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=41.53%
G=22.54%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513321200.460.130.04317.6884.8574.12
HexF585D402ED413e554a
Octal365205324056154476125112
Binary1111010110000101110101000101110110110010011111010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585D4; }

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

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

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

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

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

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

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

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