#F590EC

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

Shades of Pale Magenta #F590EC

Tints of Pale Magenta #F590EC

Color information

#F590EC (or 0xF590EC) is unknown color: approx Pale Magenta. HEX triplet: F5, 90 and EC. RGB value is (245,144,236). Sum of RGB (Red+Green+Blue) = 245+144+236=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 144 (56.64% from 255 or 23.04% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F590EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590EC is #0A6F13. Grayscale: #B8B8B8. Windows color (decimal): -683796 or 15503605. OLE color: 15503605.

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

Color convert

RGB245144236-
CMYK00.410.040.04
HSL305.35º83.47%76.27%-
HSV(B)305.35º41.22%96.08%-
XYZ62.7745.4284.81-
YUV184.69156.96171.02-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 144 (56.64% from 255) = 23.04%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=39.2%
G=23.04%
B=37.76%

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
Decimal24514423600.410.040.04305.3583.4776.27
HexF590EC02944131534c
Octal36522035405144461123114
Binary111101011001000011101100010100110010010011000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590EC; }

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

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

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

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

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

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

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

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