#FA83F5

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

Shades of Violet #FA83F5

Tints of Violet #FA83F5

Color information

#FA83F5 (or 0xFA83F5) is unknown color: approx Violet. HEX triplet: FA, 83 and F5. RGB value is (250,131,245). Sum of RGB (Red+Green+Blue) = 250+131+245=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 131 (51.56% from 255 or 20.93% from 626); Blue value is 245 (96.09% from 255 or 39.14% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83F5 is #057C0A. Grayscale: #B3B3B3. Windows color (decimal): -359435 or 16090106. OLE color: 16090106.

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

Color convert

RGB250131245-
CMYK00.480.020.02
HSL302.52º92.25%74.71%-
HSV(B)302.52º47.6%98.04%-
XYZ64.0243.1591.34-
YUV179.58164.92178.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 131 (51.56% from 255) = 20.93%
BLUE value IS 245 (96.09% from 255) = 39.14%
R=39.94%
G=20.93%
B=39.14%

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
Decimal25013124500.480.020.02302.5292.2574.71
HexFA83F50302212f5c4b
Octal37220336506022457134113
Binary1111101010000011111101010110000101010010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83F5; }

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

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

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

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

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

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

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

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