#F57DE7

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

Shades of Pale Magenta #F57DE7

Tints of Pale Magenta #F57DE7

Color information

#F57DE7 (or 0xF57DE7) is unknown color: approx Pale Magenta. HEX triplet: F5, 7D and E7. RGB value is (245,125,231). Sum of RGB (Red+Green+Blue) = 245+125+231=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 125 (49.22% from 255 or 20.80% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F57DE7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57DE7 is #0A8218. Grayscale: #ACACAC. Windows color (decimal): -688665 or 15171061. OLE color: 15171061.

HSL color Cylindrical-coordinate representation of color #F57DE7: hue angle of 307º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57DE7 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB245125231-
CMYK00.490.060.04
HSL307º85.71%72.55%-
HSV(B)307º48.98%96.08%-
XYZ59.4139.8580.16-
YUV172.96160.76179.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 125 (49.22% from 255) = 20.80%
BLUE value IS 231 (90.62% from 255) = 38.44%
R=40.77%
G=20.80%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512523100.490.060.0430785.7172.55
HexF57DE7031641335649
Octal36517534706164463126111
Binary11110101111110111100111011000111010010011001110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57DE7; }

 p { color: rgb(245,125,231); }

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

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

 a { background-color: rgb(245,125,231); }

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

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

 span { border-color: rgb(245,125,231); }

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