COLOR #FA3390

HEX: #FA3390
RGB: (250,51,144)

Color info

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

RGB color model

#FA3390 color RGB value is (250,51,144).

  • red value is 250;
  • green value is 51;
  • blue value is 144.
RGB:
(250,51,144)
(98%,20%,56%)

RGB channels and saturation

R 250 of 255 = 98%
G 51 of 255 = 20%
B 144 of 255 = 56%

250
51
144

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

Portions of RGB colors in percentages

R + G + B =
250 + 51 + 144 = 445 (100%)
R 250 of 445 ~ 56.18%
G 51 of 445 ~ 11.46%
B 144 of 445 ~ 32.36%

%56.18
%11.46
%32.36

CMYK color model

#FA3390 color CMYK value is (0,80,42,2).

  • cyan value is 0.00%
  • magenta value is 79.60%
  • yellow value is 42.40%
  • key color value is 1.96%
CMYK:
(0,80,42,2)
C0M80Y42K2 
(0%,80%,42%,2%)
(0.00/0.80/0.42/0.02)	

CMYK percentages

%0
%79.6
%42.4
%1.96

Codes

Color #FA3390 in popluar color models

FA3390
RGB25051144
HSL332°95.22%59.02%
HSB/HSV332°79.60%98.04%
CMYK0.00%79.60%42.40%
1.96%

Color #FA3390 in popluar number systems.

HEXFA3390
Decimal25051144
Binary1111101011001110010000
Octal37263220

Shades and tints

Shades of #FA3390

#FA3390
(250,51,144)
#E42F83
(228,47,131)
#CE2B76
(206,43,118)
#B82769
(184,39,105)
#A2235C
(162,35,92)
#8C1F4F
(140,31,79)
#761B42
(118,27,66)
#601735
(96,23,53)
#4A1328
(74,19,40)
#340F1B
(52,15,27)
#1E0B0E
(30,11,14)
#000000
(0,0,0)

Tints of #FA3390

#FA3390
(250,51,144)
#FA459A
(250,69,154)
#FA57A4
(250,87,164)
#FA69AE
(250,105,174)
#FA7BB8
(250,123,184)
#FA8DC2
(250,141,194)
#FA9FCC
(250,159,204)
#FAB1D6
(250,177,214)
#FAC3E0
(250,195,224)
#FAD5EA
(250,213,234)
#FAE7F4
(250,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA3390 color. Also use rgb(250,51,144) instead hex code.

Text Font Color

.myTextColor { color: #FA3390; }

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

This text font color is #FA3390.


Background Color

.myBgColor { background-color: #FA3390; }

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

This div background color is #FA3390.


Border color

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

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

This div border color is #FA3390.


Opacity

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

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

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

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

This text has shadow with #FA3390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA3390 on black background.


Color preview on white background

This text has color #FA3390 on white background.



Black color preview on #FA3390 background

This text has black color on #FA3390 background.


White color preview on #FA3390 background

This text has white color on #FA3390 background.