#F085EA

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

Shades of Violet #F085EA

Tints of Violet #F085EA

Color information

#F085EA (or 0xF085EA) is unknown color: approx Violet. HEX triplet: F0, 85 and EA. RGB value is (240,133,234). Sum of RGB (Red+Green+Blue) = 240+133+234=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 133 (52.34% from 255 or 21.91% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EA is #0F7A15. Grayscale: #B0B0B0. Windows color (decimal): -1014294 or 15369712. OLE color: 15369712.

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

Color convert

RGB240133234-
CMYK00.450.020.06
HSL303.36º78.1%73.14%-
HSV(B)303.36º44.58%94.12%-
XYZ59.1741.2482.68-
YUV176.51160.45173.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 133 (52.34% from 255) = 21.91%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=39.54%
G=21.91%
B=38.55%

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
Decimal24013323400.450.020.06303.3678.173.14
HexF085EA02D2612f4e49
Octal36020535205526457116111
Binary11110000100001011110101001011011011010010111110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085EA; }

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

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

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

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

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

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

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

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