#F388D6

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

Shades of Pale Magenta #F388D6

Tints of Pale Magenta #F388D6

Color information

#F388D6 (or 0xF388D6) is unknown color: approx Pale Magenta. HEX triplet: F3, 88 and D6. RGB value is (243,136,214). Sum of RGB (Red+Green+Blue) = 243+136+214=593 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.98% from 593); Green value is 136 (53.52% from 255 or 22.93% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 243 - color contains mainly: red. Hex color #F388D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F388D6 is #0C7729. Grayscale: #B0B0B0. Windows color (decimal): -816938 or 14059763. OLE color: 14059763.

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

Color convert

RGB243136214-
CMYK00.440.120.05
HSL316.26º81.68%74.31%-
HSV(B)316.26º44.03%95.29%-
XYZ57.941.5268.58-
YUV176.88148.95175.16-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.98%
GREEN value IS 136 (53.52% from 255) = 22.93%
BLUE value IS 214 (83.98% from 255) = 36.09%
R=40.98%
G=22.93%
B=36.09%

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
Decimal24313621400.440.120.05316.2681.6874.31
HexF388D602CC513c524a
Octal363210326054145474122112
Binary1111001110001000110101100101100110010110011110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F388D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F388D6; }

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

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

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

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

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

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

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

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