#F47BD4

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

Shades of Pale Magenta #F47BD4

Tints of Pale Magenta #F47BD4

Color information

#F47BD4 (or 0xF47BD4) is unknown color: approx Pale Magenta. HEX triplet: F4, 7B and D4. RGB value is (244,123,212). Sum of RGB (Red+Green+Blue) = 244+123+212=579 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.14% from 579); Green value is 123 (48.44% from 255 or 21.24% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BD4 is #0B842B. Grayscale: #A9A9A9. Windows color (decimal): -754732 or 13925364. OLE color: 13925364.

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

Color convert

RGB244123212-
CMYK00.500.130.04
HSL315.87º84.62%71.96%-
HSV(B)315.87º49.59%95.69%-
XYZ56.2738.1566.69-
YUV169.32152.09181.26-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.14%
GREEN value IS 123 (48.44% from 255) = 21.24%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=42.14%
G=21.24%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412321200.500.130.04315.8784.6271.96
HexF47BD4032D413c5548
Octal364173324062154474125110
Binary111101001111011110101000110010110110010011110010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47BD4; }

 p { color: rgb(244,123,212); }

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

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

 a { background-color: rgb(244,123,212); }

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

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

 span { border-color: rgb(244,123,212); }

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