#F572DC

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

Shades of Pale Magenta #F572DC

Tints of Pale Magenta #F572DC

Color information

#F572DC (or 0xF572DC) is unknown color: approx Pale Magenta. HEX triplet: F5, 72 and DC. RGB value is (245,114,220). Sum of RGB (Red+Green+Blue) = 245+114+220=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 114 (44.92% from 255 or 19.69% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F572DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F572DC is #0A8D23. Grayscale: #A4A4A4. Windows color (decimal): -691492 or 14447349. OLE color: 14447349.

HSL color Cylindrical-coordinate representation of color #F572DC: hue angle of 311.45º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F572DC is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245114220-
CMYK00.530.100.04
HSL311.45º86.75%70.39%-
HSV(B)311.45º53.47%96.08%-
XYZ56.5936.6171.79-
YUV165.25158.9184.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 114 (44.92% from 255) = 19.69%
BLUE value IS 220 (86.33% from 255) = 38.00%
R=42.31%
G=19.69%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511422000.530.100.04311.4586.7570.39
HexF572DC035A41375746
Octal365162334065124467127106
Binary111101011110010110111000110101101010010011011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F572DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F572DC; }

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

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

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

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

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

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

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

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