#F685EC

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

Shades of Pale Magenta #F685EC

Tints of Pale Magenta #F685EC

Color information

#F685EC (or 0xF685EC) is unknown color: approx Pale Magenta. HEX triplet: F6, 85 and EC. RGB value is (246,133,236). Sum of RGB (Red+Green+Blue) = 246+133+236=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 133 (52.34% from 255 or 21.63% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F685EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F685EC is #097A13. Grayscale: #B2B2B2. Windows color (decimal): -621076 or 15500790. OLE color: 15500790.

HSL color Cylindrical-coordinate representation of color #F685EC: hue angle of 305.31º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F685EC is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB246133236-
CMYK00.460.040.04
HSL305.31º86.26%74.31%-
HSV(B)305.31º45.93%96.47%-
XYZ61.5342.4284.3-
YUV178.53160.44176.12-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 21.63%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=40%
G=21.63%
B=38.37%

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
Decimal24613323600.460.040.04305.3186.2674.31
HexF685EC02E44131564a
Octal36620535405644461126112
Binary111101101000010111101100010111010010010011000110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F685EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F685EC; }

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

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

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

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

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

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

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

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