COLOR #FA5C69

HEX: #FA5C69
RGB: (250,92,105)

Color info

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

RGB color model

#FA5C69 color RGB value is (250,92,105).

  • red value is 250;
  • green value is 92;
  • blue value is 105.
RGB:
(250,92,105)
(98%,36%,41%)

RGB channels and saturation

R 250 of 255 = 98%
G 92 of 255 = 36%
B 105 of 255 = 41%

250
92
105

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

Portions of RGB colors in percentages

R + G + B =
250 + 92 + 105 = 447 (100%)
R 250 of 447 ~ 55.93%
G 92 of 447 ~ 20.58%
B 105 of 447 ~ 23.49%

%55.93
%20.58
%23.49

CMYK color model

#FA5C69 color CMYK value is (0,63,58,2).

  • cyan value is 0.00%
  • magenta value is 63.20%
  • yellow value is 58.00%
  • key color value is 1.96%
CMYK:
(0,63,58,2)
C0M63Y58K2 
(0%,63%,58%,2%)
(0.00/0.63/0.58/0.02)	

CMYK percentages

%0
%63.2
%58
%1.96

Codes

Color #FA5C69 in popluar color models

FA5C69
RGB25092105
HSL355°94.05%67.06%
HSB/HSV355°63.20%98.04%
CMYK0.00%63.20%58.00%
1.96%

Color #FA5C69 in popluar number systems.

HEXFA5C69
Decimal25092105
Binary1111101010111001101001
Octal372134151

Shades and tints

Shades of #FA5C69

#FA5C69
(250,92,105)
#E45460
(228,84,96)
#CE4C57
(206,76,87)
#B8444E
(184,68,78)
#A23C45
(162,60,69)
#8C343C
(140,52,60)
#762C33
(118,44,51)
#60242A
(96,36,42)
#4A1C21
(74,28,33)
#341418
(52,20,24)
#1E0C0F
(30,12,15)
#000000
(0,0,0)

Tints of #FA5C69

#FA5C69
(250,92,105)
#FA6A76
(250,106,118)
#FA7883
(250,120,131)
#FA8690
(250,134,144)
#FA949D
(250,148,157)
#FAA2AA
(250,162,170)
#FAB0B7
(250,176,183)
#FABEC4
(250,190,196)
#FACCD1
(250,204,209)
#FADADE
(250,218,222)
#FAE8EB
(250,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA5C69 color. Also use rgb(250,92,105) instead hex code.

Text Font Color

.myTextColor { color: #FA5C69; }

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

This text font color is #FA5C69.


Background Color

.myBgColor { background-color: #FA5C69; }

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

This div background color is #FA5C69.


Border color

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

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

This div border color is #FA5C69.


Opacity

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

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

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

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

This text has shadow with #FA5C69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA5C69 on black background.


Color preview on white background

This text has color #FA5C69 on white background.



Black color preview on #FA5C69 background

This text has black color on #FA5C69 background.


White color preview on #FA5C69 background

This text has white color on #FA5C69 background.