COLOR #FA7C75

HEX: #FA7C75
RGB: (250,124,117)

Color info

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

RGB color model

#FA7C75 color RGB value is (250,124,117).

  • red value is 250;
  • green value is 124;
  • blue value is 117.
RGB:
(250,124,117)
(98%,49%,46%)

RGB channels and saturation

R 250 of 255 = 98%
G 124 of 255 = 49%
B 117 of 255 = 46%

250
124
117

R + G + B ~ 64%. #FA7C75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 124 + 117 = 491 (100%)
R 250 of 491 ~ 50.92%
G 124 of 491 ~ 25.25%
B 117 of 491 ~ 23.83%

%50.92
%25.25
%23.83

CMYK color model

#FA7C75 color CMYK value is (0,50,53,2).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 53.20%
  • key color value is 1.96%
CMYK:
(0,50,53,2)
C0M50Y53K2 
(0%,50%,53%,2%)
(0.00/0.50/0.53/0.02)	

CMYK percentages

%0
%50.4
%53.2
%1.96

Codes

Color #FA7C75 in popluar color models

FA7C75
RGB250124117
HSL93.01%71.96%
HSB/HSV53.20%98.04%
CMYK0.00%50.40%53.20%
1.96%

Color #FA7C75 in popluar number systems.

HEXFA7C75
Decimal250124117
Binary1111101011111001110101
Octal372174165

Shades and tints

Shades of #FA7C75

#FA7C75
(250,124,117)
#E4716B
(228,113,107)
#CE6661
(206,102,97)
#B85B57
(184,91,87)
#A2504D
(162,80,77)
#8C4543
(140,69,67)
#763A39
(118,58,57)
#602F2F
(96,47,47)
#4A2425
(74,36,37)
#34191B
(52,25,27)
#1E0E11
(30,14,17)
#000000
(0,0,0)

Tints of #FA7C75

#FA7C75
(250,124,117)
#FA8781
(250,135,129)
#FA928D
(250,146,141)
#FA9D99
(250,157,153)
#FAA8A5
(250,168,165)
#FAB3B1
(250,179,177)
#FABEBD
(250,190,189)
#FAC9C9
(250,201,201)
#FAD4D5
(250,212,213)
#FADFE1
(250,223,225)
#FAEAED
(250,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7C75 color. Also use rgb(250,124,117) instead hex code.

Text Font Color

.myTextColor { color: #FA7C75; }

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

This text font color is #FA7C75.


Background Color

.myBgColor { background-color: #FA7C75; }

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

This div background color is #FA7C75.


Border color

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

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

This div border color is #FA7C75.


Opacity

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

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

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

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

This text has shadow with #FA7C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7C75 on black background.


Color preview on white background

This text has color #FA7C75 on white background.



Black color preview on #FA7C75 background

This text has black color on #FA7C75 background.


White color preview on #FA7C75 background

This text has white color on #FA7C75 background.