COLOR #F7A0E4

HEX: #F7A0E4
RGB: (247,160,228)

Color info

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

RGB color model

#F7A0E4 color RGB value is (247,160,228).

  • red value is 247;
  • green value is 160;
  • blue value is 228.
RGB:
(247,160,228)
(97%,63%,89%)

RGB channels and saturation

R 247 of 255 = 97%
G 160 of 255 = 63%
B 228 of 255 = 89%

247
160
228

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

Portions of RGB colors in percentages

R + G + B =
247 + 160 + 228 = 635 (100%)
R 247 of 635 ~ 38.9%
G 160 of 635 ~ 25.2%
B 228 of 635 ~ 35.91%

%38.9
%25.2
%35.91

CMYK color model

#F7A0E4 color CMYK value is (0,35,8,3).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(0,35,8,3)
C0M35Y8K3 
(0%,35%,8%,3%)
(0.00/0.35/0.08/0.03)	

CMYK percentages

%0
%35.22
%7.69
%3.14

Codes

Color #F7A0E4 in popluar color models

F7A0E4
RGB247160228
HSL313°84.47%79.80%
HSB/HSV313°35.22%96.86%
CMYK0.00%35.22%7.69%
3.14%

Color #F7A0E4 in popluar number systems.

HEXF7A0E4
Decimal247160228
Binary111101111010000011100100
Octal367240344

Shades and tints

Shades of #F7A0E4

#F7A0E4
(247,160,228)
#E192D0
(225,146,208)
#CB84BC
(203,132,188)
#B576A8
(181,118,168)
#9F6894
(159,104,148)
#895A80
(137,90,128)
#734C6C
(115,76,108)
#5D3E58
(93,62,88)
#473044
(71,48,68)
#312230
(49,34,48)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #F7A0E4

#F7A0E4
(247,160,228)
#F7A8E6
(247,168,230)
#F7B0E8
(247,176,232)
#F7B8EA
(247,184,234)
#F7C0EC
(247,192,236)
#F7C8EE
(247,200,238)
#F7D0F0
(247,208,240)
#F7D8F2
(247,216,242)
#F7E0F4
(247,224,244)
#F7E8F6
(247,232,246)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A0E4 color. Also use rgb(247,160,228) instead hex code.

Text Font Color

.myTextColor { color: #F7A0E4; }

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

This text font color is #F7A0E4.


Background Color

.myBgColor { background-color: #F7A0E4; }

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

This div background color is #F7A0E4.


Border color

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

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

This div border color is #F7A0E4.


Opacity

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

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

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

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

This text has shadow with #F7A0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A0E4 on black background.


Color preview on white background

This text has color #F7A0E4 on white background.



Black color preview on #F7A0E4 background

This text has black color on #F7A0E4 background.


White color preview on #F7A0E4 background

This text has white color on #F7A0E4 background.