#FA97FA

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

Shades of Violet #FA97FA

Tints of Violet #FA97FA

Color information

#FA97FA (or 0xFA97FA) is unknown color: approx Violet. HEX triplet: FA, 97 and FA. RGB value is (250,151,250). Sum of RGB (Red+Green+Blue) = 250+151+250=651 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.40% from 651); Green value is 151 (59.38% from 255 or 23.20% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA97FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA97FA is #056805. Grayscale: #BFBFBF. Windows color (decimal): -354310 or 16422906. OLE color: 16422906.

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

Color convert

RGB250151250-
CMYK00.4000.02
HSL300º90.83%78.63%-
HSV(B)300º39.6%98.04%-
XYZ67.7549.3696.4-
YUV191.89160.8169.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.40%
GREEN value IS 151 (59.38% from 255) = 23.20%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=38.40%
G=23.20%
B=38.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015125000.4000.0230090.8378.63
HexFA97FA0280212c5b4f
Octal37222737205002454133117
Binary111110101001011111111010010100001010010110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97FA; }

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

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

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

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

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

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

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

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