#F073EC

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

Shades of Violet #F073EC

Tints of Violet #F073EC

Color information

#F073EC (or 0xF073EC) is unknown color: approx Violet. HEX triplet: F0, 73 and EC. RGB value is (240,115,236). Sum of RGB (Red+Green+Blue) = 240+115+236=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F073EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F073EC is #0F8C13. Grayscale: #A5A5A5. Windows color (decimal): -1018900 or 15496176. OLE color: 15496176.

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

Color convert

RGB240115236-
CMYK00.520.020.06
HSL301.92º80.65%69.61%-
HSV(B)301.92º52.08%94.12%-
XYZ57.2136.8483.45-
YUV166.17167.41180.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.61%
GREEN value IS 115 (45.31% from 255) = 19.46%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=40.61%
G=19.46%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011523600.520.020.06301.9280.6569.61
HexF073EC0342612e5146
Octal36016335406426456121106
Binary1111000011100111110110001101001011010010111010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F073EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F073EC; }

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

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

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

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

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

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

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

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