#F56DDC

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

Shades of Pale Magenta #F56DDC

Tints of Pale Magenta #F56DDC

Color information

#F56DDC (or 0xF56DDC) is unknown color: approx Pale Magenta. HEX triplet: F5, 6D and DC. RGB value is (245,109,220). Sum of RGB (Red+Green+Blue) = 245+109+220=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DDC is #0A9223. Grayscale: #A2A2A2. Windows color (decimal): -692772 or 14446069. OLE color: 14446069.

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

Color convert

RGB245109220-
CMYK00.560.100.04
HSL311.03º87.18%69.41%-
HSV(B)311.03º55.51%96.08%-
XYZ56.0435.5271.61-
YUV162.32160.56186.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.68%
GREEN value IS 109 (42.97% from 255) = 18.99%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=42.68%
G=18.99%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510922000.560.100.04311.0387.1869.41
HexF56DDC038A41375745
Octal365155334070124467127105
Binary111101011101101110111000111000101010010011011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56DDC; }

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

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

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

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

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

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

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

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