#F38AD5

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

Shades of Pale Magenta #F38AD5

Tints of Pale Magenta #F38AD5

Color information

#F38AD5 (or 0xF38AD5) is unknown color: approx Pale Magenta. HEX triplet: F3, 8A and D5. RGB value is (243,138,213). Sum of RGB (Red+Green+Blue) = 243+138+213=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 138 (54.30% from 255 or 23.23% from 594); Blue value is 213 (83.59% from 255 or 35.86% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F38AD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38AD5 is #0C752A. Grayscale: #B1B1B1. Windows color (decimal): -816427 or 13994739. OLE color: 13994739.

HSL color Cylindrical-coordinate representation of color #F38AD5: hue angle of 317.14º 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 #F38AD5 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB243138213-
CMYK00.430.120.05
HSL317.14º81.4%74.71%-
HSV(B)317.14º43.21%95.29%-
XYZ58.0642.0468-
YUV177.95147.79174.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 138 (54.30% from 255) = 23.23%
BLUE value IS 213 (83.59% from 255) = 35.86%
R=40.91%
G=23.23%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313821300.430.120.05317.1481.474.71
HexF38AD502BC513d514b
Octal363212325053145475121113
Binary1111001110001010110101010101011110010110011110110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38AD5; }

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

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

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

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

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

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

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

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