#FA8FF6

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

Shades of Violet #FA8FF6

Tints of Violet #FA8FF6

Color information

#FA8FF6 (or 0xFA8FF6) is unknown color: approx Violet. HEX triplet: FA, 8F and F6. RGB value is (250,143,246). Sum of RGB (Red+Green+Blue) = 250+143+246=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 143 (56.25% from 255 or 22.38% from 639); Blue value is 246 (96.48% from 255 or 38.50% from 639); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8FF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8FF6 is #057009. Grayscale: #BABABA. Windows color (decimal): -356362 or 16158714. OLE color: 16158714.

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

Color convert

RGB250143246-
CMYK00.430.020.02
HSL302.24º91.45%77.06%-
HSV(B)302.24º42.8%98.04%-
XYZ65.8846.6292.72-
YUV186.74161.45173.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 143 (56.25% from 255) = 22.38%
BLUE value IS 246 (96.48% from 255) = 38.50%
R=39.12%
G=22.38%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014324600.430.020.02302.2491.4577.06
HexFA8FF602B2212e5b4d
Octal37221736605322456133115
Binary1111101010001111111101100101011101010010111010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8FF6; }

 p { color: rgb(250,143,246); }

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

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

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

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

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

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

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