COLOR #FA7974

HEX: #FA7974
RGB: (250,121,116)

Color info

#FA7974 contains mainly red color. Web safe color of #FA7974 is #FF6666 (or #F66).

RGB color model

#FA7974 color RGB value is (250,121,116).

  • red value is 250;
  • green value is 121;
  • blue value is 116.
RGB:
(250,121,116)
(98%,47%,45%)

RGB channels and saturation

R 250 of 255 = 98%
G 121 of 255 = 47%
B 116 of 255 = 45%

250
121
116

R + G + B ~ 63%. #FA7974 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 121 + 116 = 487 (100%)
R 250 of 487 ~ 51.33%
G 121 of 487 ~ 24.85%
B 116 of 487 ~ 23.82%

%51.33
%24.85
%23.82

CMYK color model

#FA7974 color CMYK value is (0,52,54,2).

  • cyan value is 0.00%
  • magenta value is 51.60%
  • yellow value is 53.60%
  • key color value is 1.96%
CMYK:
(0,52,54,2)
C0M52Y54K2 
(0%,52%,54%,2%)
(0.00/0.52/0.54/0.02)	

CMYK percentages

%0
%51.6
%53.6
%1.96

Codes

Color #FA7974 in popluar color models

FA7974
RGB250121116
HSL93.06%71.76%
HSB/HSV53.60%98.04%
CMYK0.00%51.60%53.60%
1.96%

Color #FA7974 in popluar number systems.

HEXFA7974
Decimal250121116
Binary1111101011110011110100
Octal372171164

Shades and tints

Shades of #FA7974

#FA7974
(250,121,116)
#E46E6A
(228,110,106)
#CE6360
(206,99,96)
#B85856
(184,88,86)
#A24D4C
(162,77,76)
#8C4242
(140,66,66)
#763738
(118,55,56)
#602C2E
(96,44,46)
#4A2124
(74,33,36)
#34161A
(52,22,26)
#1E0B10
(30,11,16)
#000000
(0,0,0)

Tints of #FA7974

#FA7974
(250,121,116)
#FA8580
(250,133,128)
#FA918C
(250,145,140)
#FA9D98
(250,157,152)
#FAA9A4
(250,169,164)
#FAB5B0
(250,181,176)
#FAC1BC
(250,193,188)
#FACDC8
(250,205,200)
#FAD9D4
(250,217,212)
#FAE5E0
(250,229,224)
#FAF1EC
(250,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7974 color. Also use rgb(250,121,116) instead hex code.

Text Font Color

.myTextColor { color: #FA7974; }

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

This text font color is #FA7974.


Background Color

.myBgColor { background-color: #FA7974; }

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

This div background color is #FA7974.


Border color

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

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

This div border color is #FA7974.


Opacity

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

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

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

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

This text has shadow with #FA7974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7974 on black background.


Color preview on white background

This text has color #FA7974 on white background.



Black color preview on #FA7974 background

This text has black color on #FA7974 background.


White color preview on #FA7974 background

This text has white color on #FA7974 background.