#F581DA

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

Shades of Pale Magenta #F581DA

Tints of Pale Magenta #F581DA

Color information

#F581DA (or 0xF581DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 81 and DA. RGB value is (245,129,218). Sum of RGB (Red+Green+Blue) = 245+129+218=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 129 (50.78% from 255 or 21.79% from 592); Blue value is 218 (85.55% from 255 or 36.82% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F581DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581DA is #0A7E25. Grayscale: #ADADAD. Windows color (decimal): -687654 or 14320117. OLE color: 14320117.

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

Color convert

RGB245129218-
CMYK00.470.110.04
HSL313.97º85.29%73.33%-
HSV(B)313.97º47.35%96.08%-
XYZ58.1640.1771.02-
YUV173.83152.93178.76-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.39%
GREEN value IS 129 (50.78% from 255) = 21.79%
BLUE value IS 218 (85.55% from 255) = 36.82%
R=41.39%
G=21.79%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512921800.470.110.04313.9785.2973.33
HexF581DA02FB413a5549
Octal365201332057134472125111
Binary1111010110000001110110100101111101110010011101010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581DA; }

 p { color: rgb(245,129,218); }

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

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

 a { background-color: rgb(245,129,218); }

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

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

 span { border-color: rgb(245,129,218); }

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