COLOR #FA478F

HEX: #FA478F
RGB: (250,71,143)

Color info

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

RGB color model

#FA478F color RGB value is (250,71,143).

  • red value is 250;
  • green value is 71;
  • blue value is 143.
RGB:
(250,71,143)
(98%,28%,56%)

RGB channels and saturation

R 250 of 255 = 98%
G 71 of 255 = 28%
B 143 of 255 = 56%

250
71
143

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

Portions of RGB colors in percentages

R + G + B =
250 + 71 + 143 = 464 (100%)
R 250 of 464 ~ 53.88%
G 71 of 464 ~ 15.3%
B 143 of 464 ~ 30.82%

%53.88
%15.3
%30.82

CMYK color model

#FA478F color CMYK value is (0,72,43,2).

  • cyan value is 0.00%
  • magenta value is 71.60%
  • yellow value is 42.80%
  • key color value is 1.96%
CMYK:
(0,72,43,2)
C0M72Y43K2 
(0%,72%,43%,2%)
(0.00/0.72/0.43/0.02)	

CMYK percentages

%0
%71.6
%42.8
%1.96

Codes

Color #FA478F in popluar color models

FA478F
RGB25071143
HSL336°94.71%62.94%
HSB/HSV336°71.60%98.04%
CMYK0.00%71.60%42.80%
1.96%

Color #FA478F in popluar number systems.

HEXFA478F
Decimal25071143
Binary11111010100011110001111
Octal372107217

Shades and tints

Shades of #FA478F

#FA478F
(250,71,143)
#E44182
(228,65,130)
#CE3B75
(206,59,117)
#B83568
(184,53,104)
#A22F5B
(162,47,91)
#8C294E
(140,41,78)
#762341
(118,35,65)
#601D34
(96,29,52)
#4A1727
(74,23,39)
#34111A
(52,17,26)
#1E0B0D
(30,11,13)
#000000
(0,0,0)

Tints of #FA478F

#FA478F
(250,71,143)
#FA5799
(250,87,153)
#FA67A3
(250,103,163)
#FA77AD
(250,119,173)
#FA87B7
(250,135,183)
#FA97C1
(250,151,193)
#FAA7CB
(250,167,203)
#FAB7D5
(250,183,213)
#FAC7DF
(250,199,223)
#FAD7E9
(250,215,233)
#FAE7F3
(250,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA478F color. Also use rgb(250,71,143) instead hex code.

Text Font Color

.myTextColor { color: #FA478F; }

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

This text font color is #FA478F.


Background Color

.myBgColor { background-color: #FA478F; }

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

This div background color is #FA478F.


Border color

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

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

This div border color is #FA478F.


Opacity

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

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

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

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

This text has shadow with #FA478F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA478F on black background.


Color preview on white background

This text has color #FA478F on white background.



Black color preview on #FA478F background

This text has black color on #FA478F background.


White color preview on #FA478F background

This text has white color on #FA478F background.