#F47BE0

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

Shades of Pale Magenta #F47BE0

Tints of Pale Magenta #F47BE0

Color information

#F47BE0 (or 0xF47BE0) is unknown color: approx Pale Magenta. HEX triplet: F4, 7B and E0. RGB value is (244,123,224). Sum of RGB (Red+Green+Blue) = 244+123+224=591 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.29% from 591); Green value is 123 (48.44% from 255 or 20.81% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BE0 is #0B841F. Grayscale: #AAAAAA. Windows color (decimal): -754720 or 14711796. OLE color: 14711796.

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

Color convert

RGB244123224-
CMYK00.500.080.04
HSL309.92º84.62%71.96%-
HSV(B)309.92º49.59%95.69%-
XYZ57.8538.7874.96-
YUV170.69158.09180.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.29%
GREEN value IS 123 (48.44% from 255) = 20.81%
BLUE value IS 224 (87.89% from 255) = 37.90%
R=41.29%
G=20.81%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412322400.500.080.04309.9284.6271.96
HexF47BE0032841365548
Octal364173340062104466125110
Binary111101001111011111000000110010100010010011011010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47BE0; }

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

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

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

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

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

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

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

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