#FA8AFB

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

Shades of Violet #FA8AFB

Tints of Violet #FA8AFB

Color information

#FA8AFB (or 0xFA8AFB) is unknown color: approx Violet. HEX triplet: FA, 8A and FB. RGB value is (250,138,251). Sum of RGB (Red+Green+Blue) = 250+138+251=639 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.12% from 639); Green value is 138 (54.30% from 255 or 21.60% from 639); Blue value is 251 (98.44% from 255 or 39.28% from 639); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA8AFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FA8AFB is #057504. Grayscale: #B8B8B8. Windows color (decimal): -357637 or 16485114. OLE color: 16485114.

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

Color convert

RGB250138251-
CMYK0.000.4500.02
HSL299.47º93.39%76.27%-
HSV(B)299.47º45.02%98.43%-
XYZ65.9345.4796.57-
YUV184.37165.61174.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.12%
GREEN value IS 138 (54.30% from 255) = 21.60%
BLUE value IS 251 (98.44% from 255) = 39.28%
R=39.12%
G=21.60%
B=39.28%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501382510.000.4500.02299.4793.3976.27
HexFA8AFB02D0212b5d4c
Octal37221237305502453135114
Binary111110101000101011111011010110101010010101110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8AFB; }

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

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

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

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

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

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

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

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