#F571DC

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

Shades of Pale Magenta #F571DC

Tints of Pale Magenta #F571DC

Color information

#F571DC (or 0xF571DC) is unknown color: approx Pale Magenta. HEX triplet: F5, 71 and DC. RGB value is (245,113,220). Sum of RGB (Red+Green+Blue) = 245+113+220=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 113 (44.53% from 255 or 19.55% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F571DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F571DC is #0A8E23. Grayscale: #A4A4A4. Windows color (decimal): -691748 or 14447093. OLE color: 14447093.

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

Color convert

RGB245113220-
CMYK00.540.100.04
HSL311.36º86.84%70.2%-
HSV(B)311.36º53.88%96.08%-
XYZ56.4836.3971.76-
YUV164.67159.23185.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 113 (44.53% from 255) = 19.55%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=42.39%
G=19.55%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511322000.540.100.04311.3686.8470.2
HexF571DC036A41375746
Octal365161334066124467127106
Binary111101011110001110111000110110101010010011011110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571DC; }

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

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

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

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

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

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

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

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