COLOR #FA7A87

HEX: #FA7A87
RGB: (250,122,135)

Color info

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

RGB color model

#FA7A87 color RGB value is (250,122,135).

  • red value is 250;
  • green value is 122;
  • blue value is 135.
RGB:
(250,122,135)
(98%,48%,53%)

RGB channels and saturation

R 250 of 255 = 98%
G 122 of 255 = 48%
B 135 of 255 = 53%

250
122
135

R + G + B ~ 66%. #FA7A87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 122 + 135 = 507 (100%)
R 250 of 507 ~ 49.31%
G 122 of 507 ~ 24.06%
B 135 of 507 ~ 26.63%

%49.31
%24.06
%26.63

CMYK color model

#FA7A87 color CMYK value is (0,51,46,2).

  • cyan value is 0.00%
  • magenta value is 51.20%
  • yellow value is 46.00%
  • key color value is 1.96%
CMYK:
(0,51,46,2)
C0M51Y46K2 
(0%,51%,46%,2%)
(0.00/0.51/0.46/0.02)	

CMYK percentages

%0
%51.2
%46
%1.96

Codes

Color #FA7A87 in popluar color models

FA7A87
RGB250122135
HSL354°92.75%72.94%
HSB/HSV354°51.20%98.04%
CMYK0.00%51.20%46.00%
1.96%

Color #FA7A87 in popluar number systems.

HEXFA7A87
Decimal250122135
Binary11111010111101010000111
Octal372172207

Shades and tints

Shades of #FA7A87

#FA7A87
(250,122,135)
#E46F7B
(228,111,123)
#CE646F
(206,100,111)
#B85963
(184,89,99)
#A24E57
(162,78,87)
#8C434B
(140,67,75)
#76383F
(118,56,63)
#602D33
(96,45,51)
#4A2227
(74,34,39)
#34171B
(52,23,27)
#1E0C0F
(30,12,15)
#000000
(0,0,0)

Tints of #FA7A87

#FA7A87
(250,122,135)
#FA8691
(250,134,145)
#FA929B
(250,146,155)
#FA9EA5
(250,158,165)
#FAAAAF
(250,170,175)
#FAB6B9
(250,182,185)
#FAC2C3
(250,194,195)
#FACECD
(250,206,205)
#FADAD7
(250,218,215)
#FAE6E1
(250,230,225)
#FAF2EB
(250,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7A87 color. Also use rgb(250,122,135) instead hex code.

Text Font Color

.myTextColor { color: #FA7A87; }

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

This text font color is #FA7A87.


Background Color

.myBgColor { background-color: #FA7A87; }

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

This div background color is #FA7A87.


Border color

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

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

This div border color is #FA7A87.


Opacity

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

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

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

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

This text has shadow with #FA7A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7A87 on black background.


Color preview on white background

This text has color #FA7A87 on white background.



Black color preview on #FA7A87 background

This text has black color on #FA7A87 background.


White color preview on #FA7A87 background

This text has white color on #FA7A87 background.