#FA9CFA

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

Shades of Violet #FA9CFA

Tints of Violet #FA9CFA

Color information

#FA9CFA (or 0xFA9CFA) is unknown color: approx Violet. HEX triplet: FA, 9C and FA. RGB value is (250,156,250). Sum of RGB (Red+Green+Blue) = 250+156+250=656 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.11% from 656); Green value is 156 (61.33% from 255 or 23.78% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA9CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9CFA is #056305. Grayscale: #C2C2C2. Windows color (decimal): -353030 or 16424186. OLE color: 16424186.

HSL color Cylindrical-coordinate representation of color #FA9CFA: 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.38%. Process color model (Four color, CMYK) of #FA9CFA is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB250156250-
CMYK00.3800.02
HSL300º90.38%79.61%-
HSV(B)300º37.6%98.04%-
XYZ68.575196.67-
YUV194.82159.14167.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.11%
GREEN value IS 156 (61.33% from 255) = 23.78%
BLUE value IS 250 (98.05% from 255) = 38.11%
R=38.11%
G=23.78%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015625000.3800.0230090.3879.61
HexFA9CFA0260212c5a50
Octal37223437204602454132120
Binary111110101001110011111010010011001010010110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9CFA; }

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

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

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

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

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

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

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

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