#FA96F7

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

Shades of Violet #FA96F7

Tints of Violet #FA96F7

Color information

#FA96F7 (or 0xFA96F7) is unknown color: approx Violet. HEX triplet: FA, 96 and F7. RGB value is (250,150,247). Sum of RGB (Red+Green+Blue) = 250+150+247=647 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.64% from 647); Green value is 150 (58.98% from 255 or 23.18% from 647); Blue value is 247 (96.88% from 255 or 38.18% from 647); Max value from RGB is 250 - color contains mainly: red. Hex color #FA96F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA96F7 is #056908. Grayscale: #BEBEBE. Windows color (decimal): -354569 or 16226042. OLE color: 16226042.

HSL color Cylindrical-coordinate representation of color #FA96F7: hue angle of 301.8º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FA96F7 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB250150247-
CMYK00.40.010.02
HSL301.8º90.91%78.43%-
HSV(B)301.8º40%98.04%-
XYZ67.1248.8593.89-
YUV190.96159.63170.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.64%
GREEN value IS 150 (58.98% from 255) = 23.18%
BLUE value IS 247 (96.88% from 255) = 38.18%
R=38.64%
G=23.18%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015024700.40.010.02301.890.9178.43
HexFA96F70281212e5b4e
Octal37222636705012456133116
Binary111110101001011011110111010100011010010111010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA96F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA96F7; }

 p { color: rgb(250,150,247); }

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

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

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

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

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

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

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