COLOR #FA5776

HEX: #FA5776
RGB: (250,87,118)

Color info

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

RGB color model

#FA5776 color RGB value is (250,87,118).

  • red value is 250;
  • green value is 87;
  • blue value is 118.
RGB:
(250,87,118)
(98%,34%,46%)

RGB channels and saturation

R 250 of 255 = 98%
G 87 of 255 = 34%
B 118 of 255 = 46%

250
87
118

R + G + B ~ 59%. #FA5776 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
250 + 87 + 118 = 455 (100%)
R 250 of 455 ~ 54.95%
G 87 of 455 ~ 19.12%
B 118 of 455 ~ 25.93%

%54.95
%19.12
%25.93

CMYK color model

#FA5776 color CMYK value is (0,65,53,2).

  • cyan value is 0.00%
  • magenta value is 65.20%
  • yellow value is 52.80%
  • key color value is 1.96%
CMYK:
(0,65,53,2)
C0M65Y53K2 
(0%,65%,53%,2%)
(0.00/0.65/0.53/0.02)	

CMYK percentages

%0
%65.2
%52.8
%1.96

Codes

Color #FA5776 in popluar color models

FA5776
RGB25087118
HSL349°94.22%66.08%
HSB/HSV349°65.20%98.04%
CMYK0.00%65.20%52.80%
1.96%

Color #FA5776 in popluar number systems.

HEXFA5776
Decimal25087118
Binary1111101010101111110110
Octal372127166

Shades and tints

Shades of #FA5776

#FA5776
(250,87,118)
#E4506C
(228,80,108)
#CE4962
(206,73,98)
#B84258
(184,66,88)
#A23B4E
(162,59,78)
#8C3444
(140,52,68)
#762D3A
(118,45,58)
#602630
(96,38,48)
#4A1F26
(74,31,38)
#34181C
(52,24,28)
#1E1112
(30,17,18)
#000000
(0,0,0)

Tints of #FA5776

#FA5776
(250,87,118)
#FA6682
(250,102,130)
#FA758E
(250,117,142)
#FA849A
(250,132,154)
#FA93A6
(250,147,166)
#FAA2B2
(250,162,178)
#FAB1BE
(250,177,190)
#FAC0CA
(250,192,202)
#FACFD6
(250,207,214)
#FADEE2
(250,222,226)
#FAEDEE
(250,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA5776 color. Also use rgb(250,87,118) instead hex code.

Text Font Color

.myTextColor { color: #FA5776; }

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

This text font color is #FA5776.


Background Color

.myBgColor { background-color: #FA5776; }

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

This div background color is #FA5776.


Border color

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

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

This div border color is #FA5776.


Opacity

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

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

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

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

This text has shadow with #FA5776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5776 on black background.


Color preview on white background

This text has color #FA5776 on white background.



Black color preview on #FA5776 background

This text has black color on #FA5776 background.


White color preview on #FA5776 background

This text has white color on #FA5776 background.