#FA8EFE

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

Shades of Violet #FA8EFE

Tints of Violet #FA8EFE

Color information

#FA8EFE (or 0xFA8EFE) is unknown color: approx Violet. HEX triplet: FA, 8E and FE. RGB value is (250,142,254). Sum of RGB (Red+Green+Blue) = 250+142+254=646 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.70% from 646); Green value is 142 (55.86% from 255 or 21.98% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA8EFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8EFE is #057101. Grayscale: #BABABA. Windows color (decimal): -356610 or 16682746. OLE color: 16682746.

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

Color convert

RGB250142254-
CMYK0.020.4400.00
HSL297.86º98.25%77.65%-
HSV(B)297.86º44.09%99.61%-
XYZ66.9946.8399.27-
YUV187.06165.78172.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.70%
GREEN value IS 142 (55.86% from 255) = 21.98%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=38.70%
G=21.98%
B=39.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501422540.020.4400.00297.8698.2577.65
HexFA8EFE22C0012a624e
Octal37221637625400452142116
Binary111110101000111011111110101011000010010101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8EFE; }

 p { color: rgb(250,142,254); }

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

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

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

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

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

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

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