#F086E8

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

Shades of Violet #F086E8

Tints of Violet #F086E8

Color information

#F086E8 (or 0xF086E8) is unknown color: approx Violet. HEX triplet: F0, 86 and E8. RGB value is (240,134,232). Sum of RGB (Red+Green+Blue) = 240+134+232=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 134 (52.73% from 255 or 22.11% from 606); Blue value is 232 (91.02% from 255 or 38.28% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F086E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F086E8 is #0F7917. Grayscale: #B0B0B0. Windows color (decimal): -1014040 or 15238896. OLE color: 15238896.

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

Color convert

RGB240134232-
CMYK00.440.030.06
HSL304.53º77.94%73.33%-
HSV(B)304.53º44.17%94.12%-
XYZ59.0341.481.22-
YUV176.87159.12173.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.60%
GREEN value IS 134 (52.73% from 255) = 22.11%
BLUE value IS 232 (91.02% from 255) = 38.28%
R=39.60%
G=22.11%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013423200.440.030.06304.5377.9473.33
HexF086E802C361314e49
Octal36020635005436461116111
Binary11110000100001101110100001011001111010011000110011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F086E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F086E8; }

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

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

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

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

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

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

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

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