#F686D9

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

Shades of Pale Magenta #F686D9

Tints of Pale Magenta #F686D9

Color information

#F686D9 (or 0xF686D9) is unknown color: approx Pale Magenta. HEX triplet: F6, 86 and D9. RGB value is (246,134,217). Sum of RGB (Red+Green+Blue) = 246+134+217=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 134 (52.73% from 255 or 22.45% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 246 - color contains mainly: red. Hex color #F686D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686D9 is #097926. Grayscale: #B0B0B0. Windows color (decimal): -620839 or 14255862. OLE color: 14255862.

HSL color Cylindrical-coordinate representation of color #F686D9: hue angle of 315.54º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F686D9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB246134217-
CMYK00.460.120.04
HSL315.54º86.15%74.51%-
HSV(B)315.54º45.53%96.47%-
XYZ59.0641.6570.57-
YUV176.95150.61177.25-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.21%
GREEN value IS 134 (52.73% from 255) = 22.45%
BLUE value IS 217 (85.16% from 255) = 36.35%
R=41.21%
G=22.45%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613421700.460.120.04315.5486.1574.51
HexF686D902EC413c564b
Octal366206331056144474126113
Binary1111011010000110110110010101110110010010011110010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686D9; }

 p { color: rgb(246,134,217); }

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

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

 a { background-color: rgb(246,134,217); }

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

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

 span { border-color: rgb(246,134,217); }

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