COLOR #F9A0E9

HEX: #F9A0E9
RGB: (249,160,233)

Color info

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

RGB color model

#F9A0E9 color RGB value is (249,160,233).

  • red value is 249;
  • green value is 160;
  • blue value is 233.
RGB:
(249,160,233)
(98%,63%,91%)

RGB channels and saturation

R 249 of 255 = 98%
G 160 of 255 = 63%
B 233 of 255 = 91%

249
160
233

R + G + B ~ 84%. #F9A0E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 160 + 233 = 642 (100%)
R 249 of 642 ~ 38.79%
G 160 of 642 ~ 24.92%
B 233 of 642 ~ 36.29%

%38.79
%24.92
%36.29

CMYK color model

#F9A0E9 color CMYK value is (0,36,6,2).

  • cyan value is 0.00%
  • magenta value is 35.74%
  • yellow value is 6.43%
  • key color value is 2.35%
CMYK:
(0,36,6,2)
C0M36Y6K2 
(0%,36%,6%,2%)
(0.00/0.36/0.06/0.02)	

CMYK percentages

%0
%35.74
%6.43
%2.35

Codes

Color #F9A0E9 in popluar color models

F9A0E9
RGB249160233
HSL311°88.12%80.20%
HSB/HSV311°35.74%97.65%
CMYK0.00%35.74%6.43%
2.35%

Color #F9A0E9 in popluar number systems.

HEXF9A0E9
Decimal249160233
Binary111110011010000011101001
Octal371240351

Shades and tints

Shades of #F9A0E9

#F9A0E9
(249,160,233)
#E392D4
(227,146,212)
#CD84BF
(205,132,191)
#B776AA
(183,118,170)
#A16895
(161,104,149)
#8B5A80
(139,90,128)
#754C6B
(117,76,107)
#5F3E56
(95,62,86)
#493041
(73,48,65)
#33222C
(51,34,44)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #F9A0E9

#F9A0E9
(249,160,233)
#F9A8EB
(249,168,235)
#F9B0ED
(249,176,237)
#F9B8EF
(249,184,239)
#F9C0F1
(249,192,241)
#F9C8F3
(249,200,243)
#F9D0F5
(249,208,245)
#F9D8F7
(249,216,247)
#F9E0F9
(249,224,249)
#F9E8FB
(249,232,251)
#F9F0FD
(249,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9A0E9 color. Also use rgb(249,160,233) instead hex code.

Text Font Color

.myTextColor { color: #F9A0E9; }

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

This text font color is #F9A0E9.


Background Color

.myBgColor { background-color: #F9A0E9; }

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

This div background color is #F9A0E9.


Border color

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

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

This div border color is #F9A0E9.


Opacity

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

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

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

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

This text has shadow with #F9A0E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9A0E9 on black background.


Color preview on white background

This text has color #F9A0E9 on white background.



Black color preview on #F9A0E9 background

This text has black color on #F9A0E9 background.


White color preview on #F9A0E9 background

This text has white color on #F9A0E9 background.