#F590ED

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

Shades of Pale Magenta #F590ED

Tints of Pale Magenta #F590ED

Color information

#F590ED (or 0xF590ED) is unknown color: approx Pale Magenta. HEX triplet: F5, 90 and ED. RGB value is (245,144,237). Sum of RGB (Red+Green+Blue) = 245+144+237=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 144 (56.64% from 255 or 23.00% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F590ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F590ED is #0A6F12. Grayscale: #B8B8B8. Windows color (decimal): -683795 or 15569141. OLE color: 15569141.

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

Color convert

RGB245144237-
CMYK00.410.030.04
HSL304.75º83.47%76.27%-
HSV(B)304.75º41.22%96.08%-
XYZ62.9245.4785.58-
YUV184.8157.46170.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.14%
GREEN value IS 144 (56.64% from 255) = 23.00%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=39.14%
G=23.00%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514423700.410.030.04304.7583.4776.27
HexF590ED02934131534c
Octal36522035505134461123114
Binary11110101100100001110110101010011110010011000110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590ED; }

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

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

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

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

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

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

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

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