#FA8DF7

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

Shades of Violet #FA8DF7

Tints of Violet #FA8DF7

Color information

#FA8DF7 (or 0xFA8DF7) is unknown color: approx Violet. HEX triplet: FA, 8D and F7. RGB value is (250,141,247). Sum of RGB (Red+Green+Blue) = 250+141+247=638 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.18% from 638); Green value is 141 (55.47% from 255 or 22.10% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF7 is #057208. Grayscale: #B9B9B9. Windows color (decimal): -356873 or 16223738. OLE color: 16223738.

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

Color convert

RGB250141247-
CMYK00.440.010.02
HSL301.65º91.6%76.67%-
HSV(B)301.65º43.6%98.04%-
XYZ65.7446.0993.43-
YUV185.68162.61173.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.18%
GREEN value IS 141 (55.47% from 255) = 22.10%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=39.18%
G=22.10%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014124700.440.010.02301.6591.676.67
HexFA8DF702C1212e5c4d
Octal37221536705412456134115
Binary111110101000110111110111010110011010010111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DF7; }

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

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

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

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

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

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

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

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