#F094EE

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

Shades of Violet #F094EE

Tints of Violet #F094EE

Color information

#F094EE (or 0xF094EE) is unknown color: approx Violet. HEX triplet: F0, 94 and EE. RGB value is (240,148,238). Sum of RGB (Red+Green+Blue) = 240+148+238=626 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.34% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 240 - color contains mainly: red. Hex color #F094EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F094EE is #0F6B11. Grayscale: #B9B9B9. Windows color (decimal): -1010450 or 15635696. OLE color: 15635696.

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

Color convert

RGB240148238-
CMYK00.380.010.06
HSL301.3º75.41%76.08%-
HSV(B)301.3º38.33%94.12%-
XYZ61.9645.8886.48-
YUV185.77157.48166.68-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.34%
GREEN value IS 148 (58.20% from 255) = 23.64%
BLUE value IS 238 (93.36% from 255) = 38.02%
R=38.34%
G=23.64%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014823800.380.010.06301.375.4176.08
HexF094EE0261612d4b4c
Octal36022435604616455113114
Binary1111000010010100111011100100110111010010110110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F094EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F094EE; }

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

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

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

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

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

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

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

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