#FA82F3

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

Shades of Violet #FA82F3

Tints of Violet #FA82F3

Color information

#FA82F3 (or 0xFA82F3) is unknown color: approx Violet. HEX triplet: FA, 82 and F3. RGB value is (250,130,243). Sum of RGB (Red+Green+Blue) = 250+130+243=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 130 (51.17% from 255 or 20.87% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82F3 is #057D0C. Grayscale: #B2B2B2. Windows color (decimal): -359693 or 15958778. OLE color: 15958778.

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

Color convert

RGB250130243-
CMYK00.480.030.02
HSL303.5º92.31%74.51%-
HSV(B)303.5º48%98.04%-
XYZ63.5842.7689.7-
YUV178.76164.26178.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 130 (51.17% from 255) = 20.87%
BLUE value IS 243 (95.31% from 255) = 39.00%
R=40.13%
G=20.87%
B=39.00%

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
Decimal25013024300.480.030.02303.592.3174.51
HexFA82F3030321305c4b
Octal37220236306032460134113
Binary1111101010000010111100110110000111010011000010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82F3; }

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

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

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

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

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

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

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

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