#F58DDC

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

Shades of Pale Magenta #F58DDC

Tints of Pale Magenta #F58DDC

Color information

#F58DDC (or 0xF58DDC) is unknown color: approx Pale Magenta. HEX triplet: F5, 8D and DC. RGB value is (245,141,220). Sum of RGB (Red+Green+Blue) = 245+141+220=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DDC is #0A7223. Grayscale: #B4B4B4. Windows color (decimal): -684580 or 14454261. OLE color: 14454261.

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

Color convert

RGB245141220-
CMYK00.420.100.04
HSL314.42º83.87%75.69%-
HSV(B)314.42º42.45%96.08%-
XYZ60.143.6372.96-
YUV181.1149.96173.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 141 (55.47% from 255) = 23.27%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=40.43%
G=23.27%
B=36.30%

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
Decimal24514122000.420.100.04314.4283.8775.69
HexF58DDC02AA413a544c
Octal365215334052124472124114
Binary1111010110001101110111000101010101010010011101010101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58DDC; }

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

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

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

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

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

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

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

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