#F575DA

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

Shades of Pale Magenta #F575DA

Tints of Pale Magenta #F575DA

Color information

#F575DA (or 0xF575DA) is unknown color: approx Pale Magenta. HEX triplet: F5, 75 and DA. RGB value is (245,117,218). Sum of RGB (Red+Green+Blue) = 245+117+218=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 117 (46.09% from 255 or 20.17% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F575DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575DA is #0A8A25. Grayscale: #A6A6A6. Windows color (decimal): -690726 or 14317045. OLE color: 14317045.

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

Color convert

RGB245117218-
CMYK00.520.110.04
HSL312.66º86.49%70.98%-
HSV(B)312.66º52.24%96.08%-
XYZ56.6737.270.52-
YUV166.79156.91183.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 117 (46.09% from 255) = 20.17%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=42.24%
G=20.17%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511721800.520.110.04312.6686.4970.98
HexF575DA034B41395647
Octal365165332064134471126107
Binary111101011110101110110100110100101110010011100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575DA; }

 p { color: rgb(245,117,218); }

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

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

 a { background-color: rgb(245,117,218); }

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

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

 span { border-color: rgb(245,117,218); }

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