#F581E3

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

Shades of Pale Magenta #F581E3

Tints of Pale Magenta #F581E3

Color information

#F581E3 (or 0xF581E3) is unknown color: approx Pale Magenta. HEX triplet: F5, 81 and E3. RGB value is (245,129,227). Sum of RGB (Red+Green+Blue) = 245+129+227=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 227 (89.06% from 255 or 37.77% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F581E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581E3 is #0A7E1C. Grayscale: #AEAEAE. Windows color (decimal): -687645 or 14909941. OLE color: 14909941.

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

Color convert

RGB245129227-
CMYK00.470.070.04
HSL309.31º85.29%73.33%-
HSV(B)309.31º47.35%96.08%-
XYZ59.3740.6677.39-
YUV174.86157.43178.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 129 (50.78% from 255) = 21.46%
BLUE value IS 227 (89.06% from 255) = 37.77%
R=40.77%
G=21.46%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512922700.470.070.04309.3185.2973.33
HexF581E302F741355549
Octal36520134305774465125111
Binary111101011000000111100011010111111110010011010110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581E3; }

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

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

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

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

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

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

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

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