#F580DF

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

Shades of Pale Magenta #F580DF

Tints of Pale Magenta #F580DF

Color information

#F580DF (or 0xF580DF) is unknown color: approx Pale Magenta. HEX triplet: F5, 80 and DF. RGB value is (245,128,223). Sum of RGB (Red+Green+Blue) = 245+128+223=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F580DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580DF is #0A7F20. Grayscale: #ADADAD. Windows color (decimal): -687905 or 14647541. OLE color: 14647541.

HSL color Cylindrical-coordinate representation of color #F580DF: hue angle of 311.28º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580DF is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245128223-
CMYK00.480.090.04
HSL311.28º85.4%73.14%-
HSV(B)311.28º47.76%96.08%-
XYZ58.6940.1874.47-
YUV173.81155.76178.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 128 (50.39% from 255) = 21.48%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=41.11%
G=21.48%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512822300.480.090.04311.2885.473.14
HexF580DF030941375549
Octal365200337060114467125111
Binary1111010110000000110111110110000100110010011011110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F580DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F580DF; }

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

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

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

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

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

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

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

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