#F470DE

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

Shades of Pale Magenta #F470DE

Tints of Pale Magenta #F470DE

Color information

#F470DE (or 0xF470DE) is unknown color: approx Pale Magenta. HEX triplet: F4, 70 and DE. RGB value is (244,112,222). Sum of RGB (Red+Green+Blue) = 244+112+222=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 112 (44.14% from 255 or 19.38% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F470DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470DE is #0B8F21. Grayscale: #A3A3A3. Windows color (decimal): -757538 or 14577908. OLE color: 14577908.

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

Color convert

RGB244112222-
CMYK00.540.090.04
HSL310º85.71%69.8%-
HSV(B)310º54.1%95.69%-
XYZ56.2936.173.11-
YUV164.01160.73185.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.21%
GREEN value IS 112 (44.14% from 255) = 19.38%
BLUE value IS 222 (87.11% from 255) = 38.41%
R=42.21%
G=19.38%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411222200.540.090.0431085.7169.8
HexF470DE036941365646
Octal364160336066114466126106
Binary111101001110000110111100110110100110010011011010101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F470DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F470DE; }

 p { color: rgb(244,112,222); }

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

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

 a { background-color: rgb(244,112,222); }

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

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

 span { border-color: rgb(244,112,222); }

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