#F082E7

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

Shades of Violet #F082E7

Tints of Violet #F082E7

Color information

#F082E7 (or 0xF082E7) is unknown color: approx Violet. HEX triplet: F0, 82 and E7. RGB value is (240,130,231). Sum of RGB (Red+Green+Blue) = 240+130+231=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 130 (51.17% from 255 or 21.63% from 601); Blue value is 231 (90.62% from 255 or 38.44% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F082E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082E7 is #0F7D18. Grayscale: #AEAEAE. Windows color (decimal): -1015065 or 15172336. OLE color: 15172336.

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

Color convert

RGB240130231-
CMYK00.460.040.06
HSL304.91º78.57%72.55%-
HSV(B)304.91º45.83%94.12%-
XYZ58.3440.2680.3-
YUV174.4159.94174.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 130 (51.17% from 255) = 21.63%
BLUE value IS 231 (90.62% from 255) = 38.44%
R=39.93%
G=21.63%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013023100.460.040.06304.9178.5772.55
HexF082E702E461314f49
Octal36020234705646461117111
Binary111100001000001011100111010111010011010011000110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082E7; }

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

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

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

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

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

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

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

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