#F58EE0

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

Shades of Pale Magenta #F58EE0

Tints of Pale Magenta #F58EE0

Color information

#F58EE0 (or 0xF58EE0) is unknown color: approx Pale Magenta. HEX triplet: F5, 8E and E0. RGB value is (245,142,224). Sum of RGB (Red+Green+Blue) = 245+142+224=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 142 (55.86% from 255 or 23.24% from 611); Blue value is 224 (87.89% from 255 or 36.66% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EE0 is #0A711F. Grayscale: #B5B5B5. Windows color (decimal): -684320 or 14716661. OLE color: 14716661.

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

Color convert

RGB245142224-
CMYK00.420.090.04
HSL312.23º83.74%75.88%-
HSV(B)312.23º42.04%96.08%-
XYZ60.7844.1475.84-
YUV182.14151.62172.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 142 (55.86% from 255) = 23.24%
BLUE value IS 224 (87.89% from 255) = 36.66%
R=40.10%
G=23.24%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514222400.420.090.04312.2383.7475.88
HexF58EE002A94138544c
Octal365216340052114470124114
Binary1111010110001110111000000101010100110010011100010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EE0; }

 p { color: rgb(245,142,224); }

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

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

 a { background-color: rgb(245,142,224); }

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

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

 span { border-color: rgb(245,142,224); }

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