COLOR #F7A3E5

HEX: #F7A3E5 RGB: (247,163,229)

Color info

#F7A3E5 contains mainly red and blue colors. Web safe color of #F7A3E5 is #FF99CC (or #F9C).

RGB color model

#F7A3E5 color RGB value is (247,163,229).

RGB: (247,163,229) (97%, 64%, 90%)

RGB channels and saturation

R 247 of 255 = 97%
G 163 of 255 = 64%
B 229 of 255 = 90%

247
163
229

R + G + B ~ 84%. #F7A3E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 163 + 229 = 639 (100%)
R 247 of 639 ~ 38.65%
G 163 of 639 ~ 25.51%
B 229 of 639 ~ 35.84'%

%38.65
%25.51
%35.84

CMYK color model

#F7A3E5 color CMYK value is (0,34,7,3).

  • cyan value is 0.00%
  • magenta value is 34.01%
  • yellow value is 7.29%
  • key color value is 3.14%

CMYK: (0,34,7,3)
C0M34Y7K3 (0%, 34%, 7%, 3%)
(0.00 / 0.34 / 0.07 / 0.03)

CMYK percentages

%0
%34.01
%7.29
%3.14

Codes

Color #F7A3E5 in popluar color models

F7 A3 E5
RGB 247 163 229
HSL 313° 84.00% 80.39%
HSB/HSV 313° 34.01% 96.86%
CMYK 0.00% 34.01% 7.29%
3.14%

Color #F7A3E5 in popluar number systems.

HEX F7 A3 E5
Decimal 247 163 229
Binary 11110111 10100011 11100101
Octal 367 243 345

Shades and tints

Shades of #F7A3E5

#F7A3E5
(247,163,229)
#E195D1
(225,149,209)
#CB87BD
(203,135,189)
#B579A9
(181,121,169)
#9F6B95
(159,107,149)
#895D81
(137,93,129)
#734F6D
(115,79,109)
#5D4159
(93,65,89)
#473345
(71,51,69)
#312531
(49,37,49)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #F7A3E5

#F7A3E5
(247,163,229)
#F7ABE7
(247,171,231)
#F7B3E9
(247,179,233)
#F7BBEB
(247,187,235)
#F7C3ED
(247,195,237)
#F7CBEF
(247,203,239)
#F7D3F1
(247,211,241)
#F7DBF3
(247,219,243)
#F7E3F5
(247,227,245)
#F7EBF7
(247,235,247)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A3E5 color. Also use rgb(247,163,229) instead hex code.

Text Font Color

.myTextColor { color: #F7A3E5; }

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

This text font color is #F7A3E5.

Background Color

.myBgColor { background-color: #F7A3E5; }

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

This div background color is #F7A3E5.

Border color

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

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

This div border color is #F7A3E5.

Opacity

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

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

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

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

This text has shadow with #F7A3E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7A3E5.

Preview

Color preview on black background

This text has color #F7A3E5 on black background.


Color preview on white background

This text has color #F7A3E5 on white background.


Black color preview on #F7A3E5 background

This text has black color on #F7A3E5 background.


White color preview on #F7A3E5 background

This text has white color on #F7A3E5 background.


Related colors

Complementary color

Complementary color for #hex is #085C1A.


I love getcolorcode.com

Triadic colors

1 #E5F7A3 and #A3E5F7 with #F7A3E5 are triadic colors.

2 #E5A3F7 and #A3F7E5 with #F7A3E5 are triadic colors.