#F680EC

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

Shades of Violet #F680EC

Tints of Violet #F680EC

Color information

#F680EC (or 0xF680EC) is unknown color: approx Violet. HEX triplet: F6, 80 and EC. RGB value is (246,128,236). Sum of RGB (Red+Green+Blue) = 246+128+236=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 128 (50.39% from 255 or 20.98% from 610); Blue value is 236 (92.58% from 255 or 38.69% from 610); Max value from RGB is 246 - color contains mainly: red. Hex color #F680EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F680EC is #097F13. Grayscale: #AFAFAF. Windows color (decimal): -622356 or 15499510. OLE color: 15499510.

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

Color convert

RGB246128236-
CMYK00.480.040.04
HSL305.08º86.76%73.33%-
HSV(B)305.08º47.97%96.47%-
XYZ60.8741.0984.08-
YUV175.59162.09178.22-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.33%
GREEN value IS 128 (50.39% from 255) = 20.98%
BLUE value IS 236 (92.58% from 255) = 38.69%
R=40.33%
G=20.98%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612823600.480.040.04305.0886.7673.33
HexF680EC030441315749
Octal36620035406044461127111
Binary111101101000000011101100011000010010010011000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F680EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F680EC; }

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

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

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

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

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

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

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

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