#F58AE8

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

Shades of Pale Magenta #F58AE8

Tints of Pale Magenta #F58AE8

Color information

#F58AE8 (or 0xF58AE8) is unknown color: approx Pale Magenta. HEX triplet: F5, 8A and E8. RGB value is (245,138,232). Sum of RGB (Red+Green+Blue) = 245+138+232=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58AE8 is #0A7517. Grayscale: #B4B4B4. Windows color (decimal): -685336 or 15239925. OLE color: 15239925.

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

Color convert

RGB245138232-
CMYK00.440.050.04
HSL307.29º84.25%75.1%-
HSV(B)307.29º43.67%96.08%-
XYZ61.3143.4281.49-
YUV180.71156.95173.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 138 (54.30% from 255) = 22.44%
BLUE value IS 232 (91.02% from 255) = 37.72%
R=39.84%
G=22.44%
B=37.72%

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
Decimal24513823200.440.050.04307.2984.2575.1
HexF58AE802C54133544b
Octal36521235005454463124113
Binary111101011000101011101000010110010110010011001110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58AE8; }

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

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

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

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

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

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

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

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