COLOR #FA395C

HEX: #FA395C
RGB: (250,57,92)

Color info

#FA395C contains mainly red color. Web safe color of #FA395C is #FF3366 (or #F36).

RGB color model

#FA395C color RGB value is (250,57,92).

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

RGB channels and saturation

R 250 of 255 = 98%
G 57 of 255 = 22%
B 92 of 255 = 36%

250
57
92

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

Portions of RGB colors in percentages

R + G + B =
250 + 57 + 92 = 399 (100%)
R 250 of 399 ~ 62.66%
G 57 of 399 ~ 14.29%
B 92 of 399 ~ 23.06%

%62.66
%14.29
%23.06

CMYK color model

#FA395C color CMYK value is (0,77,63,2).

  • cyan value is 0.00%
  • magenta value is 77.20%
  • yellow value is 63.20%
  • key color value is 1.96%
CMYK:
(0,77,63,2)
C0M77Y63K2 
(0%,77%,63%,2%)
(0.00/0.77/0.63/0.02)	

CMYK percentages

%0
%77.2
%63.2
%1.96

Codes

Color #FA395C in popluar color models

FA395C
RGB2505792
HSL349°95.07%60.20%
HSB/HSV349°77.20%98.04%
CMYK0.00%77.20%63.20%
1.96%

Color #FA395C in popluar number systems.

HEXFA395C
Decimal2505792
Binary111110101110011011100
Octal37271134

Shades and tints

Shades of #FA395C

#FA395C
(250,57,92)
#E43454
(228,52,84)
#CE2F4C
(206,47,76)
#B82A44
(184,42,68)
#A2253C
(162,37,60)
#8C2034
(140,32,52)
#761B2C
(118,27,44)
#601624
(96,22,36)
#4A111C
(74,17,28)
#340C14
(52,12,20)
#1E070C
(30,7,12)
#000000
(0,0,0)

Tints of #FA395C

#FA395C
(250,57,92)
#FA4B6A
(250,75,106)
#FA5D78
(250,93,120)
#FA6F86
(250,111,134)
#FA8194
(250,129,148)
#FA93A2
(250,147,162)
#FAA5B0
(250,165,176)
#FAB7BE
(250,183,190)
#FAC9CC
(250,201,204)
#FADBDA
(250,219,218)
#FAEDE8
(250,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA395C; }

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

This text font color is #FA395C.


Background Color

.myBgColor { background-color: #FA395C; }

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

This div background color is #FA395C.


Border color

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

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

This div border color is #FA395C.


Opacity

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

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

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

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

This text has shadow with #FA395C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA395C on black background.


Color preview on white background

This text has color #FA395C on white background.



Black color preview on #FA395C background

This text has black color on #FA395C background.


White color preview on #FA395C background

This text has white color on #FA395C background.