COLOR #F9A5F6

HEX: #F9A5F6 RGB: (249,165,246)

Color info

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

RGB color model

#F9A5F6 color RGB value is (249,165,246).

RGB: (249,165,246) (98%, 65%, 96%)

RGB channels and saturation

R 249 of 255 = 98%
G 165 of 255 = 65%
B 246 of 255 = 96%

249
165
246

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

Portions of RGB colors in percentages

R + G + B = 249 + 165 + 246 = 660 (100%)
R 249 of 660 ~ 37.73%
G 165 of 660 ~ 25%
B 246 of 660 ~ 37.27'%

%37.73
%25
%37.27

CMYK color model

#F9A5F6 color CMYK value is (0,34,1,2).

  • cyan value is 0.00%
  • magenta value is 33.73%
  • yellow value is 1.20%
  • key color value is 2.35%

CMYK: (0,34,1,2)
C0M34Y1K2 (0%, 34%, 1%, 2%)
(0.00 / 0.34 / 0.01 / 0.02)

CMYK percentages

%0
%33.73
%1.2
%2.35

Codes

Color #F9A5F6 in popluar color models

F9 A5 F6
RGB 249 165 246
HSL 302° 87.50% 81.18%
HSB/HSV 302° 33.73% 97.65%
CMYK 0.00% 33.73% 1.20%
2.35%

Color #F9A5F6 in popluar number systems.

HEX F9 A5 F6
Decimal 249 165 246
Binary 11111001 10100101 11110110
Octal 371 245 366

Shades and tints

Shades of #F9A5F6

#F9A5F6
(249,165,246)
#E396E0
(227,150,224)
#CD87CA
(205,135,202)
#B778B4
(183,120,180)
#A1699E
(161,105,158)
#8B5A88
(139,90,136)
#754B72
(117,75,114)
#5F3C5C
(95,60,92)
#492D46
(73,45,70)
#331E30
(51,30,48)
#1D0F1A
(29,15,26)
#000000
(0,0,0)

Tints of #F9A5F6

#F9A5F6
(249,165,246)
#F9ADF6
(249,173,246)
#F9B5F6
(249,181,246)
#F9BDF6
(249,189,246)
#F9C5F6
(249,197,246)
#F9CDF6
(249,205,246)
#F9D5F6
(249,213,246)
#F9DDF6
(249,221,246)
#F9E5F6
(249,229,246)
#F9EDF6
(249,237,246)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A5F6 color. Also use rgb(249,165,246) instead hex code.

Text Font Color

.myTextColor { color: #F9A5F6; }

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

This text font color is #F9A5F6.

Background Color

.myBgColor { background-color: #F9A5F6; }

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

This div background color is #F9A5F6.

Border color

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

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

This div border color is #F9A5F6.

Opacity

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

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

Text with #F9A5F6 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 #F9A5F6;}

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

This text has shadow with #F9A5F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9A5F6.

Preview

Color preview on black background

This text has color #F9A5F6 on black background.


Color preview on white background

This text has color #F9A5F6 on white background.


Black color preview on #F9A5F6 background

This text has black color on #F9A5F6 background.


White color preview on #F9A5F6 background

This text has white color on #F9A5F6 background.


Related colors

Complementary color

Complementary color for #hex is #065A09.


I love getcolorcode.com

Triadic colors

1 #F6F9A5 and #A5F6F9 with #F9A5F6 are triadic colors.

2 #F6A5F9 and #A5F9F6 with #F9A5F6 are triadic colors.