#F58ADE

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

Shades of Pale Magenta #F58ADE

Tints of Pale Magenta #F58ADE

Color information

#F58ADE (or 0xF58ADE) is unknown color: approx Pale Magenta. HEX triplet: F5, 8A and DE. RGB value is (245,138,222). Sum of RGB (Red+Green+Blue) = 245+138+222=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 138 (54.30% from 255 or 22.81% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F58ADE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58ADE is #0A7521. Grayscale: #B3B3B3. Windows color (decimal): -685346 or 14584565. OLE color: 14584565.

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

Color convert

RGB245138222-
CMYK00.440.090.04
HSL312.9º84.25%75.1%-
HSV(B)312.9º43.67%96.08%-
XYZ59.9342.8674.22-
YUV179.57151.95174.67-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 138 (54.30% from 255) = 22.81%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=40.50%
G=22.81%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513822200.440.090.04312.984.2575.1
HexF58ADE02C94139544b
Octal365212336054114471124113
Binary1111010110001010110111100101100100110010011100110101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58ADE; }

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

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

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

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

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

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

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

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