#F38DE7

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

Shades of Pale Magenta #F38DE7

Tints of Pale Magenta #F38DE7

Color information

#F38DE7 (or 0xF38DE7) is unknown color: approx Pale Magenta. HEX triplet: F3, 8D and E7. RGB value is (243,141,231). Sum of RGB (Red+Green+Blue) = 243+141+231=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 141 (55.47% from 255 or 22.93% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DE7 is #0C7218. Grayscale: #B5B5B5. Windows color (decimal): -815641 or 15175155. OLE color: 15175155.

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

Color convert

RGB243141231-
CMYK00.420.050.05
HSL307.06º80.95%75.29%-
HSV(B)307.06º41.98%95.29%-
XYZ60.9143.8780.86-
YUV181.76155.79171.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.51%
GREEN value IS 141 (55.47% from 255) = 22.93%
BLUE value IS 231 (90.62% from 255) = 37.56%
R=39.51%
G=22.93%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314123100.420.050.05307.0680.9575.29
HexF38DE702A55133514b
Octal36321534705255463121113
Binary111100111000110111100111010101010110110011001110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DE7; }

 p { color: rgb(243,141,231); }

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

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

 a { background-color: rgb(243,141,231); }

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

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

 span { border-color: rgb(243,141,231); }

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