COLOR #FA7F83

HEX: #FA7F83
RGB: (250,127,131)

Color info

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

RGB color model

#FA7F83 color RGB value is (250,127,131).

  • red value is 250;
  • green value is 127;
  • blue value is 131.
RGB:
(250,127,131)
(98%,50%,51%)

RGB channels and saturation

R 250 of 255 = 98%
G 127 of 255 = 50%
B 131 of 255 = 51%

250
127
131

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

Portions of RGB colors in percentages

R + G + B =
250 + 127 + 131 = 508 (100%)
R 250 of 508 ~ 49.21%
G 127 of 508 ~ 25%
B 131 of 508 ~ 25.79%

%49.21
%25
%25.79

CMYK color model

#FA7F83 color CMYK value is (0,49,48,2).

  • cyan value is 0.00%
  • magenta value is 49.20%
  • yellow value is 47.60%
  • key color value is 1.96%
CMYK:
(0,49,48,2)
C0M49Y48K2 
(0%,49%,48%,2%)
(0.00/0.49/0.48/0.02)	

CMYK percentages

%0
%49.2
%47.6
%1.96

Codes

Color #FA7F83 in popluar color models

FA7F83
RGB250127131
HSL358°92.48%73.92%
HSB/HSV358°49.20%98.04%
CMYK0.00%49.20%47.60%
1.96%

Color #FA7F83 in popluar number systems.

HEXFA7F83
Decimal250127131
Binary11111010111111110000011
Octal372177203

Shades and tints

Shades of #FA7F83

#FA7F83
(250,127,131)
#E47478
(228,116,120)
#CE696D
(206,105,109)
#B85E62
(184,94,98)
#A25357
(162,83,87)
#8C484C
(140,72,76)
#763D41
(118,61,65)
#603236
(96,50,54)
#4A272B
(74,39,43)
#341C20
(52,28,32)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #FA7F83

#FA7F83
(250,127,131)
#FA8A8E
(250,138,142)
#FA9599
(250,149,153)
#FAA0A4
(250,160,164)
#FAABAF
(250,171,175)
#FAB6BA
(250,182,186)
#FAC1C5
(250,193,197)
#FACCD0
(250,204,208)
#FAD7DB
(250,215,219)
#FAE2E6
(250,226,230)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7F83 color. Also use rgb(250,127,131) instead hex code.

Text Font Color

.myTextColor { color: #FA7F83; }

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

This text font color is #FA7F83.


Background Color

.myBgColor { background-color: #FA7F83; }

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

This div background color is #FA7F83.


Border color

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

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

This div border color is #FA7F83.


Opacity

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

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

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

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

This text has shadow with #FA7F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA7F83 on black background.


Color preview on white background

This text has color #FA7F83 on white background.



Black color preview on #FA7F83 background

This text has black color on #FA7F83 background.


White color preview on #FA7F83 background

This text has white color on #FA7F83 background.