#F58ADD

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

Shades of Pale Magenta #F58ADD

Tints of Pale Magenta #F58ADD

Color information

#F58ADD (or 0xF58ADD) is unknown color: approx Pale Magenta. HEX triplet: F5, 8A and DD. RGB value is (245,138,221). Sum of RGB (Red+Green+Blue) = 245+138+221=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 138 (54.30% from 255 or 22.85% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ADD is #0A7522. Grayscale: #B3B3B3. Windows color (decimal): -685347 or 14519029. OLE color: 14519029.

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

Color convert

RGB245138221-
CMYK00.440.100.04
HSL313.46º84.25%75.1%-
HSV(B)313.46º43.67%96.08%-
XYZ59.842.8173.52-
YUV179.46151.45174.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 138 (54.30% from 255) = 22.85%
BLUE value IS 221 (86.72% from 255) = 36.59%
R=40.56%
G=22.85%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513822100.440.100.04313.4684.2575.1
HexF58ADD02CA4139544b
Octal365212335054124471124113
Binary1111010110001010110111010101100101010010011100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ADD; }

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

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

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

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

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

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

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

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