#F57AE5

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

Shades of Pale Magenta #F57AE5

Tints of Pale Magenta #F57AE5

Color information

#F57AE5 (or 0xF57AE5) is unknown color: approx Pale Magenta. HEX triplet: F5, 7A and E5. RGB value is (245,122,229). Sum of RGB (Red+Green+Blue) = 245+122+229=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 122 (48.05% from 255 or 20.47% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F57AE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57AE5 is #0A851A. Grayscale: #AAAAAA. Windows color (decimal): -689435 or 15039221. OLE color: 15039221.

HSL color Cylindrical-coordinate representation of color #F57AE5: hue angle of 307.8º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F57AE5 is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB245122229-
CMYK00.500.070.04
HSL307.8º86.01%71.96%-
HSV(B)307.8º50.2%96.08%-
XYZ58.7638.9978.56-
YUV170.97160.75180.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 122 (48.05% from 255) = 20.47%
BLUE value IS 229 (89.84% from 255) = 38.42%
R=41.11%
G=20.47%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512222900.500.070.04307.886.0171.96
HexF57AE5032741345648
Octal36517234506274464126110
Binary11110101111101011100101011001011110010011010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57AE5; }

 p { color: rgb(245,122,229); }

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

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

 a { background-color: rgb(245,122,229); }

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

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

 span { border-color: rgb(245,122,229); }

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