#F581E6

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

Shades of Pale Magenta #F581E6

Tints of Pale Magenta #F581E6

Color information

#F581E6 (or 0xF581E6) is unknown color: approx Pale Magenta. HEX triplet: F5, 81 and E6. RGB value is (245,129,230). Sum of RGB (Red+Green+Blue) = 245+129+230=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 129 (50.78% from 255 or 21.36% from 604); Blue value is 230 (90.23% from 255 or 38.08% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F581E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581E6 is #0A7E19. Grayscale: #AEAEAE. Windows color (decimal): -687642 or 15106549. OLE color: 15106549.

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

Color convert

RGB245129230-
CMYK00.470.060.04
HSL307.76º85.29%73.33%-
HSV(B)307.76º47.35%96.08%-
XYZ59.7940.8379.59-
YUV175.2158.93177.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 129 (50.78% from 255) = 21.36%
BLUE value IS 230 (90.23% from 255) = 38.08%
R=40.56%
G=21.36%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512923000.470.060.04307.7685.2973.33
HexF581E602F641345549
Octal36520134605764464125111
Binary111101011000000111100110010111111010010011010010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581E6; }

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

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

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

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

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

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

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

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