#F077ED

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

Shades of Violet #F077ED

Tints of Violet #F077ED

Color information

#F077ED (or 0xF077ED) is unknown color: approx Violet. HEX triplet: F0, 77 and ED. RGB value is (240,119,237). Sum of RGB (Red+Green+Blue) = 240+119+237=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F077ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077ED is #0F8812. Grayscale: #A8A8A8. Windows color (decimal): -1017875 or 15562736. OLE color: 15562736.

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

Color convert

RGB240119237-
CMYK00.500.010.06
HSL301.49º80.13%70.39%-
HSV(B)301.49º50.42%94.12%-
XYZ57.8237.8384.38-
YUV168.63166.59178.91-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 119 (46.88% from 255) = 19.97%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=40.27%
G=19.97%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24011923700.500.010.06301.4980.1370.39
HexF077ED0321612d5046
Octal36016735506216455120106
Binary111100001110111111011010110010111010010110110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F077ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F077ED; }

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

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

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

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

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

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

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

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