COLOR #FA3247

HEX: #FA3247
RGB: (250,50,71)

Color info

#FA3247 contains mainly red color. Web safe color of #FA3247 is #FF3333 (or #F33).

RGB color model

#FA3247 color RGB value is (250,50,71).

  • red value is 250;
  • green value is 50;
  • blue value is 71.
RGB:
(250,50,71)
(98%,20%,28%)

RGB channels and saturation

R 250 of 255 = 98%
G 50 of 255 = 20%
B 71 of 255 = 28%

250
50
71

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

Portions of RGB colors in percentages

R + G + B =
250 + 50 + 71 = 371 (100%)
R 250 of 371 ~ 67.39%
G 50 of 371 ~ 13.48%
B 71 of 371 ~ 19.14%

%67.39
%13.48
%19.14

CMYK color model

#FA3247 color CMYK value is (0,80,72,2).

  • cyan value is 0.00%
  • magenta value is 80.00%
  • yellow value is 71.60%
  • key color value is 1.96%
CMYK:
(0,80,72,2)
C0M80Y72K2 
(0%,80%,72%,2%)
(0.00/0.80/0.72/0.02)	

CMYK percentages

%0
%80
%71.6
%1.96

Codes

Color #FA3247 in popluar color models

FA3247
RGB2505071
HSL354°95.24%58.82%
HSB/HSV354°80.00%98.04%
CMYK0.00%80.00%71.60%
1.96%

Color #FA3247 in popluar number systems.

HEXFA3247
Decimal2505071
Binary111110101100101000111
Octal37262107

Shades and tints

Shades of #FA3247

#FA3247
(250,50,71)
#E42E41
(228,46,65)
#CE2A3B
(206,42,59)
#B82635
(184,38,53)
#A2222F
(162,34,47)
#8C1E29
(140,30,41)
#761A23
(118,26,35)
#60161D
(96,22,29)
#4A1217
(74,18,23)
#340E11
(52,14,17)
#1E0A0B
(30,10,11)
#000000
(0,0,0)

Tints of #FA3247

#FA3247
(250,50,71)
#FA4457
(250,68,87)
#FA5667
(250,86,103)
#FA6877
(250,104,119)
#FA7A87
(250,122,135)
#FA8C97
(250,140,151)
#FA9EA7
(250,158,167)
#FAB0B7
(250,176,183)
#FAC2C7
(250,194,199)
#FAD4D7
(250,212,215)
#FAE6E7
(250,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA3247 color. Also use rgb(250,50,71) instead hex code.

Text Font Color

.myTextColor { color: #FA3247; }

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

This text font color is #FA3247.


Background Color

.myBgColor { background-color: #FA3247; }

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

This div background color is #FA3247.


Border color

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

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

This div border color is #FA3247.


Opacity

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

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

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

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

This text has shadow with #FA3247 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA3247 on black background.


Color preview on white background

This text has color #FA3247 on white background.



Black color preview on #FA3247 background

This text has black color on #FA3247 background.


White color preview on #FA3247 background

This text has white color on #FA3247 background.