COLOR #F994AA

HEX: #F994AA
RGB: (249,148,170)

Color info

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

RGB color model

#F994AA color RGB value is (249,148,170).

  • red value is 249;
  • green value is 148;
  • blue value is 170.
RGB:
(249,148,170)
(98%,58%,67%)

RGB channels and saturation

R 249 of 255 = 98%
G 148 of 255 = 58%
B 170 of 255 = 67%

249
148
170

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

Portions of RGB colors in percentages

R + G + B =
249 + 148 + 170 = 567 (100%)
R 249 of 567 ~ 43.92%
G 148 of 567 ~ 26.1%
B 170 of 567 ~ 29.98%

%43.92
%26.1
%29.98

CMYK color model

#F994AA color CMYK value is (0,41,32,2).

  • cyan value is 0.00%
  • magenta value is 40.56%
  • yellow value is 31.73%
  • key color value is 2.35%
CMYK:
(0,41,32,2)
C0M41Y32K2 
(0%,41%,32%,2%)
(0.00/0.41/0.32/0.02)	

CMYK percentages

%0
%40.56
%31.73
%2.35

Codes

Color #F994AA in popluar color models

F994AA
RGB249148170
HSL347°89.38%77.84%
HSB/HSV347°40.56%97.65%
CMYK0.00%40.56%31.73%
2.35%

Color #F994AA in popluar number systems.

HEXF994AA
Decimal249148170
Binary111110011001010010101010
Octal371224252

Shades and tints

Shades of #F994AA

#F994AA
(249,148,170)
#E3879B
(227,135,155)
#CD7A8C
(205,122,140)
#B76D7D
(183,109,125)
#A1606E
(161,96,110)
#8B535F
(139,83,95)
#754650
(117,70,80)
#5F3941
(95,57,65)
#492C32
(73,44,50)
#331F23
(51,31,35)
#1D1214
(29,18,20)
#000000
(0,0,0)

Tints of #F994AA

#F994AA
(249,148,170)
#F99DB1
(249,157,177)
#F9A6B8
(249,166,184)
#F9AFBF
(249,175,191)
#F9B8C6
(249,184,198)
#F9C1CD
(249,193,205)
#F9CAD4
(249,202,212)
#F9D3DB
(249,211,219)
#F9DCE2
(249,220,226)
#F9E5E9
(249,229,233)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F994AA color. Also use rgb(249,148,170) instead hex code.

Text Font Color

.myTextColor { color: #F994AA; }

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

This text font color is #F994AA.


Background Color

.myBgColor { background-color: #F994AA; }

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

This div background color is #F994AA.


Border color

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

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

This div border color is #F994AA.


Opacity

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

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

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

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

This text has shadow with #F994AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F994AA on black background.


Color preview on white background

This text has color #F994AA on white background.



Black color preview on #F994AA background

This text has black color on #F994AA background.


White color preview on #F994AA background

This text has white color on #F994AA background.