#F578DF

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

Shades of Pale Magenta #F578DF

Tints of Pale Magenta #F578DF

Color information

#F578DF (or 0xF578DF) is unknown color: approx Pale Magenta. HEX triplet: F5, 78 and DF. RGB value is (245,120,223). Sum of RGB (Red+Green+Blue) = 245+120+223=588 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.67% from 588); Green value is 120 (47.27% from 255 or 20.41% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 245 - color contains mainly: red. Hex color #F578DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F578DF is #0A8720. Grayscale: #A8A8A8. Windows color (decimal): -689953 or 14645493. OLE color: 14645493.

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

Color convert

RGB245120223-
CMYK00.510.090.04
HSL310.56º86.21%71.57%-
HSV(B)310.56º51.02%96.08%-
XYZ57.6938.1774.14-
YUV169.12158.41182.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.67%
GREEN value IS 120 (47.27% from 255) = 20.41%
BLUE value IS 223 (87.5% from 255) = 37.93%
R=41.67%
G=20.41%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512022300.510.090.04310.5686.2171.57
HexF578DF033941375648
Octal365170337063114467126110
Binary111101011111000110111110110011100110010011011110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F578DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F578DF; }

 p { color: rgb(245,120,223); }

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

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

 a { background-color: rgb(245,120,223); }

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

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

 span { border-color: rgb(245,120,223); }

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