COLOR #FA7163

HEX: #FA7163
RGB: (250,113,99)

Color info

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

RGB color model

#FA7163 color RGB value is (250,113,99).

  • red value is 250;
  • green value is 113;
  • blue value is 99.
RGB:
(250,113,99)
(98%,44%,39%)

RGB channels and saturation

R 250 of 255 = 98%
G 113 of 255 = 44%
B 99 of 255 = 39%

250
113
99

R + G + B ~ 60%. #FA7163 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 113 + 99 = 462 (100%)
R 250 of 462 ~ 54.11%
G 113 of 462 ~ 24.46%
B 99 of 462 ~ 21.43%

%54.11
%24.46
%21.43

CMYK color model

#FA7163 color CMYK value is (0,55,60,2).

  • cyan value is 0.00%
  • magenta value is 54.80%
  • yellow value is 60.40%
  • key color value is 1.96%
CMYK:
(0,55,60,2)
C0M55Y60K2 
(0%,55%,60%,2%)
(0.00/0.55/0.60/0.02)	

CMYK percentages

%0
%54.8
%60.4
%1.96

Codes

Color #FA7163 in popluar color models

FA7163
RGB25011399
HSL93.79%68.43%
HSB/HSV60.40%98.04%
CMYK0.00%54.80%60.40%
1.96%

Color #FA7163 in popluar number systems.

HEXFA7163
Decimal25011399
Binary1111101011100011100011
Octal372161143

Shades and tints

Shades of #FA7163

#FA7163
(250,113,99)
#E4675A
(228,103,90)
#CE5D51
(206,93,81)
#B85348
(184,83,72)
#A2493F
(162,73,63)
#8C3F36
(140,63,54)
#76352D
(118,53,45)
#602B24
(96,43,36)
#4A211B
(74,33,27)
#341712
(52,23,18)
#1E0D09
(30,13,9)
#000000
(0,0,0)

Tints of #FA7163

#FA7163
(250,113,99)
#FA7D71
(250,125,113)
#FA897F
(250,137,127)
#FA958D
(250,149,141)
#FAA19B
(250,161,155)
#FAADA9
(250,173,169)
#FAB9B7
(250,185,183)
#FAC5C5
(250,197,197)
#FAD1D3
(250,209,211)
#FADDE1
(250,221,225)
#FAE9EF
(250,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7163 color. Also use rgb(250,113,99) instead hex code.

Text Font Color

.myTextColor { color: #FA7163; }

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

This text font color is #FA7163.


Background Color

.myBgColor { background-color: #FA7163; }

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

This div background color is #FA7163.


Border color

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

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

This div border color is #FA7163.


Opacity

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

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

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

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

This text has shadow with #FA7163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7163 on black background.


Color preview on white background

This text has color #FA7163 on white background.



Black color preview on #FA7163 background

This text has black color on #FA7163 background.


White color preview on #FA7163 background

This text has white color on #FA7163 background.