COLOR #FA7EE9

HEX: #FA7EE9 RGB: (250,126,233)

Color info

#FA7EE9 contains mainly red and blue colors. Web safe color of #FA7EE9 is #FF66FF (or #F6F).

RGB color model

#FA7EE9 color RGB value is (250,126,233).

RGB: (250,126,233) (98%, 49%, 91%)

RGB channels and saturation

R 250 of 255 = 98%
G 126 of 255 = 49%
B 233 of 255 = 91%

250
126
233

R + G + B ~ 79%. #FA7EE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 250 + 126 + 233 = 609 (100%)
R 250 of 609 ~ 41.05%
G 126 of 609 ~ 20.69%
B 233 of 609 ~ 38.26'%

%41.05
%20.69
%38.26

CMYK color model

#FA7EE9 color CMYK value is (0,50,7,2).

  • cyan value is 0.00%
  • magenta value is 49.60%
  • yellow value is 6.80%
  • key color value is 1.96%

CMYK: (0,50,7,2)
C0M50Y7K2 (0%, 50%, 7%, 2%)
(0.00 / 0.50 / 0.07 / 0.02)

CMYK percentages

%0
%49.6
%6.8
%1.96

Codes

Color #FA7EE9 in popluar color models

FA 7E E9
RGB 250 126 233
HSL 308° 92.54% 73.73%
HSB/HSV 308° 49.60% 98.04%
CMYK 0.00% 49.60% 6.80%
1.96%

Color #FA7EE9 in popluar number systems.

HEX FA 7E E9
Decimal 250 126 233
Binary 11111010 1111110 11101001
Octal 372 176 351

Shades and tints

Shades of #FA7EE9

#FA7EE9
(250,126,233)
#E473D4
(228,115,212)
#CE68BF
(206,104,191)
#B85DAA
(184,93,170)
#A25295
(162,82,149)
#8C4780
(140,71,128)
#763C6B
(118,60,107)
#603156
(96,49,86)
#4A2641
(74,38,65)
#341B2C
(52,27,44)
#1E1017
(30,16,23)
#000000
(0,0,0)

Tints of #FA7EE9

#FA7EE9
(250,126,233)
#FA89EB
(250,137,235)
#FA94ED
(250,148,237)
#FA9FEF
(250,159,239)
#FAAAF1
(250,170,241)
#FAB5F3
(250,181,243)
#FAC0F5
(250,192,245)
#FACBF7
(250,203,247)
#FAD6F9
(250,214,249)
#FAE1FB
(250,225,251)
#FAECFD
(250,236,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FA7EE9 color. Also use rgb(250,126,233) instead hex code.

Text Font Color

.myTextColor { color: #FA7EE9; }

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

This text font color is #FA7EE9.

Background Color

.myBgColor { background-color: #FA7EE9; }

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

This div background color is #FA7EE9.

Border color

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

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

This div border color is #FA7EE9.

Opacity

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

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

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

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

This text has shadow with #FA7EE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FA7EE9.

Preview

Color preview on black background

This text has color #FA7EE9 on black background.


Color preview on white background

This text has color #FA7EE9 on white background.


Black color preview on #FA7EE9 background

This text has black color on #FA7EE9 background.


White color preview on #FA7EE9 background

This text has white color on #FA7EE9 background.


Related colors

Complementary color

Complementary color for #hex is #058116.


I love getcolorcode.com

Triadic colors

1 #E9FA7E and #7EE9FA with #FA7EE9 are triadic colors.

2 #E97EFA and #7EFAE9 with #FA7EE9 are triadic colors.