#FA9FFD

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

Shades of Violet #FA9FFD

Tints of Violet #FA9FFD

Color information

#FA9FFD (or 0xFA9FFD) is unknown color: approx Violet. HEX triplet: FA, 9F and FD. RGB value is (250,159,253). Sum of RGB (Red+Green+Blue) = 250+159+253=662 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.76% from 662); Green value is 159 (62.5% from 255 or 24.02% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA9FFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA9FFD is #056002. Grayscale: #C4C4C4. Windows color (decimal): -352259 or 16621562. OLE color: 16621562.

HSL color Cylindrical-coordinate representation of color #FA9FFD: hue angle of 298.09º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FA9FFD is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250159253-
CMYK0.010.3700.01
HSL298.09º95.92%80.78%-
HSV(B)298.09º37.15%99.22%-
XYZ69.5552.2199.34-
YUV196.92159.65165.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.76%
GREEN value IS 159 (62.5% from 255) = 24.02%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=37.76%
G=24.02%
B=38.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2501592530.010.3700.01298.0995.9280.78
HexFA9FFD1250112a6051
Octal37223737514501452140121
Binary11111010100111111111110111001010110010101011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9FFD; }

 p { color: rgb(250,159,253); }

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

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

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

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

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

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

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