COLOR #FA7066

HEX: #FA7066
RGB: (250,112,102)

Color info

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

RGB color model

#FA7066 color RGB value is (250,112,102).

  • red value is 250;
  • green value is 112;
  • blue value is 102.
RGB:
(250,112,102)
(98%,44%,40%)

RGB channels and saturation

R 250 of 255 = 98%
G 112 of 255 = 44%
B 102 of 255 = 40%

250
112
102

R + G + B ~ 61%. #FA7066 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 112 + 102 = 464 (100%)
R 250 of 464 ~ 53.88%
G 112 of 464 ~ 24.14%
B 102 of 464 ~ 21.98%

%53.88
%24.14
%21.98

CMYK color model

#FA7066 color CMYK value is (0,55,59,2).

  • cyan value is 0.00%
  • magenta value is 55.20%
  • yellow value is 59.20%
  • key color value is 1.96%
CMYK:
(0,55,59,2)
C0M55Y59K2 
(0%,55%,59%,2%)
(0.00/0.55/0.59/0.02)	

CMYK percentages

%0
%55.2
%59.2
%1.96

Codes

Color #FA7066 in popluar color models

FA7066
RGB250112102
HSL93.67%69.02%
HSB/HSV59.20%98.04%
CMYK0.00%55.20%59.20%
1.96%

Color #FA7066 in popluar number systems.

HEXFA7066
Decimal250112102
Binary1111101011100001100110
Octal372160146

Shades and tints

Shades of #FA7066

#FA7066
(250,112,102)
#E4665D
(228,102,93)
#CE5C54
(206,92,84)
#B8524B
(184,82,75)
#A24842
(162,72,66)
#8C3E39
(140,62,57)
#763430
(118,52,48)
#602A27
(96,42,39)
#4A201E
(74,32,30)
#341615
(52,22,21)
#1E0C0C
(30,12,12)
#000000
(0,0,0)

Tints of #FA7066

#FA7066
(250,112,102)
#FA7D73
(250,125,115)
#FA8A80
(250,138,128)
#FA978D
(250,151,141)
#FAA49A
(250,164,154)
#FAB1A7
(250,177,167)
#FABEB4
(250,190,180)
#FACBC1
(250,203,193)
#FAD8CE
(250,216,206)
#FAE5DB
(250,229,219)
#FAF2E8
(250,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7066 color. Also use rgb(250,112,102) instead hex code.

Text Font Color

.myTextColor { color: #FA7066; }

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

This text font color is #FA7066.


Background Color

.myBgColor { background-color: #FA7066; }

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

This div background color is #FA7066.


Border color

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

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

This div border color is #FA7066.


Opacity

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

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

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

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

This text has shadow with #FA7066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7066 on black background.


Color preview on white background

This text has color #FA7066 on white background.



Black color preview on #FA7066 background

This text has black color on #FA7066 background.


White color preview on #FA7066 background

This text has white color on #FA7066 background.