#F484DF

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

Shades of Pale Magenta #F484DF

Tints of Pale Magenta #F484DF

Color information

#F484DF (or 0xF484DF) is unknown color: approx Pale Magenta. HEX triplet: F4, 84 and DF. RGB value is (244,132,223). Sum of RGB (Red+Green+Blue) = 244+132+223=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 132 (51.95% from 255 or 22.04% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F484DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F484DF is #0B7B20. Grayscale: #AFAFAF. Windows color (decimal): -752417 or 14648564. OLE color: 14648564.

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

Color convert

RGB244132223-
CMYK00.460.090.04
HSL311.25º83.58%73.73%-
HSV(B)311.25º45.9%95.69%-
XYZ58.8841.0674.63-
YUV175.86154.61176.6-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.73%
GREEN value IS 132 (51.95% from 255) = 22.04%
BLUE value IS 223 (87.5% from 255) = 37.23%
R=40.73%
G=22.04%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24413222300.460.090.04311.2583.5873.73
HexF484DF02E94137544a
Octal364204337056114467124112
Binary1111010010000100110111110101110100110010011011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F484DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F484DF; }

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

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

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

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

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

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

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

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