#FA8EFA

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

Shades of Violet #FA8EFA

Tints of Violet #FA8EFA

Color information

#FA8EFA (or 0xFA8EFA) is unknown color: approx Violet. HEX triplet: FA, 8E and FA. RGB value is (250,142,250). Sum of RGB (Red+Green+Blue) = 250+142+250=642 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.94% from 642); Green value is 142 (55.86% from 255 or 22.12% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA8EFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8EFA is #057105. Grayscale: #BABABA. Windows color (decimal): -356614 or 16420602. OLE color: 16420602.

HSL color Cylindrical-coordinate representation of color #FA8EFA: hue angle of 300º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FA8EFA is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250142250-
CMYK00.4300.02
HSL300º91.53%76.86%-
HSV(B)300º43.2%98.04%-
XYZ66.3546.5795.93-
YUV186.6163.78173.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.94%
GREEN value IS 142 (55.86% from 255) = 22.12%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=38.94%
G=22.12%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014225000.4300.0230091.5376.86
HexFA8EFA02B0212c5c4d
Octal37221637205302454134115
Binary111110101000111011111010010101101010010110010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EFA; }

 p { color: rgb(250,142,250); }

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

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

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

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

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

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

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