COLOR #F978A3

HEX: #F978A3
RGB: (249,120,163)

Color info

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

RGB color model

#F978A3 color RGB value is (249,120,163).

  • red value is 249;
  • green value is 120;
  • blue value is 163.
RGB:
(249,120,163)
(98%,47%,64%)

RGB channels and saturation

R 249 of 255 = 98%
G 120 of 255 = 47%
B 163 of 255 = 64%

249
120
163

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

Portions of RGB colors in percentages

R + G + B =
249 + 120 + 163 = 532 (100%)
R 249 of 532 ~ 46.8%
G 120 of 532 ~ 22.56%
B 163 of 532 ~ 30.64%

%46.8
%22.56
%30.64

CMYK color model

#F978A3 color CMYK value is (0,52,35,2).

  • cyan value is 0.00%
  • magenta value is 51.81%
  • yellow value is 34.54%
  • key color value is 2.35%
CMYK:
(0,52,35,2)
C0M52Y35K2 
(0%,52%,35%,2%)
(0.00/0.52/0.35/0.02)	

CMYK percentages

%0
%51.81
%34.54
%2.35

Codes

Color #F978A3 in popluar color models

F978A3
RGB249120163
HSL340°91.49%72.35%
HSB/HSV340°51.81%97.65%
CMYK0.00%51.81%34.54%
2.35%

Color #F978A3 in popluar number systems.

HEXF978A3
Decimal249120163
Binary11111001111100010100011
Octal371170243

Shades and tints

Shades of #F978A3

#F978A3
(249,120,163)
#E36E95
(227,110,149)
#CD6487
(205,100,135)
#B75A79
(183,90,121)
#A1506B
(161,80,107)
#8B465D
(139,70,93)
#753C4F
(117,60,79)
#5F3241
(95,50,65)
#492833
(73,40,51)
#331E25
(51,30,37)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #F978A3

#F978A3
(249,120,163)
#F984AB
(249,132,171)
#F990B3
(249,144,179)
#F99CBB
(249,156,187)
#F9A8C3
(249,168,195)
#F9B4CB
(249,180,203)
#F9C0D3
(249,192,211)
#F9CCDB
(249,204,219)
#F9D8E3
(249,216,227)
#F9E4EB
(249,228,235)
#F9F0F3
(249,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F978A3 color. Also use rgb(249,120,163) instead hex code.

Text Font Color

.myTextColor { color: #F978A3; }

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

This text font color is #F978A3.


Background Color

.myBgColor { background-color: #F978A3; }

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

This div background color is #F978A3.


Border color

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

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

This div border color is #F978A3.


Opacity

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

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

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

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

This text has shadow with #F978A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F978A3 on black background.


Color preview on white background

This text has color #F978A3 on white background.



Black color preview on #F978A3 background

This text has black color on #F978A3 background.


White color preview on #F978A3 background

This text has white color on #F978A3 background.