#f57ce1

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

Shades of Pale Magenta #F57CE1

Tints of Pale Magenta #F57CE1

Color information

#F57CE1 (or 0xF57CE1) is unknown color: approx Pale Magenta. HEX triplet: F5, 7C and E1. RGB value is (245,124,225). Sum of RGB (Red+Green+Blue) = 245+124+225=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 124 (48.83% from 255 or 20.88% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F57CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57CE1 is #0A831E. Grayscale: #ABABAB. Windows color (decimal): -688927 or 14777589. OLE color: 14777589.

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

Color convert

RGB245124225-
CMYK00.490.080.04
HSL309.92º85.82%72.35%-
HSV(B)309.92º49.39%96.08%-
XYZ58.4539.2675.73-
YUV171.69158.09180.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 124 (48.83% from 255) = 20.88%
BLUE value IS 225 (88.28% from 255) = 37.88%
R=41.25%
G=20.88%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512422500.490.080.04309.9285.8272.35
HexF57CE1031841365648
Octal365174341061104466126110
Binary111101011111100111000010110001100010010011011010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f57ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f57ce1; }

 p { color: rgb(245,124,225); }

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

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

 a { background-color: rgb(245,124,225); }

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

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

 span { border-color: rgb(245,124,225); }

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