#FA94F5

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

Shades of Violet #FA94F5

Tints of Violet #FA94F5

Color information

#FA94F5 (or 0xFA94F5) is unknown color: approx Violet. HEX triplet: FA, 94 and F5. RGB value is (250,148,245). Sum of RGB (Red+Green+Blue) = 250+148+245=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 148 (58.20% from 255 or 23.02% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FA94F5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA94F5 is #056B0A. Grayscale: #BDBDBD. Windows color (decimal): -355083 or 16094458. OLE color: 16094458.

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

Color convert

RGB250148245-
CMYK00.410.020.02
HSL302.94º91.07%78.04%-
HSV(B)302.94º40.8%98.04%-
XYZ66.548.192.17-
YUV189.56159.29171.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.88%
GREEN value IS 148 (58.20% from 255) = 23.02%
BLUE value IS 245 (96.09% from 255) = 38.10%
R=38.88%
G=23.02%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014824500.410.020.02302.9491.0778.04
HexFA94F50292212f5b4e
Octal37222436505122457133116
Binary1111101010010100111101010101001101010010111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA94F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA94F5; }

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

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

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

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

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

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

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

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