COLOR #FA7FA1

HEX: #FA7FA1 RGB: (250,127,161)

Color info

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

RGB color model

#FA7FA1 color RGB value is (250,127,161).

RGB: (250,127,161) (98%, 50%, 63%)

RGB channels and saturation

R 250 of 255 = 98%
G 127 of 255 = 50%
B 161 of 255 = 63%

250
127
161

R + G + B ~ 70%. #FA7FA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 127 + 161 = 538 (100%)
R 250 of 538 ~ 46.47%
G 127 of 538 ~ 23.61%
B 161 of 538 ~ 29.93'%

%46.47
%23.61
%29.93

CMYK color model

#FA7FA1 color CMYK value is (0,49,36,2).

  • cyan value is 0.00%
  • magenta value is 49.20%
  • yellow value is 35.60%
  • key color value is 1.96%

CMYK: (0,49,36,2)
C0M49Y36K2 (0%, 49%, 36%, 2%)
(0.00 / 0.49 / 0.36 / 0.02)

CMYK percentages

%0
%49.2
%35.6
%1.96

Codes

Color #FA7FA1 in popluar color models

FA 7F A1
RGB 250 127 161
HSL 343° 92.48% 73.92%
HSB/HSV 343° 49.20% 98.04%
CMYK 0.00% 49.20% 35.60%
1.96%

Color #FA7FA1 in popluar number systems.

HEX FA 7F A1
Decimal 250 127 161
Binary 11111010 1111111 10100001
Octal 372 177 241

Shades and tints

Shades of #FA7FA1

#FA7FA1
(250,127,161)
#E47493
(228,116,147)
#CE6985
(206,105,133)
#B85E77
(184,94,119)
#A25369
(162,83,105)
#8C485B
(140,72,91)
#763D4D
(118,61,77)
#60323F
(96,50,63)
#4A2731
(74,39,49)
#341C23
(52,28,35)
#1E1115
(30,17,21)
#000000
(0,0,0)

Tints of #FA7FA1

#FA7FA1
(250,127,161)
#FA8AA9
(250,138,169)
#FA95B1
(250,149,177)
#FAA0B9
(250,160,185)
#FAABC1
(250,171,193)
#FAB6C9
(250,182,201)
#FAC1D1
(250,193,209)
#FACCD9
(250,204,217)
#FAD7E1
(250,215,225)
#FAE2E9
(250,226,233)
#FAEDF1
(250,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA7FA1; }

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

This text font color is #FA7FA1.

Background Color

.myBgColor { background-color: #FA7FA1; }

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

This div background color is #FA7FA1.

Border color

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

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

This div border color is #FA7FA1.

Opacity

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

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

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

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

This text has shadow with #FA7FA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA7FA1.

Preview

Color preview on black background

This text has color #FA7FA1 on black background.


Color preview on white background

This text has color #FA7FA1 on white background.


Black color preview on #FA7FA1 background

This text has black color on #FA7FA1 background.


White color preview on #FA7FA1 background

This text has white color on #FA7FA1 background.


Related colors

Complementary color

Complementary color for #hex is #05805E.


I love getcolorcode.com

Triadic colors

1 #A1FA7F and #7FA1FA with #FA7FA1 are triadic colors.

2 #A17FFA and #7FFAA1 with #FA7FA1 are triadic colors.