#FA9DFF

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

Shades of Violet #FA9DFF

Tints of Violet #FA9DFF

Color information

#FA9DFF (or 0xFA9DFF) is unknown color: approx Violet. HEX triplet: FA, 9D and FF. RGB value is (250,157,255). Sum of RGB (Red+Green+Blue) = 250+157+255=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 157 (61.72% from 255 or 23.72% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA9DFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9DFF is #056200. Grayscale: #C3C3C3. Windows color (decimal): -352769 or 16752122. OLE color: 16752122.

HSL color Cylindrical-coordinate representation of color #FA9DFF: hue angle of 296.94º 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 #FA9DFF is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250157255-
CMYK0.020.3800
HSL296.94º100%80.78%-
HSV(B)296.94º38.43%100%-
XYZ69.5351.66100.91-
YUV195.98161.31166.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 157 (61.72% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 38.52%
R=37.76%
G=23.72%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2501572550.020.3800296.9410080.78
HexFA9DFF226001296451
Octal37223537724600451144121
Binary111110101001110111111111101001100010010100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9DFF; }

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

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

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

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

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

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

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

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