#FA97F4

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

Shades of Violet #FA97F4

Tints of Violet #FA97F4

Color information

#FA97F4 (or 0xFA97F4) is unknown color: approx Violet. HEX triplet: FA, 97 and F4. RGB value is (250,151,244). Sum of RGB (Red+Green+Blue) = 250+151+244=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 244 (95.70% from 255 or 37.83% from 645); Max value from RGB is 250 - color contains mainly: red. Hex color #FA97F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA97F4 is #05680B. Grayscale: #BEBEBE. Windows color (decimal): -354316 or 16029690. OLE color: 16029690.

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

Color convert

RGB250151244-
CMYK00.400.020.02
HSL303.64º90.83%78.63%-
HSV(B)303.64º39.6%98.04%-
XYZ66.8248.9991.52-
YUV191.2157.8169.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 151 (59.38% from 255) = 23.41%
BLUE value IS 244 (95.70% from 255) = 37.83%
R=38.76%
G=23.41%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015124400.400.020.02303.6490.8378.63
HexFA97F4028221305b4f
Octal37222736405022460133117
Binary1111101010010111111101000101000101010011000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97F4; }

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

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

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

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

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

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

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

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