#F586E0

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

Shades of Pale Magenta #F586E0

Tints of Pale Magenta #F586E0

Color information

#F586E0 (or 0xF586E0) is unknown color: approx Pale Magenta. HEX triplet: F5, 86 and E0. RGB value is (245,134,224). Sum of RGB (Red+Green+Blue) = 245+134+224=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 134 (52.73% from 255 or 22.22% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F586E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F586E0 is #0A791F. Grayscale: #B1B1B1. Windows color (decimal): -686368 or 14714613. OLE color: 14714613.

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

Color convert

RGB245134224-
CMYK00.450.090.04
HSL311.35º84.73%74.31%-
HSV(B)311.35º45.31%96.08%-
XYZ59.6441.8475.45-
YUV177.45154.27176.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 134 (52.73% from 255) = 22.22%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=40.63%
G=22.22%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513422400.450.090.04311.3584.7374.31
HexF586E002D94137554a
Octal365206340055114467125112
Binary1111010110000110111000000101101100110010011011110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F586E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F586E0; }

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

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

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

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

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

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

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

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