COLOR #F891AA

HEX: #F891AA
RGB: (248,145,170)

Color info

#F891AA contains mainly red color. Web safe color of #F891AA is #FF9999 (or #F99).

RGB color model

#F891AA color RGB value is (248,145,170).

  • red value is 248;
  • green value is 145;
  • blue value is 170.
RGB:
(248,145,170)
(97%,57%,67%)

RGB channels and saturation

R 248 of 255 = 97%
G 145 of 255 = 57%
B 170 of 255 = 67%

248
145
170

R + G + B ~ 74%. #F891AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 145 + 170 = 563 (100%)
R 248 of 563 ~ 44.05%
G 145 of 563 ~ 25.75%
B 170 of 563 ~ 30.2%

%44.05
%25.75
%30.2

CMYK color model

#F891AA color CMYK value is (0,42,31,3).

  • cyan value is 0.00%
  • magenta value is 41.53%
  • yellow value is 31.45%
  • key color value is 2.75%
CMYK:
(0,42,31,3)
C0M42Y31K3 
(0%,42%,31%,3%)
(0.00/0.42/0.31/0.03)	

CMYK percentages

%0
%41.53
%31.45
%2.75

Codes

Color #F891AA in popluar color models

F891AA
RGB248145170
HSL345°88.03%77.06%
HSB/HSV345°41.53%97.25%
CMYK0.00%41.53%31.45%
2.75%

Color #F891AA in popluar number systems.

HEXF891AA
Decimal248145170
Binary111110001001000110101010
Octal370221252

Shades and tints

Shades of #F891AA

#F891AA
(248,145,170)
#E2849B
(226,132,155)
#CC778C
(204,119,140)
#B66A7D
(182,106,125)
#A05D6E
(160,93,110)
#8A505F
(138,80,95)
#744350
(116,67,80)
#5E3641
(94,54,65)
#482932
(72,41,50)
#321C23
(50,28,35)
#1C0F14
(28,15,20)
#000000
(0,0,0)

Tints of #F891AA

#F891AA
(248,145,170)
#F89BB1
(248,155,177)
#F8A5B8
(248,165,184)
#F8AFBF
(248,175,191)
#F8B9C6
(248,185,198)
#F8C3CD
(248,195,205)
#F8CDD4
(248,205,212)
#F8D7DB
(248,215,219)
#F8E1E2
(248,225,226)
#F8EBE9
(248,235,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F891AA color. Also use rgb(248,145,170) instead hex code.

Text Font Color

.myTextColor { color: #F891AA; }

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

This text font color is #F891AA.


Background Color

.myBgColor { background-color: #F891AA; }

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

This div background color is #F891AA.


Border color

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

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

This div border color is #F891AA.


Opacity

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

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

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

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

This text has shadow with #F891AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F891AA on black background.


Color preview on white background

This text has color #F891AA on white background.



Black color preview on #F891AA background

This text has black color on #F891AA background.


White color preview on #F891AA background

This text has white color on #F891AA background.