COLOR #FA398E

HEX: #FA398E RGB: (250,57,142)

Color info

#FA398E contains mainly red color. Web safe color of #FA398E is #FF3399 (or #F39).

RGB color model

#FA398E color RGB value is (250,57,142).

RGB: (250,57,142) (98%, 22%, 56%)

RGB channels and saturation

R 250 of 255 = 98%
G 57 of 255 = 22%
B 142 of 255 = 56%

250
57
142

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

Portions of RGB colors in percentages

R + G + B = 250 + 57 + 142 = 449 (100%)
R 250 of 449 ~ 55.68%
G 57 of 449 ~ 12.69%
B 142 of 449 ~ 31.63'%

%55.68
%12.69
%31.63

CMYK color model

#FA398E color CMYK value is (0,77,43,2).

  • cyan value is 0.00%
  • magenta value is 77.20%
  • yellow value is 43.20%
  • key color value is 1.96%

CMYK: (0,77,43,2)
C0M77Y43K2 (0%, 77%, 43%, 2%)
(0.00 / 0.77 / 0.43 / 0.02)

CMYK percentages

%0
%77.2
%43.2
%1.96

Codes

Color #FA398E in popluar color models

FA 39 8E
RGB 250 57 142
HSL 334° 95.07% 60.20%
HSB/HSV 334° 77.20% 98.04%
CMYK 0.00% 77.20% 43.20%
1.96%

Color #FA398E in popluar number systems.

HEX FA 39 8E
Decimal 250 57 142
Binary 11111010 111001 10001110
Octal 372 71 216

Shades and tints

Shades of #FA398E

#FA398E
(250,57,142)
#E43482
(228,52,130)
#CE2F76
(206,47,118)
#B82A6A
(184,42,106)
#A2255E
(162,37,94)
#8C2052
(140,32,82)
#761B46
(118,27,70)
#60163A
(96,22,58)
#4A112E
(74,17,46)
#340C22
(52,12,34)
#1E0716
(30,7,22)
#000000
(0,0,0)

Tints of #FA398E

#FA398E
(250,57,142)
#FA4B98
(250,75,152)
#FA5DA2
(250,93,162)
#FA6FAC
(250,111,172)
#FA81B6
(250,129,182)
#FA93C0
(250,147,192)
#FAA5CA
(250,165,202)
#FAB7D4
(250,183,212)
#FAC9DE
(250,201,222)
#FADBE8
(250,219,232)
#FAEDF2
(250,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FA398E; }

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

This text font color is #FA398E.

Background Color

.myBgColor { background-color: #FA398E; }

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

This div background color is #FA398E.

Border color

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

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

This div border color is #FA398E.

Opacity

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

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

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

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

This text has shadow with #FA398E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA398E.

Preview

Color preview on black background

This text has color #FA398E on black background.


Color preview on white background

This text has color #FA398E on white background.


Black color preview on #FA398E background

This text has black color on #FA398E background.


White color preview on #FA398E background

This text has white color on #FA398E background.


Related colors

Complementary color

Complementary color for #hex is #05C671.


I love getcolorcode.com

Triadic colors

1 #8EFA39 and #398EFA with #FA398E are triadic colors.

2 #8E39FA and #39FA8E with #FA398E are triadic colors.