#F480D6

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

Shades of Pale Magenta #F480D6

Tints of Pale Magenta #F480D6

Color information

#F480D6 (or 0xF480D6) is unknown color: approx Pale Magenta. HEX triplet: F4, 80 and D6. RGB value is (244,128,214). Sum of RGB (Red+Green+Blue) = 244+128+214=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F480D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F480D6 is #0B7F29. Grayscale: #ACACAC. Windows color (decimal): -753450 or 14057716. OLE color: 14057716.

HSL color Cylindrical-coordinate representation of color #F480D6: hue angle of 315.52º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F480D6 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB244128214-
CMYK00.480.120.04
HSL315.52º84.06%72.94%-
HSV(B)315.52º47.54%95.69%-
XYZ57.1739.5368.23-
YUV172.49151.43179.01-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 128 (50.39% from 255) = 21.84%
BLUE value IS 214 (83.98% from 255) = 36.52%
R=41.64%
G=21.84%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412821400.480.120.04315.5284.0672.94
HexF480D6030C413c5449
Octal364200326060144474124111
Binary1111010010000000110101100110000110010010011110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F480D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F480D6; }

 p { color: rgb(244,128,214); }

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

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

 a { background-color: rgb(244,128,214); }

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

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

 span { border-color: rgb(244,128,214); }

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