#F484D9

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

Shades of Pale Magenta #F484D9

Tints of Pale Magenta #F484D9

Color information

#F484D9 (or 0xF484D9) is unknown color: approx Pale Magenta. HEX triplet: F4, 84 and D9. RGB value is (244,132,217). Sum of RGB (Red+Green+Blue) = 244+132+217=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F484D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484D9 is #0B7B26. Grayscale: #AEAEAE. Windows color (decimal): -752423 or 14255348. OLE color: 14255348.

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

Color convert

RGB244132217-
CMYK00.460.110.04
HSL314.46º83.58%73.73%-
HSV(B)314.46º45.9%95.69%-
XYZ58.0840.7570.45-
YUV175.18151.61177.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.15%
GREEN value IS 132 (51.95% from 255) = 22.26%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=41.15%
G=22.26%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413221700.460.110.04314.4683.5873.73
HexF484D902EB413a544a
Octal364204331056134472124112
Binary1111010010000100110110010101110101110010011101010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484D9; }

 p { color: rgb(244,132,217); }

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

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

 a { background-color: rgb(244,132,217); }

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

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

 span { border-color: rgb(244,132,217); }

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