#F478DE

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

Shades of Pale Magenta #F478DE

Tints of Pale Magenta #F478DE

Color information

#F478DE (or 0xF478DE) is unknown color: approx Pale Magenta. HEX triplet: F4, 78 and DE. RGB value is (244,120,222). Sum of RGB (Red+Green+Blue) = 244+120+222=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 120 (47.27% from 255 or 20.48% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F478DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F478DE is #0B8721. Grayscale: #A8A8A8. Windows color (decimal): -755490 or 14579956. OLE color: 14579956.

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

Color convert

RGB244120222-
CMYK00.510.090.04
HSL310.65º84.93%71.37%-
HSV(B)310.65º50.82%95.69%-
XYZ57.2137.9473.42-
YUV168.7158.08181.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 120 (47.27% from 255) = 20.48%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=41.64%
G=20.48%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412022200.510.090.04310.6584.9371.37
HexF478DE033941375547
Octal364170336063114467125107
Binary111101001111000110111100110011100110010011011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F478DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F478DE; }

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

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

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

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

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

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

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

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