#F082F1

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

Shades of Violet #F082F1

Tints of Violet #F082F1

Color information

#F082F1 (or 0xF082F1) is unknown color: approx Violet. HEX triplet: F0, 82 and F1. RGB value is (240,130,241). Sum of RGB (Red+Green+Blue) = 240+130+241=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 130 (51.17% from 255 or 21.28% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #F082F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082F1 is #0F7D0E. Grayscale: #AFAFAF. Windows color (decimal): -1015055 or 15827696. OLE color: 15827696.

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

Color convert

RGB240130241-
CMYK0.000.4600.05
HSL299.46º79.86%72.75%-
HSV(B)299.46º46.06%94.51%-
XYZ59.7940.8487.95-
YUV175.54164.94173.97-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 130 (51.17% from 255) = 21.28%
BLUE value IS 241 (94.53% from 255) = 39.44%
R=39.28%
G=21.28%
B=39.44%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2401302410.000.4600.05299.4679.8672.75
HexF082F102E0512b5049
Octal36020236105605453120111
Binary1111000010000010111100010101110010110010101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082F1; }

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

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

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

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

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

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

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

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