COLOR #F977A5

HEX: #F977A5 RGB: (249,119,165)

Color info

#F977A5 contains mainly red color. Web safe color of #F977A5 is #FF6699 (or #F69).

RGB color model

#F977A5 color RGB value is (249,119,165).

RGB: (249,119,165) (98%, 47%, 65%)

RGB channels and saturation

R 249 of 255 = 98%
G 119 of 255 = 47%
B 165 of 255 = 65%

249
119
165

R + G + B ~ 70%. #F977A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 119 + 165 = 533 (100%)
R 249 of 533 ~ 46.72%
G 119 of 533 ~ 22.33%
B 165 of 533 ~ 30.96'%

%46.72
%22.33
%30.96

CMYK color model

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

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

CMYK: (0,52,34,2)
C0M52Y34K2 (0%, 52%, 34%, 2%)
(0.00 / 0.52 / 0.34 / 0.02)

CMYK percentages

%0
%52.21
%33.73
%2.35

Codes

Color #F977A5 in popluar color models

F9 77 A5
RGB 249 119 165
HSL 339° 91.55% 72.16%
HSB/HSV 339° 52.21% 97.65%
CMYK 0.00% 52.21% 33.73%
2.35%

Color #F977A5 in popluar number systems.

HEX F9 77 A5
Decimal 249 119 165
Binary 11111001 1110111 10100101
Octal 371 167 245

Shades and tints

Shades of #F977A5

#F977A5
(249,119,165)
#E36D96
(227,109,150)
#CD6387
(205,99,135)
#B75978
(183,89,120)
#A14F69
(161,79,105)
#8B455A
(139,69,90)
#753B4B
(117,59,75)
#5F313C
(95,49,60)
#49272D
(73,39,45)
#331D1E
(51,29,30)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #F977A5

#F977A5
(249,119,165)
#F983AD
(249,131,173)
#F98FB5
(249,143,181)
#F99BBD
(249,155,189)
#F9A7C5
(249,167,197)
#F9B3CD
(249,179,205)
#F9BFD5
(249,191,213)
#F9CBDD
(249,203,221)
#F9D7E5
(249,215,229)
#F9E3ED
(249,227,237)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F977A5; }

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

This text font color is #F977A5.

Background Color

.myBgColor { background-color: #F977A5; }

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

This div background color is #F977A5.

Border color

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

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

This div border color is #F977A5.

Opacity

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

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

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

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

This text has shadow with #F977A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F977A5.

Preview

Color preview on black background

This text has color #F977A5 on black background.


Color preview on white background

This text has color #F977A5 on white background.


Black color preview on #F977A5 background

This text has black color on #F977A5 background.


White color preview on #F977A5 background

This text has white color on #F977A5 background.


Related colors

Complementary color

Complementary color for #hex is #06885A.


I love getcolorcode.com

Triadic colors

1 #A5F977 and #77A5F9 with #F977A5 are triadic colors.

2 #A577F9 and #77F9A5 with #F977A5 are triadic colors.