COLOR #F4A5F9

HEX: #F4A5F9 RGB: (244,165,249)

Color info

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

RGB color model

#F4A5F9 color RGB value is (244,165,249).

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

RGB channels and saturation

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

244
165
249

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

Portions of RGB colors in percentages

R + G + B = 244 + 165 + 249 = 658 (100%)
R 244 of 658 ~ 37.08%
G 165 of 658 ~ 25.08%
B 249 of 658 ~ 37.84'%

%37.08
%25.08
%37.84

CMYK color model

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

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

CMYK: (2,34,0,2)
C2M34Y0K2 (2%, 34%, 0%, 2%)
(0.02 / 0.34 / 0.00 / 0.02)

CMYK percentages

%2.01
%33.73
%0
%2.35

Codes

Color #F4A5F9 in popluar color models

F4 A5 F9
RGB 244 165 249
HSL 296° 87.50% 81.18%
HSB/HSV 296° 33.73% 97.65%
CMYK 2.01% 33.73% 0.00%
2.35%

Color #F4A5F9 in popluar number systems.

HEX F4 A5 F9
Decimal 244 165 249
Binary 11110100 10100101 11111001
Octal 364 245 371

Shades and tints

Shades of #F4A5F9

#F4A5F9
(244,165,249)
#DE96E3
(222,150,227)
#C887CD
(200,135,205)
#B278B7
(178,120,183)
#9C69A1
(156,105,161)
#865A8B
(134,90,139)
#704B75
(112,75,117)
#5A3C5F
(90,60,95)
#442D49
(68,45,73)
#2E1E33
(46,30,51)
#180F1D
(24,15,29)
#000000
(0,0,0)

Tints of #F4A5F9

#F4A5F9
(244,165,249)
#F5ADF9
(245,173,249)
#F6B5F9
(246,181,249)
#F7BDF9
(247,189,249)
#F8C5F9
(248,197,249)
#F9CDF9
(249,205,249)
#FAD5F9
(250,213,249)
#FBDDF9
(251,221,249)
#FCE5F9
(252,229,249)
#FDEDF9
(253,237,249)
#FEF5F9
(254,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4A5F9; }

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

This text font color is #F4A5F9.

Background Color

.myBgColor { background-color: #F4A5F9; }

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

This div background color is #F4A5F9.

Border color

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

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

This div border color is #F4A5F9.

Opacity

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

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

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

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

This text has shadow with #F4A5F9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4A5F9.

Preview

Color preview on black background

This text has color #F4A5F9 on black background.


Color preview on white background

This text has color #F4A5F9 on white background.


Black color preview on #F4A5F9 background

This text has black color on #F4A5F9 background.


White color preview on #F4A5F9 background

This text has white color on #F4A5F9 background.


Related colors

Complementary color

Complementary color for #hex is #0B5A06.


I love getcolorcode.com

Triadic colors

1 #F9F4A5 and #A5F9F4 with #F4A5F9 are triadic colors.

2 #F9A5F4 and #A5F4F9 with #F4A5F9 are triadic colors.