#F57BDC

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

Shades of Pale Magenta #F57BDC

Tints of Pale Magenta #F57BDC

Color information

#F57BDC (or 0xF57BDC) is unknown color: approx Pale Magenta. HEX triplet: F5, 7B and DC. RGB value is (245,123,220). Sum of RGB (Red+Green+Blue) = 245+123+220=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 123 (48.44% from 255 or 20.92% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F57BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F57BDC is #0A8423. Grayscale: #AAAAAA. Windows color (decimal): -689188 or 14449653. OLE color: 14449653.

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

Color convert

RGB245123220-
CMYK00.500.100.04
HSL312.3º85.92%72.16%-
HSV(B)312.3º49.8%96.08%-
XYZ57.6638.7572.15-
YUV170.54155.92181.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 123 (48.44% from 255) = 20.92%
BLUE value IS 220 (86.33% from 255) = 37.41%
R=41.67%
G=20.92%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512322000.500.100.04312.385.9272.16
HexF57BDC032A41385648
Octal365173334062124470126110
Binary111101011111011110111000110010101010010011100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57BDC; }

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

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

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

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

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

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

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

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