COLOR #FA7CE1

HEX: #FA7CE1 RGB: (250,124,225)

Color info

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

RGB color model

#FA7CE1 color RGB value is (250,124,225).

RGB: (250,124,225) (98%, 49%, 88%)

RGB channels and saturation

R 250 of 255 = 98%
G 124 of 255 = 49%
B 225 of 255 = 88%

250
124
225

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

Portions of RGB colors in percentages

R + G + B = 250 + 124 + 225 = 599 (100%)
R 250 of 599 ~ 41.74%
G 124 of 599 ~ 20.7%
B 225 of 599 ~ 37.56'%

%41.74
%20.7
%37.56

CMYK color model

#FA7CE1 color CMYK value is (0,50,10,2).

  • cyan value is 0.00%
  • magenta value is 50.40%
  • yellow value is 10.00%
  • key color value is 1.96%

CMYK: (0,50,10,2)
C0M50Y10K2 (0%, 50%, 10%, 2%)
(0.00 / 0.50 / 0.10 / 0.02)

CMYK percentages

%0
%50.4
%10
%1.96

Codes

Color #FA7CE1 in popluar color models

FA 7C E1
RGB 250 124 225
HSL 312° 92.65% 73.33%
HSB/HSV 312° 50.40% 98.04%
CMYK 0.00% 50.40% 10.00%
1.96%

Color #FA7CE1 in popluar number systems.

HEX FA 7C E1
Decimal 250 124 225
Binary 11111010 1111100 11100001
Octal 372 174 341

Shades and tints

Shades of #FA7CE1

#FA7CE1
(250,124,225)
#E471CD
(228,113,205)
#CE66B9
(206,102,185)
#B85BA5
(184,91,165)
#A25091
(162,80,145)
#8C457D
(140,69,125)
#763A69
(118,58,105)
#602F55
(96,47,85)
#4A2441
(74,36,65)
#34192D
(52,25,45)
#1E0E19
(30,14,25)
#000000
(0,0,0)

Tints of #FA7CE1

#FA7CE1
(250,124,225)
#FA87E3
(250,135,227)
#FA92E5
(250,146,229)
#FA9DE7
(250,157,231)
#FAA8E9
(250,168,233)
#FAB3EB
(250,179,235)
#FABEED
(250,190,237)
#FAC9EF
(250,201,239)
#FAD4F1
(250,212,241)
#FADFF3
(250,223,243)
#FAEAF5
(250,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7CE1 color. Also use rgb(250,124,225) instead hex code.

Text Font Color

.myTextColor { color: #FA7CE1; }

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

This text font color is #FA7CE1.

Background Color

.myBgColor { background-color: #FA7CE1; }

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

This div background color is #FA7CE1.

Border color

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

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

This div border color is #FA7CE1.

Opacity

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

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

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

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

This text has shadow with #FA7CE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA7CE1.

Preview

Color preview on black background

This text has color #FA7CE1 on black background.


Color preview on white background

This text has color #FA7CE1 on white background.


Black color preview on #FA7CE1 background

This text has black color on #FA7CE1 background.


White color preview on #FA7CE1 background

This text has white color on #FA7CE1 background.


Related colors

Complementary color

Complementary color for #hex is #05831E.


I love getcolorcode.com

Triadic colors

1 #E1FA7C and #7CE1FA with #FA7CE1 are triadic colors.

2 #E17CFA and #7CFAE1 with #FA7CE1 are triadic colors.