#FA83F6

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

Shades of Violet #FA83F6

Tints of Violet #FA83F6

Color information

#FA83F6 (or 0xFA83F6) is unknown color: approx Violet. HEX triplet: FA, 83 and F6. RGB value is (250,131,246). Sum of RGB (Red+Green+Blue) = 250+131+246=627 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.87% from 627); Green value is 131 (51.56% from 255 or 20.89% from 627); Blue value is 246 (96.48% from 255 or 39.23% from 627); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83F6 is #057C09. Grayscale: #B3B3B3. Windows color (decimal): -359434 or 16155642. OLE color: 16155642.

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

Color convert

RGB250131246-
CMYK00.480.020.02
HSL302.02º92.25%74.71%-
HSV(B)302.02º47.6%98.04%-
XYZ64.1843.2192.15-
YUV179.69165.42178.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.87%
GREEN value IS 131 (51.56% from 255) = 20.89%
BLUE value IS 246 (96.48% from 255) = 39.23%
R=39.87%
G=20.89%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013124600.480.020.02302.0292.2574.71
HexFA83F60302212e5c4b
Octal37220336606022456134113
Binary1111101010000011111101100110000101010010111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83F6; }

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

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

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

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

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

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

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

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