#F38DE3

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

Shades of Pale Magenta #F38DE3

Tints of Pale Magenta #F38DE3

Color information

#F38DE3 (or 0xF38DE3) is unknown color: approx Pale Magenta. HEX triplet: F3, 8D and E3. RGB value is (243,141,227). Sum of RGB (Red+Green+Blue) = 243+141+227=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F38DE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38DE3 is #0C721C. Grayscale: #B5B5B5. Windows color (decimal): -815645 or 14913011. OLE color: 14913011.

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

Color convert

RGB243141227-
CMYK00.420.070.05
HSL309.41º80.95%75.29%-
HSV(B)309.41º41.98%95.29%-
XYZ60.3543.6577.92-
YUV181.3153.79172.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.77%
GREEN value IS 141 (55.47% from 255) = 23.08%
BLUE value IS 227 (89.06% from 255) = 37.15%
R=39.77%
G=23.08%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314122700.420.070.05309.4180.9575.29
HexF38DE302A75135514b
Octal36321534305275465121113
Binary111100111000110111100011010101011110110011010110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38DE3; }

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

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

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

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

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

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

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

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