#FA83F4

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

Shades of Violet #FA83F4

Tints of Violet #FA83F4

Color information

#FA83F4 (or 0xFA83F4) is unknown color: approx Violet. HEX triplet: FA, 83 and F4. RGB value is (250,131,244). Sum of RGB (Red+Green+Blue) = 250+131+244=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 131 (51.56% from 255 or 20.96% from 625); Blue value is 244 (95.70% from 255 or 39.04% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FA83F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA83F4 is #057C0B. Grayscale: #B3B3B3. Windows color (decimal): -359436 or 16024570. OLE color: 16024570.

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

Color convert

RGB250131244-
CMYK00.480.020.02
HSL303.03º92.25%74.71%-
HSV(B)303.03º47.6%98.04%-
XYZ63.8743.0990.54-
YUV179.46164.42178.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 20.96%
BLUE value IS 244 (95.70% from 255) = 39.04%
R=40%
G=20.96%
B=39.04%

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
Decimal25013124400.480.020.02303.0392.2574.71
HexFA83F40302212f5c4b
Octal37220336406022457134113
Binary1111101010000011111101000110000101010010111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA83F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA83F4; }

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

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

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

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

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

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

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

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