#F586E2

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

Shades of Pale Magenta #F586E2

Tints of Pale Magenta #F586E2

Color information

#F586E2 (or 0xF586E2) is unknown color: approx Pale Magenta. HEX triplet: F5, 86 and E2. RGB value is (245,134,226). Sum of RGB (Red+Green+Blue) = 245+134+226=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F586E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586E2 is #0A791D. Grayscale: #B1B1B1. Windows color (decimal): -686366 or 14845685. OLE color: 14845685.

HSL color Cylindrical-coordinate representation of color #F586E2: hue angle of 310.27º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F586E2 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB245134226-
CMYK00.450.080.04
HSL310.27º84.73%74.31%-
HSV(B)310.27º45.31%96.08%-
XYZ59.9141.9576.89-
YUV177.68155.27176.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 134 (52.73% from 255) = 22.15%
BLUE value IS 226 (88.67% from 255) = 37.36%
R=40.50%
G=22.15%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513422600.450.080.04310.2784.7374.31
HexF586E202D84136554a
Octal365206342055104466125112
Binary1111010110000110111000100101101100010010011011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586E2; }

 p { color: rgb(245,134,226); }

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

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

 a { background-color: rgb(245,134,226); }

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

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

 span { border-color: rgb(245,134,226); }

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