#F584DC

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

Shades of Pale Magenta #F584DC

Tints of Pale Magenta #F584DC

Color information

#F584DC (or 0xF584DC) is unknown color: approx Pale Magenta. HEX triplet: F5, 84 and DC. RGB value is (245,132,220). Sum of RGB (Red+Green+Blue) = 245+132+220=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 132 (51.95% from 255 or 22.11% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F584DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584DC is #0A7B23. Grayscale: #AFAFAF. Windows color (decimal): -686884 or 14451957. OLE color: 14451957.

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

Color convert

RGB245132220-
CMYK00.460.100.04
HSL313.27º84.96%73.92%-
HSV(B)313.27º46.12%96.08%-
XYZ58.8341.0872.54-
YUV175.82152.94177.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 132 (51.95% from 255) = 22.11%
BLUE value IS 220 (86.33% from 255) = 36.85%
R=41.04%
G=22.11%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513222000.460.100.04313.2784.9673.92
HexF584DC02EA4139554a
Octal365204334056124471125112
Binary1111010110000100110111000101110101010010011100110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F584DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F584DC; }

 p { color: rgb(245,132,220); }

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

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

 a { background-color: rgb(245,132,220); }

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

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

 span { border-color: rgb(245,132,220); }

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