#FA8BF2

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

Shades of Violet #FA8BF2

Tints of Violet #FA8BF2

Color information

#FA8BF2 (or 0xFA8BF2) is unknown color: approx Violet. HEX triplet: FA, 8B and F2. RGB value is (250,139,242). Sum of RGB (Red+Green+Blue) = 250+139+242=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 139 (54.69% from 255 or 22.03% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8BF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8BF2 is #05740D. Grayscale: #B7B7B7. Windows color (decimal): -357390 or 15895546. OLE color: 15895546.

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

Color convert

RGB250139242-
CMYK00.440.030.02
HSL304.32º91.74%76.27%-
HSV(B)304.32º44.4%98.04%-
XYZ64.6845.289.32-
YUV183.93160.77175.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 139 (54.69% from 255) = 22.03%
BLUE value IS 242 (94.92% from 255) = 38.35%
R=39.62%
G=22.03%
B=38.35%

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
Decimal25013924200.440.030.02304.3291.7476.27
HexFA8BF202C321305c4c
Octal37221336205432460134114
Binary1111101010001011111100100101100111010011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8BF2; }

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

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

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

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

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

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

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

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