COLOR #F7A3E3

HEX: #F7A3E3
RGB: (247,163,227)

Color info

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

RGB color model

#F7A3E3 color RGB value is (247,163,227).

  • red value is 247;
  • green value is 163;
  • blue value is 227.
RGB:
(247,163,227)
(97%,64%,89%)

RGB channels and saturation

R 247 of 255 = 97%
G 163 of 255 = 64%
B 227 of 255 = 89%

247
163
227

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

Portions of RGB colors in percentages

R + G + B =
247 + 163 + 227 = 637 (100%)
R 247 of 637 ~ 38.78%
G 163 of 637 ~ 25.59%
B 227 of 637 ~ 35.64%

%38.78
%25.59
%35.64

CMYK color model

#F7A3E3 color CMYK value is (0,34,8,3).

  • cyan value is 0.00%
  • magenta value is 34.01%
  • yellow value is 8.10%
  • key color value is 3.14%
CMYK:
(0,34,8,3)
C0M34Y8K3 
(0%,34%,8%,3%)
(0.00/0.34/0.08/0.03)	

CMYK percentages

%0
%34.01
%8.1
%3.14

Codes

Color #F7A3E3 in popluar color models

F7A3E3
RGB247163227
HSL314°84.00%80.39%
HSB/HSV314°34.01%96.86%
CMYK0.00%34.01%8.10%
3.14%

Color #F7A3E3 in popluar number systems.

HEXF7A3E3
Decimal247163227
Binary111101111010001111100011
Octal367243343

Shades and tints

Shades of #F7A3E3

#F7A3E3
(247,163,227)
#E195CF
(225,149,207)
#CB87BB
(203,135,187)
#B579A7
(181,121,167)
#9F6B93
(159,107,147)
#895D7F
(137,93,127)
#734F6B
(115,79,107)
#5D4157
(93,65,87)
#473343
(71,51,67)
#31252F
(49,37,47)
#1B171B
(27,23,27)
#000000
(0,0,0)

Tints of #F7A3E3

#F7A3E3
(247,163,227)
#F7ABE5
(247,171,229)
#F7B3E7
(247,179,231)
#F7BBE9
(247,187,233)
#F7C3EB
(247,195,235)
#F7CBED
(247,203,237)
#F7D3EF
(247,211,239)
#F7DBF1
(247,219,241)
#F7E3F3
(247,227,243)
#F7EBF5
(247,235,245)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7A3E3; }

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

This text font color is #F7A3E3.


Background Color

.myBgColor { background-color: #F7A3E3; }

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

This div background color is #F7A3E3.


Border color

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

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

This div border color is #F7A3E3.


Opacity

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

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

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

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

This text has shadow with #F7A3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A3E3 on black background.


Color preview on white background

This text has color #F7A3E3 on white background.



Black color preview on #F7A3E3 background

This text has black color on #F7A3E3 background.


White color preview on #F7A3E3 background

This text has white color on #F7A3E3 background.