#F585DF

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

Shades of Pale Magenta #F585DF

Tints of Pale Magenta #F585DF

Color information

#F585DF (or 0xF585DF) is unknown color: approx Pale Magenta. HEX triplet: F5, 85 and DF. RGB value is (245,133,223). Sum of RGB (Red+Green+Blue) = 245+133+223=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 133 (52.34% from 255 or 22.13% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F585DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585DF is #0A7A20. Grayscale: #B0B0B0. Windows color (decimal): -686625 or 14648821. OLE color: 14648821.

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

Color convert

RGB245133223-
CMYK00.460.090.04
HSL311.79º84.85%74.12%-
HSV(B)311.79º45.71%96.08%-
XYZ59.3641.5274.7-
YUV176.75154.11176.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 133 (52.34% from 255) = 22.13%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=40.77%
G=22.13%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513322300.460.090.04311.7984.8574.12
HexF585DF02E94138554a
Octal365205337056114470125112
Binary1111010110000101110111110101110100110010011100010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585DF; }

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

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

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

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

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

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

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

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