#FA97FD

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

Shades of Violet #FA97FD

Tints of Violet #FA97FD

Color information

#FA97FD (or 0xFA97FD) is unknown color: approx Violet. HEX triplet: FA, 97 and FD. RGB value is (250,151,253). Sum of RGB (Red+Green+Blue) = 250+151+253=654 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.23% from 654); Green value is 151 (59.38% from 255 or 23.09% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA97FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA97FD is #056802. Grayscale: #BFBFBF. Windows color (decimal): -354307 or 16619514. OLE color: 16619514.

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

Color convert

RGB250151253-
CMYK0.010.4000.01
HSL298.24º96.23%79.22%-
HSV(B)298.24º40.32%99.22%-
XYZ68.2249.5598.9-
YUV192.23162.3169.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.23%
GREEN value IS 151 (59.38% from 255) = 23.09%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=38.23%
G=23.09%
B=38.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501512530.010.4000.01298.2496.2379.22
HexFA97FD1280112a604f
Octal37222737515001452140117
Binary11111010100101111111110111010000110010101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA97FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA97FD; }

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

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

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

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

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

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

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

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