#FA99FA

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

Shades of Violet #FA99FA

Tints of Violet #FA99FA

Color information

#FA99FA (or 0xFA99FA) is unknown color: approx Violet. HEX triplet: FA, 99 and FA. RGB value is (250,153,250). Sum of RGB (Red+Green+Blue) = 250+153+250=653 (86% of max value = 765). Red value is 250 (98.05% from 255 or 38.28% from 653); Green value is 153 (60.16% from 255 or 23.43% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA99FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA99FA is #056605. Grayscale: #C0C0C0. Windows color (decimal): -353798 or 16423418. OLE color: 16423418.

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

Color convert

RGB250153250-
CMYK00.3900.02
HSL300º90.65%79.02%-
HSV(B)300º38.8%98.04%-
XYZ68.0750.0196.51-
YUV193.06160.14168.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.28%
GREEN value IS 153 (60.16% from 255) = 23.43%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=38.28%
G=23.43%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25015325000.3900.0230090.6579.02
HexFA99FA0270212c5b4f
Octal37223137204702454133117
Binary111110101001100111111010010011101010010110010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA99FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA99FA; }

 p { color: rgb(250,153,250); }

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

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

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

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

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

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

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