COLOR #FA1E70

HEX: #FA1E70
RGB: (250,30,112)

Color info

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

RGB color model

#FA1E70 color RGB value is (250,30,112).

  • red value is 250;
  • green value is 30;
  • blue value is 112.
RGB:
(250,30,112)
(98%,12%,44%)

RGB channels and saturation

R 250 of 255 = 98%
G 30 of 255 = 12%
B 112 of 255 = 44%

250
30
112

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

Portions of RGB colors in percentages

R + G + B =
250 + 30 + 112 = 392 (100%)
R 250 of 392 ~ 63.78%
G 30 of 392 ~ 7.65%
B 112 of 392 ~ 28.57%

%63.78
%28.57

CMYK color model

#FA1E70 color CMYK value is (0,88,55,2).

  • cyan value is 0.00%
  • magenta value is 88.00%
  • yellow value is 55.20%
  • key color value is 1.96%
CMYK:
(0,88,55,2)
C0M88Y55K2 
(0%,88%,55%,2%)
(0.00/0.88/0.55/0.02)	

CMYK percentages

%0
%88
%55.2
%1.96

Codes

Color #FA1E70 in popluar color models

FA1E70
RGB25030112
HSL338°95.65%54.90%
HSB/HSV338°88.00%98.04%
CMYK0.00%88.00%55.20%
1.96%

Color #FA1E70 in popluar number systems.

HEXFA1E70
Decimal25030112
Binary11111010111101110000
Octal37236160

Shades and tints

Shades of #FA1E70

#FA1E70
(250,30,112)
#E41C66
(228,28,102)
#CE1A5C
(206,26,92)
#B81852
(184,24,82)
#A21648
(162,22,72)
#8C143E
(140,20,62)
#761234
(118,18,52)
#60102A
(96,16,42)
#4A0E20
(74,14,32)
#340C16
(52,12,22)
#1E0A0C
(30,10,12)
#000000
(0,0,0)

Tints of #FA1E70

#FA1E70
(250,30,112)
#FA327D
(250,50,125)
#FA468A
(250,70,138)
#FA5A97
(250,90,151)
#FA6EA4
(250,110,164)
#FA82B1
(250,130,177)
#FA96BE
(250,150,190)
#FAAACB
(250,170,203)
#FABED8
(250,190,216)
#FAD2E5
(250,210,229)
#FAE6F2
(250,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA1E70 color. Also use rgb(250,30,112) instead hex code.

Text Font Color

.myTextColor { color: #FA1E70; }

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

This text font color is #FA1E70.


Background Color

.myBgColor { background-color: #FA1E70; }

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

This div background color is #FA1E70.


Border color

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

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

This div border color is #FA1E70.


Opacity

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

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

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

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

This text has shadow with #FA1E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA1E70 on black background.


Color preview on white background

This text has color #FA1E70 on white background.



Black color preview on #FA1E70 background

This text has black color on #FA1E70 background.


White color preview on #FA1E70 background

This text has white color on #FA1E70 background.