#F082FA

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

Shades of Violet #F082FA

Tints of Violet #F082FA

Color information

#F082FA (or 0xF082FA) is unknown color: approx Violet. HEX triplet: F0, 82 and FA. RGB value is (240,130,250). Sum of RGB (Red+Green+Blue) = 240+130+250=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 130 (51.17% from 255 or 20.97% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #F082FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082FA is #0F7D05. Grayscale: #B0B0B0. Windows color (decimal): -1015046 or 16417520. OLE color: 16417520.

HSL color Cylindrical-coordinate representation of color #F082FA: hue angle of 295º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F082FA is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB240130250-
CMYK0.040.4800.02
HSL295º92.31%74.51%-
HSV(B)295º48%98.04%-
XYZ61.1741.3995.21-
YUV176.57169.44173.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 130 (51.17% from 255) = 20.97%
BLUE value IS 250 (98.05% from 255) = 40.32%
R=38.71%
G=20.97%
B=40.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2401302500.040.4800.0229592.3174.51
HexF082FA430021275c4b
Octal36020237246002447134113
Binary11110000100000101111101010011000001010010011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082FA; }

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

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

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

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

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

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

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

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