#F56FDE

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

Shades of Pale Magenta #F56FDE

Tints of Pale Magenta #F56FDE

Color information

#F56FDE (or 0xF56FDE) is unknown color: approx Pale Magenta. HEX triplet: F5, 6F and DE. RGB value is (245,111,222). Sum of RGB (Red+Green+Blue) = 245+111+222=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 111 (43.75% from 255 or 19.20% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FDE is #0A9021. Grayscale: #A3A3A3. Windows color (decimal): -692258 or 14577653. OLE color: 14577653.

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

Color convert

RGB245111222-
CMYK00.550.090.04
HSL310.3º87.01%69.8%-
HSV(B)310.3º54.69%96.08%-
XYZ56.5336.0673.09-
YUV163.72160.89185.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 111 (43.75% from 255) = 19.20%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=42.39%
G=19.20%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511122200.550.090.04310.387.0169.8
HexF56FDE037941365746
Octal365157336067114466127106
Binary111101011101111110111100110111100110010011011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56FDE; }

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

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

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

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

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

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

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

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