#FA8DF5

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

Shades of Violet #FA8DF5

Tints of Violet #FA8DF5

Color information

#FA8DF5 (or 0xFA8DF5) is unknown color: approx Violet. HEX triplet: FA, 8D and F5. RGB value is (250,141,245). Sum of RGB (Red+Green+Blue) = 250+141+245=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 141 (55.47% from 255 or 22.17% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8DF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8DF5 is #05720A. Grayscale: #B9B9B9. Windows color (decimal): -356875 or 16092666. OLE color: 16092666.

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

Color convert

RGB250141245-
CMYK00.440.020.02
HSL302.75º91.6%76.67%-
HSV(B)302.75º43.6%98.04%-
XYZ65.4345.9791.81-
YUV185.45161.61174.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.31%
GREEN value IS 141 (55.47% from 255) = 22.17%
BLUE value IS 245 (96.09% from 255) = 38.52%
R=39.31%
G=22.17%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014124500.440.020.02302.7591.676.67
HexFA8DF502C2212f5c4d
Octal37221536505422457134115
Binary1111101010001101111101010101100101010010111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8DF5; }

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

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

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

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

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

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

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

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