#F085F6

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

Shades of Violet #F085F6

Tints of Violet #F085F6

Color information

#F085F6 (or 0xF085F6) is unknown color: approx Violet. HEX triplet: F0, 85 and F6. RGB value is (240,133,246). Sum of RGB (Red+Green+Blue) = 240+133+246=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 133 (52.34% from 255 or 21.49% from 619); Blue value is 246 (96.48% from 255 or 39.74% from 619); Max value from RGB is 246 - color contains mainly: blue. Hex color #F085F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085F6 is #0F7A09. Grayscale: #B1B1B1. Windows color (decimal): -1014282 or 16156144. OLE color: 16156144.

HSL color Cylindrical-coordinate representation of color #F085F6: hue angle of 296.81º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F085F6 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240133246-
CMYK0.020.4600.04
HSL296.81º86.26%74.31%-
HSV(B)296.81º45.93%96.47%-
XYZ60.9641.9592.07-
YUV177.88166.45172.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 133 (52.34% from 255) = 21.49%
BLUE value IS 246 (96.48% from 255) = 39.74%
R=38.77%
G=21.49%
B=39.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401332460.020.4600.04296.8186.2674.31
HexF085F622E04129564a
Octal36020536625604451126112
Binary11110000100001011111011010101110010010010100110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F085F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F085F6; }

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

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

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

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

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

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

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

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