#FA9DFA

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

Shades of Violet #FA9DFA

Tints of Violet #FA9DFA

Color information

#FA9DFA (or 0xFA9DFA) is unknown color: approx Violet. HEX triplet: FA, 9D and FA. RGB value is (250,157,250). Sum of RGB (Red+Green+Blue) = 250+157+250=657 (87% of max value = 765). Red value is 250 (98.05% from 255 or 38.05% from 657); Green value is 157 (61.72% from 255 or 23.90% from 657); Blue value is 250 (98.05% from 255 or 38.05% from 657); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA9DFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9DFA is #056205. Grayscale: #C3C3C3. Windows color (decimal): -352774 or 16424442. OLE color: 16424442.

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

Color convert

RGB250157250-
CMYK00.3700.02
HSL300º90.29%79.8%-
HSV(B)300º37.2%98.04%-
XYZ68.7451.3496.73-
YUV195.41158.81166.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.05%
GREEN value IS 157 (61.72% from 255) = 23.90%
BLUE value IS 250 (98.05% from 255) = 38.05%
R=38.05%
G=23.90%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015725000.3700.0230090.2979.8
HexFA9DFA0250212c5a50
Octal37223537204502454132120
Binary111110101001110111111010010010101010010110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DFA; }

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

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

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

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

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

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

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

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