COLOR #FA71A7

HEX: #FA71A7
RGB: (250,113,167)

Color info

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

RGB color model

#FA71A7 color RGB value is (250,113,167).

  • red value is 250;
  • green value is 113;
  • blue value is 167.
RGB:
(250,113,167)
(98%,44%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 113 of 255 = 44%
B 167 of 255 = 65%

250
113
167

R + G + B ~ 69%. #FA71A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 113 + 167 = 530 (100%)
R 250 of 530 ~ 47.17%
G 113 of 530 ~ 21.32%
B 167 of 530 ~ 31.51%

%47.17
%21.32
%31.51

CMYK color model

#FA71A7 color CMYK value is (0,55,33,2).

  • cyan value is 0.00%
  • magenta value is 54.80%
  • yellow value is 33.20%
  • key color value is 1.96%
CMYK:
(0,55,33,2)
C0M55Y33K2 
(0%,55%,33%,2%)
(0.00/0.55/0.33/0.02)	

CMYK percentages

%0
%54.8
%33.2
%1.96

Codes

Color #FA71A7 in popluar color models

FA71A7
RGB250113167
HSL336°93.20%71.18%
HSB/HSV336°54.80%98.04%
CMYK0.00%54.80%33.20%
1.96%

Color #FA71A7 in popluar number systems.

HEXFA71A7
Decimal250113167
Binary11111010111000110100111
Octal372161247

Shades and tints

Shades of #FA71A7

#FA71A7
(250,113,167)
#E46798
(228,103,152)
#CE5D89
(206,93,137)
#B8537A
(184,83,122)
#A2496B
(162,73,107)
#8C3F5C
(140,63,92)
#76354D
(118,53,77)
#602B3E
(96,43,62)
#4A212F
(74,33,47)
#341720
(52,23,32)
#1E0D11
(30,13,17)
#000000
(0,0,0)

Tints of #FA71A7

#FA71A7
(250,113,167)
#FA7DAF
(250,125,175)
#FA89B7
(250,137,183)
#FA95BF
(250,149,191)
#FAA1C7
(250,161,199)
#FAADCF
(250,173,207)
#FAB9D7
(250,185,215)
#FAC5DF
(250,197,223)
#FAD1E7
(250,209,231)
#FADDEF
(250,221,239)
#FAE9F7
(250,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA71A7 color. Also use rgb(250,113,167) instead hex code.

Text Font Color

.myTextColor { color: #FA71A7; }

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

This text font color is #FA71A7.


Background Color

.myBgColor { background-color: #FA71A7; }

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

This div background color is #FA71A7.


Border color

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

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

This div border color is #FA71A7.


Opacity

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

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

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

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

This text has shadow with #FA71A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA71A7 on black background.


Color preview on white background

This text has color #FA71A7 on white background.



Black color preview on #FA71A7 background

This text has black color on #FA71A7 background.


White color preview on #FA71A7 background

This text has white color on #FA71A7 background.