#F38EE0

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

Shades of Pale Magenta #F38EE0

Tints of Pale Magenta #F38EE0

Color information

#F38EE0 (or 0xF38EE0) is unknown color: approx Pale Magenta. HEX triplet: F3, 8E and E0. RGB value is (243,142,224). Sum of RGB (Red+Green+Blue) = 243+142+224=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F38EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38EE0 is #0C711F. Grayscale: #B5B5B5. Windows color (decimal): -815392 or 14716659. OLE color: 14716659.

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

Color convert

RGB243142224-
CMYK00.420.080.05
HSL311.29º80.8%75.49%-
HSV(B)311.29º41.56%95.29%-
XYZ60.0943.7875.8-
YUV181.55151.96171.83-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=39.90%
G=23.32%
B=36.78%

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
Decimal24314222400.420.080.05311.2980.875.49
HexF38EE002A85137514b
Octal363216340052105467121113
Binary1111001110001110111000000101010100010110011011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38EE0; }

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

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

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

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

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

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

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

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