#FA83F7

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

Shades of Violet #FA83F7

Tints of Violet #FA83F7

Color information

#FA83F7 (or 0xFA83F7) is unknown color: approx Violet. HEX triplet: FA, 83 and F7. RGB value is (250,131,247). Sum of RGB (Red+Green+Blue) = 250+131+247=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 131 (51.56% from 255 or 20.86% from 628); Blue value is 247 (96.88% from 255 or 39.33% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83F7 is #057C08. Grayscale: #B3B3B3. Windows color (decimal): -359433 or 16221178. OLE color: 16221178.

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

Color convert

RGB250131247-
CMYK00.480.010.02
HSL301.51º92.25%74.71%-
HSV(B)301.51º47.6%98.04%-
XYZ64.3343.2792.96-
YUV179.8165.92178.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 131 (51.56% from 255) = 20.86%
BLUE value IS 247 (96.88% from 255) = 39.33%
R=39.81%
G=20.86%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013124700.480.010.02301.5192.2574.71
HexFA83F70301212e5c4b
Octal37220336706012456134113
Binary111110101000001111110111011000011010010111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83F7; }

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

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

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

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

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

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

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

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