#F47ADD

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

Shades of Pale Magenta #F47ADD

Tints of Pale Magenta #F47ADD

Color information

#F47ADD (or 0xF47ADD) is unknown color: approx Pale Magenta. HEX triplet: F4, 7A and DD. RGB value is (244,122,221). Sum of RGB (Red+Green+Blue) = 244+122+221=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 122 (48.05% from 255 or 20.78% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ADD is #0B8522. Grayscale: #A9A9A9. Windows color (decimal): -754979 or 14514932. OLE color: 14514932.

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

Color convert

RGB244122221-
CMYK00.50.090.04
HSL311.31º84.72%71.76%-
HSV(B)311.31º50%95.69%-
XYZ57.3238.3772.79-
YUV169.76156.92180.95-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.57%
GREEN value IS 122 (48.05% from 255) = 20.78%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=41.57%
G=20.78%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412222100.50.090.04311.3184.7271.76
HexF47ADD032941375548
Octal364172335062114467125110
Binary111101001111010110111010110010100110010011011110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47ADD; }

 p { color: rgb(244,122,221); }

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

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

 a { background-color: rgb(244,122,221); }

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

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

 span { border-color: rgb(244,122,221); }

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