#F38AD9

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

Shades of Pale Magenta #F38AD9

Tints of Pale Magenta #F38AD9

Color information

#F38AD9 (or 0xF38AD9) is unknown color: approx Pale Magenta. HEX triplet: F3, 8A and D9. RGB value is (243,138,217). Sum of RGB (Red+Green+Blue) = 243+138+217=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 138 (54.30% from 255 or 23.08% from 598); Blue value is 217 (85.16% from 255 or 36.29% from 598); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AD9 is #0C7526. Grayscale: #B2B2B2. Windows color (decimal): -816423 or 14256883. OLE color: 14256883.

HSL color Cylindrical-coordinate representation of color #F38AD9: hue angle of 314.86º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F38AD9 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB243138217-
CMYK00.430.110.05
HSL314.86º81.4%74.71%-
HSV(B)314.86º43.21%95.29%-
XYZ58.5842.2470.71-
YUV178.4149.79174.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.64%
GREEN value IS 138 (54.30% from 255) = 23.08%
BLUE value IS 217 (85.16% from 255) = 36.29%
R=40.64%
G=23.08%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313821700.430.110.05314.8681.474.71
HexF38AD902BB513b514b
Octal363212331053135473121113
Binary1111001110001010110110010101011101110110011101110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AD9; }

 p { color: rgb(243,138,217); }

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

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

 a { background-color: rgb(243,138,217); }

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

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

 span { border-color: rgb(243,138,217); }

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