COLOR #FA5B8B

HEX: #FA5B8B
RGB: (250,91,139)

Color info

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

RGB color model

#FA5B8B color RGB value is (250,91,139).

  • red value is 250;
  • green value is 91;
  • blue value is 139.
RGB:
(250,91,139)
(98%,36%,55%)

RGB channels and saturation

R 250 of 255 = 98%
G 91 of 255 = 36%
B 139 of 255 = 55%

250
91
139

R + G + B ~ 63%. #FA5B8B is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 91 + 139 = 480 (100%)
R 250 of 480 ~ 52.08%
G 91 of 480 ~ 18.96%
B 139 of 480 ~ 28.96%

%52.08
%18.96
%28.96

CMYK color model

#FA5B8B color CMYK value is (0,64,44,2).

  • cyan value is 0.00%
  • magenta value is 63.60%
  • yellow value is 44.40%
  • key color value is 1.96%
CMYK:
(0,64,44,2)
C0M64Y44K2 
(0%,64%,44%,2%)
(0.00/0.64/0.44/0.02)	

CMYK percentages

%0
%63.6
%44.4
%1.96

Codes

Color #FA5B8B in popluar color models

FA5B8B
RGB25091139
HSL342°94.08%66.86%
HSB/HSV342°63.60%98.04%
CMYK0.00%63.60%44.40%
1.96%

Color #FA5B8B in popluar number systems.

HEXFA5B8B
Decimal25091139
Binary11111010101101110001011
Octal372133213

Shades and tints

Shades of #FA5B8B

#FA5B8B
(250,91,139)
#E4537F
(228,83,127)
#CE4B73
(206,75,115)
#B84367
(184,67,103)
#A23B5B
(162,59,91)
#8C334F
(140,51,79)
#762B43
(118,43,67)
#602337
(96,35,55)
#4A1B2B
(74,27,43)
#34131F
(52,19,31)
#1E0B13
(30,11,19)
#000000
(0,0,0)

Tints of #FA5B8B

#FA5B8B
(250,91,139)
#FA6995
(250,105,149)
#FA779F
(250,119,159)
#FA85A9
(250,133,169)
#FA93B3
(250,147,179)
#FAA1BD
(250,161,189)
#FAAFC7
(250,175,199)
#FABDD1
(250,189,209)
#FACBDB
(250,203,219)
#FAD9E5
(250,217,229)
#FAE7EF
(250,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA5B8B color. Also use rgb(250,91,139) instead hex code.

Text Font Color

.myTextColor { color: #FA5B8B; }

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

This text font color is #FA5B8B.


Background Color

.myBgColor { background-color: #FA5B8B; }

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

This div background color is #FA5B8B.


Border color

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

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

This div border color is #FA5B8B.


Opacity

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

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

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

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

This text has shadow with #FA5B8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5B8B on black background.


Color preview on white background

This text has color #FA5B8B on white background.



Black color preview on #FA5B8B background

This text has black color on #FA5B8B background.


White color preview on #FA5B8B background

This text has white color on #FA5B8B background.