#F386DF

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

Shades of Pale Magenta #F386DF

Tints of Pale Magenta #F386DF

Color information

#F386DF (or 0xF386DF) is unknown color: approx Pale Magenta. HEX triplet: F3, 86 and DF. RGB value is (243,134,223). Sum of RGB (Red+Green+Blue) = 243+134+223=600 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.5% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 243 - color contains mainly: red. Hex color #F386DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F386DF is #0C7920. Grayscale: #B0B0B0. Windows color (decimal): -817441 or 14649075. OLE color: 14649075.

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

Color convert

RGB243134223-
CMYK00.450.080.05
HSL311.01º81.95%73.92%-
HSV(B)311.01º44.86%95.29%-
XYZ58.8141.4374.71-
YUV176.74154.11175.26-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.5%
GREEN value IS 134 (52.73% from 255) = 22.33%
BLUE value IS 223 (87.5% from 255) = 37.17%
R=40.5%
G=22.33%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313422300.450.080.05311.0181.9573.92
HexF386DF02D85137524a
Octal363206337055105467122112
Binary1111001110000110110111110101101100010110011011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F386DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F386DF; }

 p { color: rgb(243,134,223); }

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

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

 a { background-color: rgb(243,134,223); }

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

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

 span { border-color: rgb(243,134,223); }

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