#F085EB

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

Shades of Violet #F085EB

Tints of Violet #F085EB

Color information

#F085EB (or 0xF085EB) is unknown color: approx Violet. HEX triplet: F0, 85 and EB. RGB value is (240,133,235). Sum of RGB (Red+Green+Blue) = 240+133+235=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 133 (52.34% from 255 or 21.88% from 608); Blue value is 235 (92.19% from 255 or 38.65% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EB is #0F7A14. Grayscale: #B0B0B0. Windows color (decimal): -1014293 or 15435248. OLE color: 15435248.

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

Color convert

RGB240133235-
CMYK00.450.020.06
HSL302.8º78.1%73.14%-
HSV(B)302.8º44.58%94.12%-
XYZ59.3241.383.44-
YUV176.62160.95173.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.47%
GREEN value IS 133 (52.34% from 255) = 21.88%
BLUE value IS 235 (92.19% from 255) = 38.65%
R=39.47%
G=21.88%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013323500.450.020.06302.878.173.14
HexF085EB02D2612f4e49
Octal36020535305526457116111
Binary11110000100001011110101101011011011010010111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085EB; }

 p { color: rgb(240,133,235); }

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

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

 a { background-color: rgb(240,133,235); }

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

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

 span { border-color: rgb(240,133,235); }

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