#FA82F4

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

Shades of Violet #FA82F4

Tints of Violet #FA82F4

Color information

#FA82F4 (or 0xFA82F4) is unknown color: approx Violet. HEX triplet: FA, 82 and F4. RGB value is (250,130,244). Sum of RGB (Red+Green+Blue) = 250+130+244=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 130 (51.17% from 255 or 20.83% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA82F4 is #057D0B. Grayscale: #B2B2B2. Windows color (decimal): -359692 or 16024314. OLE color: 16024314.

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

Color convert

RGB250130244-
CMYK00.480.020.02
HSL303º92.31%74.51%-
HSV(B)303º48%98.04%-
XYZ63.7442.8290.49-
YUV178.88164.76178.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 130 (51.17% from 255) = 20.83%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=40.06%
G=20.83%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013024400.480.020.0230392.3174.51
HexFA82F40302212f5c4b
Octal37220236406022457134113
Binary1111101010000010111101000110000101010010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82F4; }

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

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

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

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

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

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

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

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