#F077EA

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

Shades of Violet #F077EA

Tints of Violet #F077EA

Color information

#F077EA (or 0xF077EA) is unknown color: approx Violet. HEX triplet: F0, 77 and EA. RGB value is (240,119,234). Sum of RGB (Red+Green+Blue) = 240+119+234=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F077EA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077EA is #0F8815. Grayscale: #A7A7A7. Windows color (decimal): -1017878 or 15366128. OLE color: 15366128.

HSL color Cylindrical-coordinate representation of color #F077EA: hue angle of 302.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 #F077EA is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB240119234-
CMYK00.500.020.06
HSL302.98º80.13%70.39%-
HSV(B)302.98º50.42%94.12%-
XYZ57.3837.6682.09-
YUV168.29165.09179.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.47%
GREEN value IS 119 (46.88% from 255) = 20.07%
BLUE value IS 234 (91.80% from 255) = 39.46%
R=40.47%
G=20.07%
B=39.46%

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
Decimal24011923400.500.020.06302.9880.1370.39
HexF077EA0322612f5046
Octal36016735206226457120106
Binary1111000011101111110101001100101011010010111110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077EA; }

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

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

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

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

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

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

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

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