#F575DE

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

Shades of Pale Magenta #F575DE

Tints of Pale Magenta #F575DE

Color information

#F575DE (or 0xF575DE) is unknown color: approx Pale Magenta. HEX triplet: F5, 75 and DE. RGB value is (245,117,222). Sum of RGB (Red+Green+Blue) = 245+117+222=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 117 (46.09% from 255 or 20.03% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F575DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F575DE is #0A8A21. Grayscale: #A6A6A6. Windows color (decimal): -690722 or 14579189. OLE color: 14579189.

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

Color convert

RGB245117222-
CMYK00.520.090.04
HSL310.78º86.49%70.98%-
HSV(B)310.78º52.24%96.08%-
XYZ57.237.4173.31-
YUV167.24158.91183.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 117 (46.09% from 255) = 20.03%
BLUE value IS 222 (87.11% from 255) = 38.01%
R=41.95%
G=20.03%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511722200.520.090.04310.7886.4970.98
HexF575DE034941375647
Octal365165336064114467126107
Binary111101011110101110111100110100100110010011011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F575DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F575DE; }

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

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

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

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

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

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

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

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