#F686E1

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

Shades of Pale Magenta #F686E1

Tints of Pale Magenta #F686E1

Color information

#F686E1 (or 0xF686E1) is unknown color: approx Pale Magenta. HEX triplet: F6, 86 and E1. RGB value is (246,134,225). Sum of RGB (Red+Green+Blue) = 246+134+225=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 134 (52.73% from 255 or 22.15% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F686E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F686E1 is #09791E. Grayscale: #B1B1B1. Windows color (decimal): -620831 or 14780150. OLE color: 14780150.

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

Color convert

RGB246134225-
CMYK00.460.090.04
HSL311.25º86.15%74.51%-
HSV(B)311.25º45.53%96.47%-
XYZ60.1242.0876.19-
YUV177.86154.61176.6-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 134 (52.73% from 255) = 22.15%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=40.66%
G=22.15%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24613422500.460.090.04311.2586.1574.51
HexF686E102E94137564b
Octal366206341056114467126113
Binary1111011010000110111000010101110100110010011011110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F686E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F686E1; }

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

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

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

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

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

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

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

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