#f082f3

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

Shades of Violet #F082F3

Tints of Violet #F082F3

Color information

#F082F3 (or 0xF082F3) is unknown color: approx Violet. HEX triplet: F0, 82 and F3. RGB value is (240,130,243). Sum of RGB (Red+Green+Blue) = 240+130+243=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 243 - color contains mainly: blue. Hex color #F082F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082F3 is #0F7D0C. Grayscale: #AFAFAF. Windows color (decimal): -1015053 or 15958768. OLE color: 15958768.

HSL color Cylindrical-coordinate representation of color #F082F3: hue angle of 298.41º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F082F3 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240130243-
CMYK0.010.4700.05
HSL298.41º82.48%73.14%-
HSV(B)298.41º46.5%95.29%-
XYZ60.140.9689.53-
YUV175.77165.94173.81-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.15%
GREEN value IS 130 (51.17% from 255) = 21.21%
BLUE value IS 243 (95.31% from 255) = 39.64%
R=39.15%
G=21.21%
B=39.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401302430.010.4700.05298.4182.4873.14
HexF082F312F0512a5249
Octal36020236315705452122111
Binary1111000010000010111100111101111010110010101010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f082f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f082f3; }

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

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

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

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

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

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

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

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