#F082EF

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

Shades of Violet #F082EF

Tints of Violet #F082EF

Color information

#F082EF (or 0xF082EF) is unknown color: approx Violet. HEX triplet: F0, 82 and EF. RGB value is (240,130,239). Sum of RGB (Red+Green+Blue) = 240+130+239=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F082EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082EF is #0F7D10. Grayscale: #AEAEAE. Windows color (decimal): -1015057 or 15696624. OLE color: 15696624.

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

Color convert

RGB240130239-
CMYK00.460.000.06
HSL300.55º78.57%72.55%-
HSV(B)300.55º45.83%94.12%-
XYZ59.540.7286.39-
YUV175.32163.94174.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.41%
GREEN value IS 130 (51.17% from 255) = 21.35%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=39.41%
G=21.35%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013023900.460.000.06300.5578.5772.55
HexF082EF02E0612d4f49
Octal36020235705606455117111
Binary1111000010000010111011110101110011010010110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082EF; }

 p { color: rgb(240,130,239); }

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

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

 a { background-color: rgb(240,130,239); }

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

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

 span { border-color: rgb(240,130,239); }

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