COLOR #FA78E3

HEX: #FA78E3
RGB: (250,120,227)

Color info

#FA78E3 contains mainly red and blue colors. Web safe color of #FA78E3 is #FF66CC (or #F6C).

RGB color model

#FA78E3 color RGB value is (250,120,227).

  • red value is 250;
  • green value is 120;
  • blue value is 227.
RGB:
(250,120,227)
(98%,47%,89%)

RGB channels and saturation

R 250 of 255 = 98%
G 120 of 255 = 47%
B 227 of 255 = 89%

250
120
227

R + G + B ~ 78%. #FA78E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
250 + 120 + 227 = 597 (100%)
R 250 of 597 ~ 41.88%
G 120 of 597 ~ 20.1%
B 227 of 597 ~ 38.02%

%41.88
%20.1
%38.02

CMYK color model

#FA78E3 color CMYK value is (0,52,9,2).

  • cyan value is 0.00%
  • magenta value is 52.00%
  • yellow value is 9.20%
  • key color value is 1.96%
CMYK:
(0,52,9,2)
C0M52Y9K2 
(0%,52%,9%,2%)
(0.00/0.52/0.09/0.02)	

CMYK percentages

%0
%52
%9.2
%1.96

Codes

Color #FA78E3 in popluar color models

FA78E3
RGB250120227
HSL311°92.86%72.55%
HSB/HSV311°52.00%98.04%
CMYK0.00%52.00%9.20%
1.96%

Color #FA78E3 in popluar number systems.

HEXFA78E3
Decimal250120227
Binary11111010111100011100011
Octal372170343

Shades and tints

Shades of #FA78E3

#FA78E3
(250,120,227)
#E46ECF
(228,110,207)
#CE64BB
(206,100,187)
#B85AA7
(184,90,167)
#A25093
(162,80,147)
#8C467F
(140,70,127)
#763C6B
(118,60,107)
#603257
(96,50,87)
#4A2843
(74,40,67)
#341E2F
(52,30,47)
#1E141B
(30,20,27)
#000000
(0,0,0)

Tints of #FA78E3

#FA78E3
(250,120,227)
#FA84E5
(250,132,229)
#FA90E7
(250,144,231)
#FA9CE9
(250,156,233)
#FAA8EB
(250,168,235)
#FAB4ED
(250,180,237)
#FAC0EF
(250,192,239)
#FACCF1
(250,204,241)
#FAD8F3
(250,216,243)
#FAE4F5
(250,228,245)
#FAF0F7
(250,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA78E3 color. Also use rgb(250,120,227) instead hex code.

Text Font Color

.myTextColor { color: #FA78E3; }

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

This text font color is #FA78E3.


Background Color

.myBgColor { background-color: #FA78E3; }

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

This div background color is #FA78E3.


Border color

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

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

This div border color is #FA78E3.


Opacity

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

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

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

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

This text has shadow with #FA78E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FA78E3 on black background.


Color preview on white background

This text has color #FA78E3 on white background.



Black color preview on #FA78E3 background

This text has black color on #FA78E3 background.


White color preview on #FA78E3 background

This text has white color on #FA78E3 background.