COLOR #F7A1E1

HEX: #F7A1E1
RGB: (247,161,225)

Color info

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

RGB color model

#F7A1E1 color RGB value is (247,161,225).

  • red value is 247;
  • green value is 161;
  • blue value is 225.
RGB:
(247,161,225)
(97%,63%,88%)

RGB channels and saturation

R 247 of 255 = 97%
G 161 of 255 = 63%
B 225 of 255 = 88%

247
161
225

R + G + B ~ 83%. #F7A1E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 161 + 225 = 633 (100%)
R 247 of 633 ~ 39.02%
G 161 of 633 ~ 25.43%
B 225 of 633 ~ 35.55%

%39.02
%25.43
%35.55

CMYK color model

#F7A1E1 color CMYK value is (0,35,9,3).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 8.91%
  • key color value is 3.14%
CMYK:
(0,35,9,3)
C0M35Y9K3 
(0%,35%,9%,3%)
(0.00/0.35/0.09/0.03)	

CMYK percentages

%0
%34.82
%8.91
%3.14

Codes

Color #F7A1E1 in popluar color models

F7A1E1
RGB247161225
HSL315°84.31%80.00%
HSB/HSV315°34.82%96.86%
CMYK0.00%34.82%8.91%
3.14%

Color #F7A1E1 in popluar number systems.

HEXF7A1E1
Decimal247161225
Binary111101111010000111100001
Octal367241341

Shades and tints

Shades of #F7A1E1

#F7A1E1
(247,161,225)
#E193CD
(225,147,205)
#CB85B9
(203,133,185)
#B577A5
(181,119,165)
#9F6991
(159,105,145)
#895B7D
(137,91,125)
#734D69
(115,77,105)
#5D3F55
(93,63,85)
#473141
(71,49,65)
#31232D
(49,35,45)
#1B1519
(27,21,25)
#000000
(0,0,0)

Tints of #F7A1E1

#F7A1E1
(247,161,225)
#F7A9E3
(247,169,227)
#F7B1E5
(247,177,229)
#F7B9E7
(247,185,231)
#F7C1E9
(247,193,233)
#F7C9EB
(247,201,235)
#F7D1ED
(247,209,237)
#F7D9EF
(247,217,239)
#F7E1F1
(247,225,241)
#F7E9F3
(247,233,243)
#F7F1F5
(247,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A1E1 color. Also use rgb(247,161,225) instead hex code.

Text Font Color

.myTextColor { color: #F7A1E1; }

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

This text font color is #F7A1E1.


Background Color

.myBgColor { background-color: #F7A1E1; }

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

This div background color is #F7A1E1.


Border color

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

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

This div border color is #F7A1E1.


Opacity

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

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

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

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

This text has shadow with #F7A1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A1E1 on black background.


Color preview on white background

This text has color #F7A1E1 on white background.



Black color preview on #F7A1E1 background

This text has black color on #F7A1E1 background.


White color preview on #F7A1E1 background

This text has white color on #F7A1E1 background.