#F096EC

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

Shades of Violet #F096EC

Tints of Violet #F096EC

Color information

#F096EC (or 0xF096EC) is unknown color: approx Violet. HEX triplet: F0, 96 and EC. RGB value is (240,150,236). Sum of RGB (Red+Green+Blue) = 240+150+236=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 150 (58.98% from 255 or 23.96% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F096EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096EC is #0F6913. Grayscale: #BABABA. Windows color (decimal): -1009940 or 15505136. OLE color: 15505136.

HSL color Cylindrical-coordinate representation of color #F096EC: hue angle of 302.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F096EC is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240150236-
CMYK00.370.020.06
HSL302.67º75%76.47%-
HSV(B)302.67º37.5%94.12%-
XYZ61.9846.3985.05-
YUV186.71155.82166.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 150 (58.98% from 255) = 23.96%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=38.34%
G=23.96%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015023600.370.020.06302.677576.47
HexF096EC0252612f4b4c
Octal36022635404526457113114
Binary11110000100101101110110001001011011010010111110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096EC; }

 p { color: rgb(240,150,236); }

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

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

 a { background-color: rgb(240,150,236); }

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

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

 span { border-color: rgb(240,150,236); }

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