#FA8CF7

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

Shades of Violet #FA8CF7

Tints of Violet #FA8CF7

Color information

#FA8CF7 (or 0xFA8CF7) is unknown color: approx Violet. HEX triplet: FA, 8C and F7. RGB value is (250,140,247). Sum of RGB (Red+Green+Blue) = 250+140+247=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 140 (55.08% from 255 or 21.98% from 637); Blue value is 247 (96.88% from 255 or 38.78% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8CF7 is #057308. Grayscale: #B8B8B8. Windows color (decimal): -357129 or 16223482. OLE color: 16223482.

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

Color convert

RGB250140247-
CMYK00.440.010.02
HSL301.64º91.67%76.47%-
HSV(B)301.64º44%98.04%-
XYZ65.5945.893.38-
YUV185.09162.94174.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 140 (55.08% from 255) = 21.98%
BLUE value IS 247 (96.88% from 255) = 38.78%
R=39.25%
G=21.98%
B=38.78%

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
Decimal25014024700.440.010.02301.6491.6776.47
HexFA8CF702C1212e5c4c
Octal37221436705412456134114
Binary111110101000110011110111010110011010010111010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CF7; }

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

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

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

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

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

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

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

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