#F58AE9

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

Shades of Pale Magenta #F58AE9

Tints of Pale Magenta #F58AE9

Color information

#F58AE9 (or 0xF58AE9) is unknown color: approx Pale Magenta. HEX triplet: F5, 8A and E9. RGB value is (245,138,233). Sum of RGB (Red+Green+Blue) = 245+138+233=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 138 (54.30% from 255 or 22.40% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AE9 is #0A7516. Grayscale: #B4B4B4. Windows color (decimal): -685335 or 15305461. OLE color: 15305461.

HSL color Cylindrical-coordinate representation of color #F58AE9: hue angle of 306.73º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AE9 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB245138233-
CMYK00.440.050.04
HSL306.73º84.25%75.1%-
HSV(B)306.73º43.67%96.08%-
XYZ61.4543.4782.24-
YUV180.82157.45173.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.77%
GREEN value IS 138 (54.30% from 255) = 22.40%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=39.77%
G=22.40%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513823300.440.050.04306.7384.2575.1
HexF58AE902C54133544b
Octal36521235105454463124113
Binary111101011000101011101001010110010110010011001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58AE9; }

 p { color: rgb(245,138,233); }

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

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

 a { background-color: rgb(245,138,233); }

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

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

 span { border-color: rgb(245,138,233); }

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