#F085EC

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

Shades of Violet #F085EC

Tints of Violet #F085EC

Color information

#F085EC (or 0xF085EC) is unknown color: approx Violet. HEX triplet: F0, 85 and EC. RGB value is (240,133,236). Sum of RGB (Red+Green+Blue) = 240+133+236=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 133 (52.34% from 255 or 21.84% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EC is #0F7A13. Grayscale: #B0B0B0. Windows color (decimal): -1014292 or 15500784. OLE color: 15500784.

HSL color Cylindrical-coordinate representation of color #F085EC: hue angle of 302.24º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085EC is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240133236-
CMYK00.450.020.06
HSL302.24º78.1%73.14%-
HSV(B)302.24º44.58%94.12%-
XYZ59.4641.3684.21-
YUV176.74161.45173.12-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 133 (52.34% from 255) = 21.84%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=39.41%
G=21.84%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013323600.450.020.06302.2478.173.14
HexF085EC02D2612e4e49
Octal36020535405526456116111
Binary11110000100001011110110001011011011010010111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085EC; }

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

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

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

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

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

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

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

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