#F591EC

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

Shades of Pale Magenta #F591EC

Tints of Pale Magenta #F591EC

Color information

#F591EC (or 0xF591EC) is unknown color: approx Pale Magenta. HEX triplet: F5, 91 and EC. RGB value is (245,145,236). Sum of RGB (Red+Green+Blue) = 245+145+236=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 145 (57.03% from 255 or 23.16% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F591EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591EC is #0A6E13. Grayscale: #B9B9B9. Windows color (decimal): -683540 or 15503861. OLE color: 15503861.

HSL color Cylindrical-coordinate representation of color #F591EC: hue angle of 305.4º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F591EC is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB245145236-
CMYK00.410.040.04
HSL305.4º83.33%76.47%-
HSV(B)305.4º40.82%96.08%-
XYZ62.9245.7284.87-
YUV185.27156.63170.6-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.14%
GREEN value IS 145 (57.03% from 255) = 23.16%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=39.14%
G=23.16%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514523600.410.040.04305.483.3376.47
HexF591EC02944131534c
Octal36522135405144461123114
Binary111101011001000111101100010100110010010011000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591EC; }

 p { color: rgb(245,145,236); }

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

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

 a { background-color: rgb(245,145,236); }

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

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

 span { border-color: rgb(245,145,236); }

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