#F38DE6

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

Shades of Pale Magenta #F38DE6

Tints of Pale Magenta #F38DE6

Color information

#F38DE6 (or 0xF38DE6) is unknown color: approx Pale Magenta. HEX triplet: F3, 8D and E6. RGB value is (243,141,230). Sum of RGB (Red+Green+Blue) = 243+141+230=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 141 (55.47% from 255 or 22.96% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F38DE6 is #0C7219. Grayscale: #B5B5B5. Windows color (decimal): -815642 or 15109619. OLE color: 15109619.

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

Color convert

RGB243141230-
CMYK00.420.050.05
HSL307.65º80.95%75.29%-
HSV(B)307.65º41.98%95.29%-
XYZ60.7743.8280.12-
YUV181.64155.29171.76-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.58%
GREEN value IS 141 (55.47% from 255) = 22.96%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=39.58%
G=22.96%
B=37.46%

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
Decimal24314123000.420.050.05307.6580.9575.29
HexF38DE602A55134514b
Octal36321534605255464121113
Binary111100111000110111100110010101010110110011010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DE6; }

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

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

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

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

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

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

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

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