#F591EB

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

Shades of Pale Magenta #F591EB

Tints of Pale Magenta #F591EB

Color information

#F591EB (or 0xF591EB) is unknown color: approx Pale Magenta. HEX triplet: F5, 91 and EB. RGB value is (245,145,235). Sum of RGB (Red+Green+Blue) = 245+145+235=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 145 (57.03% from 255 or 23.2% from 625); Blue value is 235 (92.19% from 255 or 37.6% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F591EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F591EB is #0A6E14. Grayscale: #B8B8B8. Windows color (decimal): -683541 or 15438325. OLE color: 15438325.

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

Color convert

RGB245145235-
CMYK00.410.040.04
HSL306º83.33%76.47%-
HSV(B)306º40.82%96.08%-
XYZ62.7845.6684.1-
YUV185.16156.13170.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.2%
GREEN value IS 145 (57.03% from 255) = 23.2%
BLUE value IS 235 (92.19% from 255) = 37.6%
R=39.2%
G=23.2%
B=37.6%

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
Decimal24514523500.410.040.0430683.3376.47
HexF591EB02944132534c
Octal36522135305144462123114
Binary111101011001000111101011010100110010010011001010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F591EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F591EB; }

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

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

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

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

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

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

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

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