#F077EC

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

Shades of Violet #F077EC

Tints of Violet #F077EC

Color information

#F077EC (or 0xF077EC) is unknown color: approx Violet. HEX triplet: F0, 77 and EC. RGB value is (240,119,236). Sum of RGB (Red+Green+Blue) = 240+119+236=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F077EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077EC is #0F8813. Grayscale: #A8A8A8. Windows color (decimal): -1017876 or 15497200. OLE color: 15497200.

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

Color convert

RGB240119236-
CMYK00.500.020.06
HSL301.98º80.13%70.39%-
HSV(B)301.98º50.42%94.12%-
XYZ57.6737.7883.61-
YUV168.52166.09178.99-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 119 (46.88% from 255) = 20%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=40.34%
G=20%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011923600.500.020.06301.9880.1370.39
HexF077EC0322612e5046
Octal36016735406226456120106
Binary1111000011101111110110001100101011010010111010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077EC; }

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

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

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

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

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

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

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

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