#F479DC

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

Shades of Pale Magenta #F479DC

Tints of Pale Magenta #F479DC

Color information

#F479DC (or 0xF479DC) is unknown color: approx Pale Magenta. HEX triplet: F4, 79 and DC. RGB value is (244,121,220). Sum of RGB (Red+Green+Blue) = 244+121+220=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 121 (47.66% from 255 or 20.68% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F479DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F479DC is #0B8623. Grayscale: #A8A8A8. Windows color (decimal): -755236 or 14449140. OLE color: 14449140.

HSL color Cylindrical-coordinate representation of color #F479DC: hue angle of 311.71º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F479DC is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244121220-
CMYK00.500.100.04
HSL311.71º84.83%71.57%-
HSV(B)311.71º50.41%95.69%-
XYZ57.0638.0872.05-
YUV169.06156.75181.45-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.71%
GREEN value IS 121 (47.66% from 255) = 20.68%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=41.71%
G=20.68%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412122000.500.100.04311.7184.8371.57
HexF479DC032A41385548
Octal364171334062124470125110
Binary111101001111001110111000110010101010010011100010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F479DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F479DC; }

 p { color: rgb(244,121,220); }

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

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

 a { background-color: rgb(244,121,220); }

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

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

 span { border-color: rgb(244,121,220); }

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