#F686EC

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

Shades of Pale Magenta #F686EC

Tints of Pale Magenta #F686EC

Color information

#F686EC (or 0xF686EC) is unknown color: approx Pale Magenta. HEX triplet: F6, 86 and EC. RGB value is (246,134,236). Sum of RGB (Red+Green+Blue) = 246+134+236=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 134 (52.73% from 255 or 21.75% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F686EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686EC is #097913. Grayscale: #B2B2B2. Windows color (decimal): -620820 or 15501046. OLE color: 15501046.

HSL color Cylindrical-coordinate representation of color #F686EC: hue angle of 305.36º 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 #F686EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246134236-
CMYK00.460.040.04
HSL305.36º86.15%74.51%-
HSV(B)305.36º45.53%96.47%-
XYZ61.6742.784.35-
YUV179.12160.11175.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 39.94%
GREEN value IS 134 (52.73% from 255) = 21.75%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=39.94%
G=21.75%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613423600.460.040.04305.3686.1574.51
HexF686EC02E44131564b
Octal36620635405644461126113
Binary111101101000011011101100010111010010010011000110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686EC; }

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

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

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

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

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

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

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

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