#f57fe3

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

Shades of Pale Magenta #F57FE3

Tints of Pale Magenta #F57FE3

Color information

#F57FE3 (or 0xF57FE3) is unknown color: approx Pale Magenta. HEX triplet: F5, 7F and E3. RGB value is (245,127,227). Sum of RGB (Red+Green+Blue) = 245+127+227=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 127 (50% from 255 or 21.20% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FE3 is #0A801C. Grayscale: #ADADAD. Windows color (decimal): -688157 or 14909429. OLE color: 14909429.

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

Color convert

RGB245127227-
CMYK00.480.070.04
HSL309.15º85.51%72.94%-
HSV(B)309.15º48.16%96.08%-
XYZ59.1140.1477.3-
YUV173.68158.09178.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 127 (50% from 255) = 21.20%
BLUE value IS 227 (89.06% from 255) = 37.90%
R=40.90%
G=21.20%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512722700.480.070.04309.1585.5172.94
HexF57FE3030741355649
Octal36517734306074465126111
Binary11110101111111111100011011000011110010011010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57fe3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57fe3; }

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

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

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

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

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

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

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

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