#FA9AFF

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

Shades of Violet #FA9AFF

Tints of Violet #FA9AFF

Color information

#FA9AFF (or 0xFA9AFF) is unknown color: approx Violet. HEX triplet: FA, 9A and FF. RGB value is (250,154,255). Sum of RGB (Red+Green+Blue) = 250+154+255=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 154 (60.55% from 255 or 23.37% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA9AFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AFF is #056500. Grayscale: #C1C1C1. Windows color (decimal): -353537 or 16751354. OLE color: 16751354.

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

Color convert

RGB250154255-
CMYK0.020.4000
HSL297.03º100%80.2%-
HSV(B)297.03º39.61%100%-
XYZ69.0350.66100.75-
YUV194.22162.3167.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 154 (60.55% from 255) = 23.37%
BLUE value IS 255 (100% from 255) = 38.69%
R=37.94%
G=23.37%
B=38.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501542550.020.4000297.0310080.2
HexFA9AFF228001296450
Octal37223237725000451144120
Binary111110101001101011111111101010000010010100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AFF; }

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

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

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

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

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

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

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

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