#F58EDC

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

Shades of Pale Magenta #F58EDC

Tints of Pale Magenta #F58EDC

Color information

#F58EDC (or 0xF58EDC) is unknown color: approx Pale Magenta. HEX triplet: F5, 8E and DC. RGB value is (245,142,220). Sum of RGB (Red+Green+Blue) = 245+142+220=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58EDC is #0A7123. Grayscale: #B5B5B5. Windows color (decimal): -684324 or 14454517. OLE color: 14454517.

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

Color convert

RGB245142220-
CMYK00.420.100.04
HSL314.56º83.74%75.88%-
HSV(B)314.56º42.04%96.08%-
XYZ60.2543.9373.01-
YUV181.69149.62173.16-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=40.36%
G=23.39%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514222000.420.100.04314.5683.7475.88
HexF58EDC02AA413b544c
Octal365216334052124473124114
Binary1111010110001110110111000101010101010010011101110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58EDC; }

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

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

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

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

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

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

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

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