#F38FD7

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

Shades of Pale Magenta #F38FD7

Tints of Pale Magenta #F38FD7

Color information

#F38FD7 (or 0xF38FD7) is unknown color: approx Pale Magenta. HEX triplet: F3, 8F and D7. RGB value is (243,143,215). Sum of RGB (Red+Green+Blue) = 243+143+215=601 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.43% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 243 - color contains mainly: red. Hex color #F38FD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F38FD7 is #0C7028. Grayscale: #B4B4B4. Windows color (decimal): -815145 or 14127091. OLE color: 14127091.

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

Color convert

RGB243143215-
CMYK00.410.120.05
HSL316.8º80.65%75.69%-
HSV(B)316.8º41.15%95.29%-
XYZ59.0543.6169.59-
YUV181.11147.13172.15-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.43%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=40.43%
G=23.79%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314321500.410.120.05316.880.6575.69
HexF38FD7029C513d514c
Octal363217327051145475121114
Binary1111001110001111110101110101001110010110011110110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38FD7; }

 p { color: rgb(243,143,215); }

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

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

 a { background-color: rgb(243,143,215); }

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

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

 span { border-color: rgb(243,143,215); }

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