#F57ED4

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

Shades of Pale Magenta #F57ED4

Tints of Pale Magenta #F57ED4

Color information

#F57ED4 (or 0xF57ED4) is unknown color: approx Pale Magenta. HEX triplet: F5, 7E and D4. RGB value is (245,126,212). Sum of RGB (Red+Green+Blue) = 245+126+212=583 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.02% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ED4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ED4 is #0A812B. Grayscale: #ABABAB. Windows color (decimal): -688428 or 13926133. OLE color: 13926133.

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

Color convert

RGB245126212-
CMYK00.490.130.04
HSL316.64º85.61%72.75%-
HSV(B)316.64º48.57%96.08%-
XYZ5739.0966.83-
YUV171.38150.92180.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.02%
GREEN value IS 126 (49.61% from 255) = 21.61%
BLUE value IS 212 (83.20% from 255) = 36.36%
R=42.02%
G=21.61%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512621200.490.130.04316.6485.6172.75
HexF57ED4031D413d5649
Octal365176324061154475126111
Binary111101011111110110101000110001110110010011110110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57ED4; }

 p { color: rgb(245,126,212); }

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

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

 a { background-color: rgb(245,126,212); }

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

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

 span { border-color: rgb(245,126,212); }

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