#F082FF

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

Shades of Violet #F082FF

Tints of Violet #F082FF

Color information

#F082FF (or 0xF082FF) is unknown color: approx Violet. HEX triplet: F0, 82 and FF. RGB value is (240,130,255). Sum of RGB (Red+Green+Blue) = 240+130+255=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 130 (51.17% from 255 or 20.8% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #F082FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082FF is #0F7D00. Grayscale: #B0B0B0. Windows color (decimal): -1015041 or 16745200. OLE color: 16745200.

HSL color Cylindrical-coordinate representation of color #F082FF: hue angle of 292.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F082FF is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB240130255-
CMYK0.060.4900
HSL292.8º100%75.49%-
HSV(B)292.8º49.02%100%-
XYZ61.9741.7199.39-
YUV177.14171.94172.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.4%
GREEN value IS 130 (51.17% from 255) = 20.8%
BLUE value IS 255 (100% from 255) = 40.8%
R=38.4%
G=20.8%
B=40.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2401302550.060.4900292.810075.49
HexF082FF63100125644b
Octal36020237766100445144113
Binary1111000010000010111111111101100010010010010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082FF; }

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

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

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

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

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

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

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

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