COLOR #FA5FA5

HEX: #FA5FA5
RGB: (250,95,165)

Color info

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

RGB color model

#FA5FA5 color RGB value is (250,95,165).

  • red value is 250;
  • green value is 95;
  • blue value is 165.
RGB:
(250,95,165)
(98%,37%,65%)

RGB channels and saturation

R 250 of 255 = 98%
G 95 of 255 = 37%
B 165 of 255 = 65%

250
95
165

R + G + B ~ 67%. #FA5FA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 95 + 165 = 510 (100%)
R 250 of 510 ~ 49.02%
G 95 of 510 ~ 18.63%
B 165 of 510 ~ 32.35%

%49.02
%18.63
%32.35

CMYK color model

#FA5FA5 color CMYK value is (0,62,34,2).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 34.00%
  • key color value is 1.96%
CMYK:
(0,62,34,2)
C0M62Y34K2 
(0%,62%,34%,2%)
(0.00/0.62/0.34/0.02)	

CMYK percentages

%0
%62
%34
%1.96

Codes

Color #FA5FA5 in popluar color models

FA5FA5
RGB25095165
HSL333°93.94%67.65%
HSB/HSV333°62.00%98.04%
CMYK0.00%62.00%34.00%
1.96%

Color #FA5FA5 in popluar number systems.

HEXFA5FA5
Decimal25095165
Binary11111010101111110100101
Octal372137245

Shades and tints

Shades of #FA5FA5

#FA5FA5
(250,95,165)
#E45796
(228,87,150)
#CE4F87
(206,79,135)
#B84778
(184,71,120)
#A23F69
(162,63,105)
#8C375A
(140,55,90)
#762F4B
(118,47,75)
#60273C
(96,39,60)
#4A1F2D
(74,31,45)
#34171E
(52,23,30)
#1E0F0F
(30,15,15)
#000000
(0,0,0)

Tints of #FA5FA5

#FA5FA5
(250,95,165)
#FA6DAD
(250,109,173)
#FA7BB5
(250,123,181)
#FA89BD
(250,137,189)
#FA97C5
(250,151,197)
#FAA5CD
(250,165,205)
#FAB3D5
(250,179,213)
#FAC1DD
(250,193,221)
#FACFE5
(250,207,229)
#FADDED
(250,221,237)
#FAEBF5
(250,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA5FA5 color. Also use rgb(250,95,165) instead hex code.

Text Font Color

.myTextColor { color: #FA5FA5; }

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

This text font color is #FA5FA5.


Background Color

.myBgColor { background-color: #FA5FA5; }

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

This div background color is #FA5FA5.


Border color

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

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

This div border color is #FA5FA5.


Opacity

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

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

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

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

This text has shadow with #FA5FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5FA5 on black background.


Color preview on white background

This text has color #FA5FA5 on white background.



Black color preview on #FA5FA5 background

This text has black color on #FA5FA5 background.


White color preview on #FA5FA5 background

This text has white color on #FA5FA5 background.