#F48DE3

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

Shades of Pale Magenta #F48DE3

Tints of Pale Magenta #F48DE3

Color information

#F48DE3 (or 0xF48DE3) is unknown color: approx Pale Magenta. HEX triplet: F4, 8D and E3. RGB value is (244,141,227). Sum of RGB (Red+Green+Blue) = 244+141+227=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F48DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F48DE3 is #0B721C. Grayscale: #B5B5B5. Windows color (decimal): -750109 or 14913012. OLE color: 14913012.

HSL color Cylindrical-coordinate representation of color #F48DE3: hue angle of 309.9º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F48DE3 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB244141227-
CMYK00.420.070.04
HSL309.9º82.4%75.49%-
HSV(B)309.9º42.21%95.69%-
XYZ60.743.8377.93-
YUV181.6153.62172.51-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.87%
GREEN value IS 141 (55.47% from 255) = 23.04%
BLUE value IS 227 (89.06% from 255) = 37.09%
R=39.87%
G=23.04%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24414122700.420.070.04309.982.475.49
HexF48DE302A74136524b
Octal36421534305274466122113
Binary111101001000110111100011010101011110010011011010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48DE3; }

 p { color: rgb(244,141,227); }

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

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

 a { background-color: rgb(244,141,227); }

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

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

 span { border-color: rgb(244,141,227); }

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