#F686DC

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

Shades of Pale Magenta #F686DC

Tints of Pale Magenta #F686DC

Color information

#F686DC (or 0xF686DC) is unknown color: approx Pale Magenta. HEX triplet: F6, 86 and DC. RGB value is (246,134,220). Sum of RGB (Red+Green+Blue) = 246+134+220=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 134 (52.73% from 255 or 22.33% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F686DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686DC is #097923. Grayscale: #B1B1B1. Windows color (decimal): -620836 or 14452470. OLE color: 14452470.

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

Color convert

RGB246134220-
CMYK00.460.110.04
HSL313.93º86.15%74.51%-
HSV(B)313.93º45.53%96.47%-
XYZ59.4541.8172.65-
YUV177.29152.11177.01-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 134 (52.73% from 255) = 22.33%
BLUE value IS 220 (86.33% from 255) = 36.67%
R=41%
G=22.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613422000.460.110.04313.9386.1574.51
HexF686DC02EB413a564b
Octal366206334056134472126113
Binary1111011010000110110111000101110101110010011101010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686DC; }

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

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

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

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

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

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

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

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