COLOR #F7A1ED

HEX: #F7A1ED
RGB: (247,161,237)

Color info

#F7A1ED contains mainly red and blue colors. Web safe color of #F7A1ED is #FF99FF (or #F9F).

RGB color model

#F7A1ED color RGB value is (247,161,237).

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

RGB channels and saturation

R 247 of 255 = 97%
G 161 of 255 = 63%
B 237 of 255 = 93%

247
161
237

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

Portions of RGB colors in percentages

R + G + B =
247 + 161 + 237 = 645 (100%)
R 247 of 645 ~ 38.29%
G 161 of 645 ~ 24.96%
B 237 of 645 ~ 36.74%

%38.29
%24.96
%36.74

CMYK color model

#F7A1ED color CMYK value is (0,35,4,3).

  • cyan value is 0.00%
  • magenta value is 34.82%
  • yellow value is 4.05%
  • key color value is 3.14%
CMYK:
(0,35,4,3)
C0M35Y4K3 
(0%,35%,4%,3%)
(0.00/0.35/0.04/0.03)	

CMYK percentages

%0
%34.82
%4.05
%3.14

Codes

Color #F7A1ED in popluar color models

F7A1ED
RGB247161237
HSL307°84.31%80.00%
HSB/HSV307°34.82%96.86%
CMYK0.00%34.82%4.05%
3.14%

Color #F7A1ED in popluar number systems.

HEXF7A1ED
Decimal247161237
Binary111101111010000111101101
Octal367241355

Shades and tints

Shades of #F7A1ED

#F7A1ED
(247,161,237)
#E193D8
(225,147,216)
#CB85C3
(203,133,195)
#B577AE
(181,119,174)
#9F6999
(159,105,153)
#895B84
(137,91,132)
#734D6F
(115,77,111)
#5D3F5A
(93,63,90)
#473145
(71,49,69)
#312330
(49,35,48)
#1B151B
(27,21,27)
#000000
(0,0,0)

Tints of #F7A1ED

#F7A1ED
(247,161,237)
#F7A9EE
(247,169,238)
#F7B1EF
(247,177,239)
#F7B9F0
(247,185,240)
#F7C1F1
(247,193,241)
#F7C9F2
(247,201,242)
#F7D1F3
(247,209,243)
#F7D9F4
(247,217,244)
#F7E1F5
(247,225,245)
#F7E9F6
(247,233,246)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A1ED; }

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

This text font color is #F7A1ED.


Background Color

.myBgColor { background-color: #F7A1ED; }

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

This div background color is #F7A1ED.


Border color

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

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

This div border color is #F7A1ED.


Opacity

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

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

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

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

This text has shadow with #F7A1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A1ED on black background.


Color preview on white background

This text has color #F7A1ED on white background.



Black color preview on #F7A1ED background

This text has black color on #F7A1ED background.


White color preview on #F7A1ED background

This text has white color on #F7A1ED background.