#F57EE3

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

Shades of Pale Magenta #F57EE3

Tints of Pale Magenta #F57EE3

Color information

#F57EE3 (or 0xF57EE3) is unknown color: approx Pale Magenta. HEX triplet: F5, 7E and E3. RGB value is (245,126,227). Sum of RGB (Red+Green+Blue) = 245+126+227=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 227 (89.06% from 255 or 37.96% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F57EE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57EE3 is #0A811C. Grayscale: #ACACAC. Windows color (decimal): -688413 or 14909173. OLE color: 14909173.

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

Color convert

RGB245126227-
CMYK00.490.070.04
HSL309.08º85.61%72.75%-
HSV(B)309.08º48.57%96.08%-
XYZ58.9839.8877.26-
YUV173.09158.42179.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 126 (49.61% from 255) = 21.07%
BLUE value IS 227 (89.06% from 255) = 37.96%
R=40.97%
G=21.07%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512622700.490.070.04309.0885.6172.75
HexF57EE3031741355649
Octal36517634306174465126111
Binary11110101111111011100011011000111110010011010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57EE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57EE3; }

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

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

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

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

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

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

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

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