#F57FE4

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

Shades of Pale Magenta #F57FE4

Tints of Pale Magenta #F57FE4

Color information

#F57FE4 (or 0xF57FE4) is unknown color: approx Pale Magenta. HEX triplet: F5, 7F and E4. RGB value is (245,127,228). Sum of RGB (Red+Green+Blue) = 245+127+228=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 127 (50% from 255 or 21.17% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57FE4 is #0A801B. Grayscale: #ADADAD. Windows color (decimal): -688156 or 14974965. OLE color: 14974965.

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

Color convert

RGB245127228-
CMYK00.480.070.04
HSL308.64º85.51%72.94%-
HSV(B)308.64º48.16%96.08%-
XYZ59.2540.1978.03-
YUV173.8158.59178.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.83%
GREEN value IS 127 (50% from 255) = 21.17%
BLUE value IS 228 (89.45% from 255) = 38%
R=40.83%
G=21.17%
B=38%

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
Decimal24512722800.480.070.04308.6485.5172.94
HexF57FE4030741355649
Octal36517734406074465126111
Binary11110101111111111100100011000011110010011010110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57FE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57FE4; }

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

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

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

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

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

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

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

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