#F47ED6

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

Shades of Pale Magenta #F47ED6

Tints of Pale Magenta #F47ED6

Color information

#F47ED6 (or 0xF47ED6) is unknown color: approx Pale Magenta. HEX triplet: F4, 7E and D6. RGB value is (244,126,214). Sum of RGB (Red+Green+Blue) = 244+126+214=584 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.78% from 584); Green value is 126 (49.61% from 255 or 21.58% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ED6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ED6 is #0B8129. Grayscale: #ABABAB. Windows color (decimal): -753962 or 14057204. OLE color: 14057204.

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

Color convert

RGB244126214-
CMYK00.480.120.04
HSL315.25º84.29%72.55%-
HSV(B)315.25º48.36%95.69%-
XYZ56.9139.0168.15-
YUV171.31152.09179.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.78%
GREEN value IS 126 (49.61% from 255) = 21.58%
BLUE value IS 214 (83.98% from 255) = 36.64%
R=41.78%
G=21.58%
B=36.64%

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
Decimal24412621400.480.120.04315.2584.2972.55
HexF47ED6030C413b5449
Octal364176326060144473124111
Binary111101001111110110101100110000110010010011101110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47ED6; }

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

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

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

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

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

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

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

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