#F57FEA

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

Shades of Pale Magenta #F57FEA

Tints of Pale Magenta #F57FEA

Color information

#F57FEA (or 0xF57FEA) is unknown color: approx Pale Magenta. HEX triplet: F5, 7F and EA. RGB value is (245,127,234). Sum of RGB (Red+Green+Blue) = 245+127+234=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 127 (50% from 255 or 20.96% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F57FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F57FEA is #0A8015. Grayscale: #AEAEAE. Windows color (decimal): -688150 or 15368181. OLE color: 15368181.

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

Color convert

RGB245127234-
CMYK00.480.040.04
HSL305.59º85.51%72.94%-
HSV(B)305.59º48.16%96.08%-
XYZ60.140.5382.5-
YUV174.48161.59178.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 127 (50% from 255) = 20.96%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=40.43%
G=20.96%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512723400.480.040.04305.5985.5172.94
HexF57FEA030441325649
Octal36517735206044462126111
Binary11110101111111111101010011000010010010011001010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57FEA; }

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

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

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

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

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

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

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

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