#F388D7

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

Shades of Pale Magenta #F388D7

Tints of Pale Magenta #F388D7

Color information

#F388D7 (or 0xF388D7) is unknown color: approx Pale Magenta. HEX triplet: F3, 88 and D7. RGB value is (243,136,215). Sum of RGB (Red+Green+Blue) = 243+136+215=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 136 (53.52% from 255 or 22.90% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F388D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388D7 is #0C7728. Grayscale: #B0B0B0. Windows color (decimal): -816937 or 14125299. OLE color: 14125299.

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

Color convert

RGB243136215-
CMYK00.440.120.05
HSL315.7º81.68%74.31%-
HSV(B)315.7º44.03%95.29%-
XYZ58.0341.5769.26-
YUV177149.45175.08-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 136 (53.52% from 255) = 22.90%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=40.91%
G=22.90%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313621500.440.120.05315.781.6874.31
HexF388D702CC513c524a
Octal363210327054145474122112
Binary1111001110001000110101110101100110010110011110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388D7; }

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

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

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

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

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

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

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

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