#F57BD5

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

Shades of Pale Magenta #F57BD5

Tints of Pale Magenta #F57BD5

Color information

#F57BD5 (or 0xF57BD5) is unknown color: approx Pale Magenta. HEX triplet: F5, 7B and D5. RGB value is (245,123,213). Sum of RGB (Red+Green+Blue) = 245+123+213=581 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.17% from 581); Green value is 123 (48.44% from 255 or 21.17% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BD5 is #0A842A. Grayscale: #A9A9A9. Windows color (decimal): -689195 or 13990901. OLE color: 13990901.

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

Color convert

RGB245123213-
CMYK00.500.130.04
HSL315.74º85.92%72.16%-
HSV(B)315.74º49.8%96.08%-
XYZ56.7538.3867.37-
YUV169.74152.42181.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.17%
GREEN value IS 123 (48.44% from 255) = 21.17%
BLUE value IS 213 (83.59% from 255) = 36.66%
R=42.17%
G=21.17%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512321300.500.130.04315.7485.9272.16
HexF57BD5032D413c5648
Octal365173325062154474126110
Binary111101011111011110101010110010110110010011110010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BD5; }

 p { color: rgb(245,123,213); }

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

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

 a { background-color: rgb(245,123,213); }

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

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

 span { border-color: rgb(245,123,213); }

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