#FA89F9

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

Shades of Violet #FA89F9

Tints of Violet #FA89F9

Color information

#FA89F9 (or 0xFA89F9) is unknown color: approx Violet. HEX triplet: FA, 89 and F9. RGB value is (250,137,249). Sum of RGB (Red+Green+Blue) = 250+137+249=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 137 (53.91% from 255 or 21.54% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA89F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA89F9 is #057606. Grayscale: #B7B7B7. Windows color (decimal): -357895 or 16353786. OLE color: 16353786.

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

Color convert

RGB250137249-
CMYK00.450.000.02
HSL300.53º91.87%75.88%-
HSV(B)300.53º45.2%98.04%-
XYZ65.4745.0594.87-
YUV183.55164.94175.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 137 (53.91% from 255) = 21.54%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=39.31%
G=21.54%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013724900.450.000.02300.5391.8775.88
HexFA89F902D0212d5c4c
Octal37221137105502455134114
Binary111110101000100111111001010110101010010110110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA89F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA89F9; }

 p { color: rgb(250,137,249); }

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

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

 a { background-color: rgb(250,137,249); }

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

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

 span { border-color: rgb(250,137,249); }

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