#FA90FB

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

Shades of Violet #FA90FB

Tints of Violet #FA90FB

Color information

#FA90FB (or 0xFA90FB) is unknown color: approx Violet. HEX triplet: FA, 90 and FB. RGB value is (250,144,251). Sum of RGB (Red+Green+Blue) = 250+144+251=645 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.76% from 645); Green value is 144 (56.64% from 255 or 22.33% from 645); Blue value is 251 (98.44% from 255 or 38.91% from 645); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA90FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA90FB is #056F04. Grayscale: #BBBBBB. Windows color (decimal): -356101 or 16486650. OLE color: 16486650.

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

Color convert

RGB250144251-
CMYK0.000.4300.02
HSL299.44º93.04%77.45%-
HSV(B)299.44º42.63%98.43%-
XYZ66.8147.2496.86-
YUV187.89163.62172.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.76%
GREEN value IS 144 (56.64% from 255) = 22.33%
BLUE value IS 251 (98.44% from 255) = 38.91%
R=38.76%
G=22.33%
B=38.91%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501442510.000.4300.02299.4493.0477.45
HexFA90FB02B0212b5d4d
Octal37222037305302453135115
Binary111110101001000011111011010101101010010101110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA90FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA90FB; }

 p { color: rgb(250,144,251); }

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

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

 a { background-color: rgb(250,144,251); }

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

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

 span { border-color: rgb(250,144,251); }

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