COLOR #FA9BF9

HEX: #FA9BF9 RGB: (250,155,249)

Color info

#FA9BF9 contains mainly red and blue colors. Web safe color of #FA9BF9 is #FF99FF (or #F9F).

RGB color model

#FA9BF9 color RGB value is (250,155,249).

RGB: (250,155,249) (98%, 61%, 98%)

RGB channels and saturation

R 250 of 255 = 98%
G 155 of 255 = 61%
B 249 of 255 = 98%

250
155
249

R + G + B ~ 86%. #FA9BF9 is light color.

Portions of RGB colors in percentages

R + G + B = 250 + 155 + 249 = 654 (100%)
R 250 of 654 ~ 38.23%
G 155 of 654 ~ 23.7%
B 249 of 654 ~ 38.07'%

%38.23
%23.7
%38.07

CMYK color model

#FA9BF9 color CMYK value is (0,38,0,2).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 0.40%
  • key color value is 1.96%

CMYK: (0,38,0,2)
C0M38Y0K2 (0%, 38%, 0%, 2%)
(0.00 / 0.38 / 0.00 / 0.02)

CMYK percentages

%0
%38
%0.4
%1.96

Codes

Color #FA9BF9 in popluar color models

FA 9B F9
RGB 250 155 249
HSL 301° 90.48% 79.41%
HSB/HSV 301° 38.00% 98.04%
CMYK 0.00% 38.00% 0.40%
1.96%

Color #FA9BF9 in popluar number systems.

HEX FA 9B F9
Decimal 250 155 249
Binary 11111010 10011011 11111001
Octal 372 233 371

Shades and tints

Shades of #FA9BF9

#FA9BF9
(250,155,249)
#E48DE3
(228,141,227)
#CE7FCD
(206,127,205)
#B871B7
(184,113,183)
#A263A1
(162,99,161)
#8C558B
(140,85,139)
#764775
(118,71,117)
#60395F
(96,57,95)
#4A2B49
(74,43,73)
#341D33
(52,29,51)
#1E0F1D
(30,15,29)
#000000
(0,0,0)

Tints of #FA9BF9

#FA9BF9
(250,155,249)
#FAA4F9
(250,164,249)
#FAADF9
(250,173,249)
#FAB6F9
(250,182,249)
#FABFF9
(250,191,249)
#FAC8F9
(250,200,249)
#FAD1F9
(250,209,249)
#FADAF9
(250,218,249)
#FAE3F9
(250,227,249)
#FAECF9
(250,236,249)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA9BF9 color. Also use rgb(250,155,249) instead hex code.

Text Font Color

.myTextColor { color: #FA9BF9; }

<p style="color:#FA9BF9">This sample text font color is #FA9BF9.</p>

This text font color is #FA9BF9.

Background Color

.myBgColor { background-color: #FA9BF9; }

<div style="background-color:#FA9BF9">Inner text</div>

This div background color is #FA9BF9.

Border color

.myBorderColor { border: 1px solid #FA9BF9; }

<div style="border:3px solid #FA9BF9">Div</div>

This div border color is #FA9BF9.

Opacity

.myOpacity80 { color: #FA9BF9; opacity: 0.8; }

<p style="color:#FA9BF9;opacity:0.8;">80%</p>

Text with #FA9BF9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FA9BF9;}

<p style="text-shadow: 3px 3px 1px #FA9BF9">Text here.</p>

This text has shadow with #FA9BF9 color.


.textShadow {text-shadow: 3px 3px 1px #FA9BF9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FA9BF9, 5px 5px 20px red">Text here.</p>

This text has shadow with #FA9BF9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FA9BF9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FA9BF9, Direction=45, Strength=4)">Text</p>

This text has shadow with #FA9BF9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FA9BF9;
-webkit-box-shadow: 1px 1px 3px 2px #FA9BF9;
box-shadow: 1px 1px 3px 2px #FA9BF9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FA9BF9; -webkit-box-shadow: 1px 1px 3px 2px #FA9BF9; box-shadow:1px 1px 3px 2px #FA9BF9;">
Div content here
</div>

This div box has shadow with color #FA9BF9.

Preview

Color preview on black background

This text has color #FA9BF9 on black background.


Color preview on white background

This text has color #FA9BF9 on white background.


Black color preview on #FA9BF9 background

This text has black color on #FA9BF9 background.


White color preview on #FA9BF9 background

This text has white color on #FA9BF9 background.


Related colors

Complementary color

Complementary color for #hex is #056406.


I love getcolorcode.com

Triadic colors

1 #F9FA9B and #9BF9FA with #FA9BF9 are triadic colors.

2 #F99BFA and #9BFAF9 with #FA9BF9 are triadic colors.