#F096EE

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

Shades of Violet #F096EE

Tints of Violet #F096EE

Color information

#F096EE (or 0xF096EE) is unknown color: approx Violet. HEX triplet: F0, 96 and EE. RGB value is (240,150,238). Sum of RGB (Red+Green+Blue) = 240+150+238=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 150 (58.98% from 255 or 23.89% from 628); Blue value is 238 (93.36% from 255 or 37.90% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F096EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F096EE is #0F6911. Grayscale: #BABABA. Windows color (decimal): -1009938 or 15636208. OLE color: 15636208.

HSL color Cylindrical-coordinate representation of color #F096EE: hue angle of 301.33º 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 #F096EE is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240150238-
CMYK00.370.010.06
HSL301.33º75%76.47%-
HSV(B)301.33º37.5%94.12%-
XYZ62.2746.5186.58-
YUV186.94156.82165.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.22%
GREEN value IS 150 (58.98% from 255) = 23.89%
BLUE value IS 238 (93.36% from 255) = 37.90%
R=38.22%
G=23.89%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015023800.370.010.06301.337576.47
HexF096EE0251612d4b4c
Octal36022635604516455113114
Binary1111000010010110111011100100101111010010110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F096EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F096EE; }

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

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

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

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

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

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

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

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