#F58DE7

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

Shades of Pale Magenta #F58DE7

Tints of Pale Magenta #F58DE7

Color information

#F58DE7 (or 0xF58DE7) is unknown color: approx Pale Magenta. HEX triplet: F5, 8D and E7. RGB value is (245,141,231). Sum of RGB (Red+Green+Blue) = 245+141+231=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 141 (55.47% from 255 or 22.85% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F58DE7 is #0A7218. Grayscale: #B6B6B6. Windows color (decimal): -684569 or 15175157. OLE color: 15175157.

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

Color convert

RGB245141231-
CMYK00.420.060.04
HSL308.08º83.87%75.69%-
HSV(B)308.08º42.45%96.08%-
XYZ61.644.2380.89-
YUV182.36155.46172.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 141 (55.47% from 255) = 22.85%
BLUE value IS 231 (90.62% from 255) = 37.44%
R=39.71%
G=22.85%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514123100.420.060.04308.0883.8775.69
HexF58DE702A64134544c
Octal36521534705264464124114
Binary111101011000110111100111010101011010010011010010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DE7; }

 p { color: rgb(245,141,231); }

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

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

 a { background-color: rgb(245,141,231); }

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

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

 span { border-color: rgb(245,141,231); }

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