#F086ED

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

Shades of Violet #F086ED

Tints of Violet #F086ED

Color information

#F086ED (or 0xF086ED) is unknown color: approx Violet. HEX triplet: F0, 86 and ED. RGB value is (240,134,237). Sum of RGB (Red+Green+Blue) = 240+134+237=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 134 (52.73% from 255 or 21.93% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F086ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086ED is #0F7912. Grayscale: #B1B1B1. Windows color (decimal): -1014035 or 15566576. OLE color: 15566576.

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

Color convert

RGB240134237-
CMYK00.440.010.06
HSL301.7º77.94%73.33%-
HSV(B)301.7º44.17%94.12%-
XYZ59.7541.6985.02-
YUV177.44161.62172.62-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 134 (52.73% from 255) = 21.93%
BLUE value IS 237 (92.97% from 255) = 38.79%
R=39.28%
G=21.93%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013423700.440.010.06301.777.9473.33
HexF086ED02C1612e4e49
Octal36020635505416456116111
Binary1111000010000110111011010101100111010010111010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086ED; }

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

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

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

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

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

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

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

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