#FA82F2

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

Shades of Violet #FA82F2

Tints of Violet #FA82F2

Color information

#FA82F2 (or 0xFA82F2) is unknown color: approx Violet. HEX triplet: FA, 82 and F2. RGB value is (250,130,242). Sum of RGB (Red+Green+Blue) = 250+130+242=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 130 (51.17% from 255 or 20.90% from 622); Blue value is 242 (94.92% from 255 or 38.91% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82F2 is #057D0D. Grayscale: #B2B2B2. Windows color (decimal): -359694 or 15893242. OLE color: 15893242.

HSL color Cylindrical-coordinate representation of color #FA82F2: hue angle of 304º 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 #FA82F2 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB250130242-
CMYK00.480.030.02
HSL304º92.31%74.51%-
HSV(B)304º48%98.04%-
XYZ63.4342.788.9-
YUV178.65163.76178.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 130 (51.17% from 255) = 20.90%
BLUE value IS 242 (94.92% from 255) = 38.91%
R=40.19%
G=20.90%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013024200.480.030.0230492.3174.51
HexFA82F2030321305c4b
Octal37220236206032460134113
Binary1111101010000010111100100110000111010011000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82F2; }

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

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

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

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

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

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

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

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