#FA9AFE

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

Shades of Violet #FA9AFE

Tints of Violet #FA9AFE

Color information

#FA9AFE (or 0xFA9AFE) is unknown color: approx Violet. HEX triplet: FA, 9A and FE. RGB value is (250,154,254). Sum of RGB (Red+Green+Blue) = 250+154+254=658 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.99% from 658); Green value is 154 (60.55% from 255 or 23.40% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA9AFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9AFE is #056501. Grayscale: #C1C1C1. Windows color (decimal): -353538 or 16685818. OLE color: 16685818.

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

Color convert

RGB250154254-
CMYK0.020.3900.00
HSL297.6º98.04%80%-
HSV(B)297.6º39.37%99.61%-
XYZ68.8750.5999.9-
YUV194.1161.8167.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.99%
GREEN value IS 154 (60.55% from 255) = 23.40%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=37.99%
G=23.40%
B=38.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2501542540.020.3900.00297.698.0480
HexFA9AFE2270012a6250
Octal37223237624700452142120
Binary111110101001101011111110101001110010010101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9AFE; }

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

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

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

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

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

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

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

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