#F581DE

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

Shades of Pale Magenta #F581DE

Tints of Pale Magenta #F581DE

Color information

#F581DE (or 0xF581DE) is unknown color: approx Pale Magenta. HEX triplet: F5, 81 and DE. RGB value is (245,129,222). Sum of RGB (Red+Green+Blue) = 245+129+222=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 129 (50.78% from 255 or 21.64% from 596); Blue value is 222 (87.11% from 255 or 37.25% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F581DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581DE is #0A7E21. Grayscale: #AEAEAE. Windows color (decimal): -687650 or 14582261. OLE color: 14582261.

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

Color convert

RGB245129222-
CMYK00.470.090.04
HSL311.9º85.29%73.33%-
HSV(B)311.9º47.35%96.08%-
XYZ58.6940.3973.81-
YUV174.29154.93178.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 129 (50.78% from 255) = 21.64%
BLUE value IS 222 (87.11% from 255) = 37.25%
R=41.11%
G=21.64%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512922200.470.090.04311.985.2973.33
HexF581DE02F941385549
Octal365201336057114470125111
Binary1111010110000001110111100101111100110010011100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581DE; }

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

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

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

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

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

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

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

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