#F581EA

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

Shades of Pale Magenta #F581EA

Tints of Pale Magenta #F581EA

Color information

#F581EA (or 0xF581EA) is unknown color: approx Pale Magenta. HEX triplet: F5, 81 and EA. RGB value is (245,129,234). Sum of RGB (Red+Green+Blue) = 245+129+234=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F581EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F581EA is #0A7E15. Grayscale: #AFAFAF. Windows color (decimal): -687638 or 15368693. OLE color: 15368693.

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

Color convert

RGB245129234-
CMYK00.470.040.04
HSL305.69º85.29%73.33%-
HSV(B)305.69º47.35%96.08%-
XYZ60.3641.0582.58-
YUV175.65160.93177.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 129 (50.78% from 255) = 21.22%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=40.30%
G=21.22%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512923400.470.040.04305.6985.2973.33
HexF581EA02F441325549
Octal36520135205744462125111
Binary111101011000000111101010010111110010010011001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581EA; }

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

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

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

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

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

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

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

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