#F686EB

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

Shades of Pale Magenta #F686EB

Tints of Pale Magenta #F686EB

Color information

#F686EB (or 0xF686EB) is unknown color: approx Pale Magenta. HEX triplet: F6, 86 and EB. RGB value is (246,134,235). Sum of RGB (Red+Green+Blue) = 246+134+235=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 134 (52.73% from 255 or 21.79% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F686EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686EB is #097914. Grayscale: #B2B2B2. Windows color (decimal): -620821 or 15435510. OLE color: 15435510.

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

Color convert

RGB246134235-
CMYK00.460.040.04
HSL305.89º86.15%74.51%-
HSV(B)305.89º45.53%96.47%-
XYZ61.5342.6483.59-
YUV179159.61175.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40%
GREEN value IS 134 (52.73% from 255) = 21.79%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=40%
G=21.79%
B=38.21%

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
Decimal24613423500.460.040.04305.8986.1574.51
HexF686EB02E44132564b
Octal36620635305644462126113
Binary111101101000011011101011010111010010010011001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686EB; }

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

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

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

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

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

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

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

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