COLOR #FA5F78

HEX: #FA5F78
RGB: (250,95,120)

Color info

#FA5F78 contains mainly red color. Web safe color of #FA5F78 is #FF6666 (or #F66).

RGB color model

#FA5F78 color RGB value is (250,95,120).

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

RGB channels and saturation

R 250 of 255 = 98%
G 95 of 255 = 37%
B 120 of 255 = 47%

250
95
120

R + G + B ~ 61%. #FA5F78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 95 + 120 = 465 (100%)
R 250 of 465 ~ 53.76%
G 95 of 465 ~ 20.43%
B 120 of 465 ~ 25.81%

%53.76
%20.43
%25.81

CMYK color model

#FA5F78 color CMYK value is (0,62,52,2).

  • cyan value is 0.00%
  • magenta value is 62.00%
  • yellow value is 52.00%
  • key color value is 1.96%
CMYK:
(0,62,52,2)
C0M62Y52K2 
(0%,62%,52%,2%)
(0.00/0.62/0.52/0.02)	

CMYK percentages

%0
%62
%52
%1.96

Codes

Color #FA5F78 in popluar color models

FA5F78
RGB25095120
HSL350°93.94%67.65%
HSB/HSV350°62.00%98.04%
CMYK0.00%62.00%52.00%
1.96%

Color #FA5F78 in popluar number systems.

HEXFA5F78
Decimal25095120
Binary1111101010111111111000
Octal372137170

Shades and tints

Shades of #FA5F78

#FA5F78
(250,95,120)
#E4576E
(228,87,110)
#CE4F64
(206,79,100)
#B8475A
(184,71,90)
#A23F50
(162,63,80)
#8C3746
(140,55,70)
#762F3C
(118,47,60)
#602732
(96,39,50)
#4A1F28
(74,31,40)
#34171E
(52,23,30)
#1E0F14
(30,15,20)
#000000
(0,0,0)

Tints of #FA5F78

#FA5F78
(250,95,120)
#FA6D84
(250,109,132)
#FA7B90
(250,123,144)
#FA899C
(250,137,156)
#FA97A8
(250,151,168)
#FAA5B4
(250,165,180)
#FAB3C0
(250,179,192)
#FAC1CC
(250,193,204)
#FACFD8
(250,207,216)
#FADDE4
(250,221,228)
#FAEBF0
(250,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA5F78; }

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

This text font color is #FA5F78.


Background Color

.myBgColor { background-color: #FA5F78; }

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

This div background color is #FA5F78.


Border color

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

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

This div border color is #FA5F78.


Opacity

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

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

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

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

This text has shadow with #FA5F78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5F78 on black background.


Color preview on white background

This text has color #FA5F78 on white background.



Black color preview on #FA5F78 background

This text has black color on #FA5F78 background.


White color preview on #FA5F78 background

This text has white color on #FA5F78 background.