#FA8CF2

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

Shades of Violet #FA8CF2

Tints of Violet #FA8CF2

Color information

#FA8CF2 (or 0xFA8CF2) is unknown color: approx Violet. HEX triplet: FA, 8C and F2. RGB value is (250,140,242). Sum of RGB (Red+Green+Blue) = 250+140+242=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 140 (55.08% from 255 or 22.15% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8CF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8CF2 is #05730D. Grayscale: #B8B8B8. Windows color (decimal): -357134 or 15895802. OLE color: 15895802.

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

Color convert

RGB250140242-
CMYK00.440.030.02
HSL304.36º91.67%76.47%-
HSV(B)304.36º44%98.04%-
XYZ64.8345.4989.37-
YUV184.52160.44174.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 140 (55.08% from 255) = 22.15%
BLUE value IS 242 (94.92% from 255) = 38.29%
R=39.56%
G=22.15%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014024200.440.030.02304.3691.6776.47
HexFA8CF202C321305c4c
Octal37221436205432460134114
Binary1111101010001100111100100101100111010011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8CF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8CF2; }

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

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

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

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

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

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

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

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