#F47ED8

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

Shades of Pale Magenta #F47ED8

Tints of Pale Magenta #F47ED8

Color information

#F47ED8 (or 0xF47ED8) is unknown color: approx Pale Magenta. HEX triplet: F4, 7E and D8. RGB value is (244,126,216). Sum of RGB (Red+Green+Blue) = 244+126+216=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 126 (49.61% from 255 or 21.50% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ED8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ED8 is #0B8127. Grayscale: #ABABAB. Windows color (decimal): -753960 or 14188276. OLE color: 14188276.

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

Color convert

RGB244126216-
CMYK00.480.110.04
HSL314.24º84.29%72.55%-
HSV(B)314.24º48.36%95.69%-
XYZ57.1639.1169.5-
YUV171.54153.09179.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.64%
GREEN value IS 126 (49.61% from 255) = 21.50%
BLUE value IS 216 (84.77% from 255) = 36.86%
R=41.64%
G=21.50%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412621600.480.110.04314.2484.2972.55
HexF47ED8030B413a5449
Octal364176330060134472124111
Binary111101001111110110110000110000101110010011101010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47ED8; }

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

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

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

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

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

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

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

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