#F686EA

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

Shades of Pale Magenta #F686EA

Tints of Pale Magenta #F686EA

Color information

#F686EA (or 0xF686EA) is unknown color: approx Pale Magenta. HEX triplet: F6, 86 and EA. RGB value is (246,134,234). Sum of RGB (Red+Green+Blue) = 246+134+234=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 134 (52.73% from 255 or 21.82% from 614); Blue value is 234 (91.80% from 255 or 38.11% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F686EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F686EA is #097915. Grayscale: #B2B2B2. Windows color (decimal): -620822 or 15369974. OLE color: 15369974.

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

Color convert

RGB246134234-
CMYK00.460.050.04
HSL306.43º86.15%74.51%-
HSV(B)306.43º45.53%96.47%-
XYZ61.3842.5882.83-
YUV178.89159.11175.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.07%
GREEN value IS 134 (52.73% from 255) = 21.82%
BLUE value IS 234 (91.80% from 255) = 38.11%
R=40.07%
G=21.82%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613423400.460.050.04306.4386.1574.51
HexF686EA02E54132564b
Octal36620635205654462126113
Binary111101101000011011101010010111010110010011001010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686EA; }

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

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

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

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

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

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

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

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