#FA8CFA

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

Shades of Violet #FA8CFA

Tints of Violet #FA8CFA

Color information

#FA8CFA (or 0xFA8CFA) is unknown color: approx Violet. HEX triplet: FA, 8C and FA. RGB value is (250,140,250). Sum of RGB (Red+Green+Blue) = 250+140+250=640 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.06% from 640); Green value is 140 (55.08% from 255 or 21.88% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA8CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8CFA is #057305. Grayscale: #B9B9B9. Windows color (decimal): -357126 or 16420090. OLE color: 16420090.

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

Color convert

RGB250140250-
CMYK00.4400.02
HSL300º91.67%76.47%-
HSV(B)300º44%98.04%-
XYZ66.0645.9895.84-
YUV185.43164.44174.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.06%
GREEN value IS 140 (55.08% from 255) = 21.88%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=39.06%
G=21.88%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014025000.4400.0230091.6776.47
HexFA8CFA02C0212c5c4c
Octal37221437205402454134114
Binary111110101000110011111010010110001010010110010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CFA; }

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

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

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

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

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

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

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

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