#F38DE0

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

Shades of Pale Magenta #F38DE0

Tints of Pale Magenta #F38DE0

Color information

#F38DE0 (or 0xF38DE0) is unknown color: approx Pale Magenta. HEX triplet: F3, 8D and E0. RGB value is (243,141,224). Sum of RGB (Red+Green+Blue) = 243+141+224=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DE0 is #0C721F. Grayscale: #B4B4B4. Windows color (decimal): -815648 or 14716403. OLE color: 14716403.

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

Color convert

RGB243141224-
CMYK00.420.080.05
HSL311.18º80.95%75.29%-
HSV(B)311.18º41.98%95.29%-
XYZ59.9443.4975.76-
YUV180.96152.29172.25-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 141 (55.47% from 255) = 23.19%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=39.97%
G=23.19%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314122400.420.080.05311.1880.9575.29
HexF38DE002A85137514b
Octal363215340052105467121113
Binary1111001110001101111000000101010100010110011011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DE0; }

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

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

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

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

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

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

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

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