COLOR #FA4894

HEX: #FA4894
RGB: (250,72,148)

Color info

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

RGB color model

#FA4894 color RGB value is (250,72,148).

  • red value is 250;
  • green value is 72;
  • blue value is 148.
RGB:
(250,72,148)
(98%,28%,58%)

RGB channels and saturation

R 250 of 255 = 98%
G 72 of 255 = 28%
B 148 of 255 = 58%

250
72
148

R + G + B ~ 61%. #FA4894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 72 + 148 = 470 (100%)
R 250 of 470 ~ 53.19%
G 72 of 470 ~ 15.32%
B 148 of 470 ~ 31.49%

%53.19
%15.32
%31.49

CMYK color model

#FA4894 color CMYK value is (0,71,41,2).

  • cyan value is 0.00%
  • magenta value is 71.20%
  • yellow value is 40.80%
  • key color value is 1.96%
CMYK:
(0,71,41,2)
C0M71Y41K2 
(0%,71%,41%,2%)
(0.00/0.71/0.41/0.02)	

CMYK percentages

%0
%71.2
%40.8
%1.96

Codes

Color #FA4894 in popluar color models

FA4894
RGB25072148
HSL334°94.68%63.14%
HSB/HSV334°71.20%98.04%
CMYK0.00%71.20%40.80%
1.96%

Color #FA4894 in popluar number systems.

HEXFA4894
Decimal25072148
Binary11111010100100010010100
Octal372110224

Shades and tints

Shades of #FA4894

#FA4894
(250,72,148)
#E44287
(228,66,135)
#CE3C7A
(206,60,122)
#B8366D
(184,54,109)
#A23060
(162,48,96)
#8C2A53
(140,42,83)
#762446
(118,36,70)
#601E39
(96,30,57)
#4A182C
(74,24,44)
#34121F
(52,18,31)
#1E0C12
(30,12,18)
#000000
(0,0,0)

Tints of #FA4894

#FA4894
(250,72,148)
#FA589D
(250,88,157)
#FA68A6
(250,104,166)
#FA78AF
(250,120,175)
#FA88B8
(250,136,184)
#FA98C1
(250,152,193)
#FAA8CA
(250,168,202)
#FAB8D3
(250,184,211)
#FAC8DC
(250,200,220)
#FAD8E5
(250,216,229)
#FAE8EE
(250,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA4894 color. Also use rgb(250,72,148) instead hex code.

Text Font Color

.myTextColor { color: #FA4894; }

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

This text font color is #FA4894.


Background Color

.myBgColor { background-color: #FA4894; }

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

This div background color is #FA4894.


Border color

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

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

This div border color is #FA4894.


Opacity

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

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

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

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

This text has shadow with #FA4894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA4894 on black background.


Color preview on white background

This text has color #FA4894 on white background.



Black color preview on #FA4894 background

This text has black color on #FA4894 background.


White color preview on #FA4894 background

This text has white color on #FA4894 background.