#F57ADE

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

Shades of Pale Magenta #F57ADE

Tints of Pale Magenta #F57ADE

Color information

#F57ADE (or 0xF57ADE) is unknown color: approx Pale Magenta. HEX triplet: F5, 7A and DE. RGB value is (245,122,222). Sum of RGB (Red+Green+Blue) = 245+122+222=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 122 (48.05% from 255 or 20.71% from 589); Blue value is 222 (87.11% from 255 or 37.69% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F57ADE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57ADE is #0A8521. Grayscale: #A9A9A9. Windows color (decimal): -689442 or 14580469. OLE color: 14580469.

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

Color convert

RGB245122222-
CMYK00.500.090.04
HSL311.22º86.01%71.96%-
HSV(B)311.22º50.2%96.08%-
XYZ57.838.6173.51-
YUV170.18157.25181.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.60%
GREEN value IS 122 (48.05% from 255) = 20.71%
BLUE value IS 222 (87.11% from 255) = 37.69%
R=41.60%
G=20.71%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512222200.500.090.04311.2286.0171.96
HexF57ADE032941375648
Octal365172336062114467126110
Binary111101011111010110111100110010100110010011011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57ADE; }

 p { color: rgb(245,122,222); }

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

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

 a { background-color: rgb(245,122,222); }

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

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

 span { border-color: rgb(245,122,222); }

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