#FA9FFF

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

Shades of Violet #FA9FFF

Tints of Violet #FA9FFF

Color information

#FA9FFF (or 0xFA9FFF) is unknown color: approx Violet. HEX triplet: FA, 9F and FF. RGB value is (250,159,255). Sum of RGB (Red+Green+Blue) = 250+159+255=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 159 (62.5% from 255 or 23.95% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA9FFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FFF is #056000. Grayscale: #C4C4C4. Windows color (decimal): -352257 or 16752634. OLE color: 16752634.

HSL color Cylindrical-coordinate representation of color #FA9FFF: hue angle of 296.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FA9FFF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250159255-
CMYK0.020.3800
HSL296.88º100%81.18%-
HSV(B)296.88º37.65%100%-
XYZ69.8752.34101.03-
YUV197.15160.65165.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 159 (62.5% from 255) = 23.95%
BLUE value IS 255 (100% from 255) = 38.40%
R=37.65%
G=23.95%
B=38.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501592550.020.3800296.8810081.18
HexFA9FFF226001296451
Octal37223737724600451144121
Binary111110101001111111111111101001100010010100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FFF; }

 p { color: rgb(250,159,255); }

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

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

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

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

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

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

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