COLOR #FA4A6E

HEX: #FA4A6E
RGB: (250,74,110)

Color info

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

RGB color model

#FA4A6E color RGB value is (250,74,110).

  • red value is 250;
  • green value is 74;
  • blue value is 110.
RGB:
(250,74,110)
(98%,29%,43%)

RGB channels and saturation

R 250 of 255 = 98%
G 74 of 255 = 29%
B 110 of 255 = 43%

250
74
110

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

Portions of RGB colors in percentages

R + G + B =
250 + 74 + 110 = 434 (100%)
R 250 of 434 ~ 57.6%
G 74 of 434 ~ 17.05%
B 110 of 434 ~ 25.35%

%57.6
%17.05
%25.35

CMYK color model

#FA4A6E color CMYK value is (0,70,56,2).

  • cyan value is 0.00%
  • magenta value is 70.40%
  • yellow value is 56.00%
  • key color value is 1.96%
CMYK:
(0,70,56,2)
C0M70Y56K2 
(0%,70%,56%,2%)
(0.00/0.70/0.56/0.02)	

CMYK percentages

%0
%70.4
%56
%1.96

Codes

Color #FA4A6E in popluar color models

FA4A6E
RGB25074110
HSL348°94.62%63.53%
HSB/HSV348°70.40%98.04%
CMYK0.00%70.40%56.00%
1.96%

Color #FA4A6E in popluar number systems.

HEXFA4A6E
Decimal25074110
Binary1111101010010101101110
Octal372112156

Shades and tints

Shades of #FA4A6E

#FA4A6E
(250,74,110)
#E44464
(228,68,100)
#CE3E5A
(206,62,90)
#B83850
(184,56,80)
#A23246
(162,50,70)
#8C2C3C
(140,44,60)
#762632
(118,38,50)
#602028
(96,32,40)
#4A1A1E
(74,26,30)
#341414
(52,20,20)
#1E0E0A
(30,14,10)
#000000
(0,0,0)

Tints of #FA4A6E

#FA4A6E
(250,74,110)
#FA5A7B
(250,90,123)
#FA6A88
(250,106,136)
#FA7A95
(250,122,149)
#FA8AA2
(250,138,162)
#FA9AAF
(250,154,175)
#FAAABC
(250,170,188)
#FABAC9
(250,186,201)
#FACAD6
(250,202,214)
#FADAE3
(250,218,227)
#FAEAF0
(250,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4A6E color. Also use rgb(250,74,110) instead hex code.

Text Font Color

.myTextColor { color: #FA4A6E; }

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

This text font color is #FA4A6E.


Background Color

.myBgColor { background-color: #FA4A6E; }

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

This div background color is #FA4A6E.


Border color

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

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

This div border color is #FA4A6E.


Opacity

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

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

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

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

This text has shadow with #FA4A6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4A6E on black background.


Color preview on white background

This text has color #FA4A6E on white background.



Black color preview on #FA4A6E background

This text has black color on #FA4A6E background.


White color preview on #FA4A6E background

This text has white color on #FA4A6E background.