COLOR #F7A4F2

HEX: #F7A4F2
RGB: (247,164,242)

Color info

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

RGB color model

#F7A4F2 color RGB value is (247,164,242).

  • red value is 247;
  • green value is 164;
  • blue value is 242.
RGB:
(247,164,242)
(97%,64%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 164 of 255 = 64%
B 242 of 255 = 95%

247
164
242

R + G + B ~ 85%. #F7A4F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 164 + 242 = 653 (100%)
R 247 of 653 ~ 37.83%
G 164 of 653 ~ 25.11%
B 242 of 653 ~ 37.06%

%37.83
%25.11
%37.06

CMYK color model

#F7A4F2 color CMYK value is (0,34,2,3).

  • cyan value is 0.00%
  • magenta value is 33.60%
  • yellow value is 2.02%
  • key color value is 3.14%
CMYK:
(0,34,2,3)
C0M34Y2K3 
(0%,34%,2%,3%)
(0.00/0.34/0.02/0.03)	

CMYK percentages

%0
%33.6
%2.02
%3.14

Codes

Color #F7A4F2 in popluar color models

F7A4F2
RGB247164242
HSL304°83.84%80.59%
HSB/HSV304°33.60%96.86%
CMYK0.00%33.60%2.02%
3.14%

Color #F7A4F2 in popluar number systems.

HEXF7A4F2
Decimal247164242
Binary111101111010010011110010
Octal367244362

Shades and tints

Shades of #F7A4F2

#F7A4F2
(247,164,242)
#E196DC
(225,150,220)
#CB88C6
(203,136,198)
#B57AB0
(181,122,176)
#9F6C9A
(159,108,154)
#895E84
(137,94,132)
#73506E
(115,80,110)
#5D4258
(93,66,88)
#473442
(71,52,66)
#31262C
(49,38,44)
#1B1816
(27,24,22)
#000000
(0,0,0)

Tints of #F7A4F2

#F7A4F2
(247,164,242)
#F7ACF3
(247,172,243)
#F7B4F4
(247,180,244)
#F7BCF5
(247,188,245)
#F7C4F6
(247,196,246)
#F7CCF7
(247,204,247)
#F7D4F8
(247,212,248)
#F7DCF9
(247,220,249)
#F7E4FA
(247,228,250)
#F7ECFB
(247,236,251)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A4F2 color. Also use rgb(247,164,242) instead hex code.

Text Font Color

.myTextColor { color: #F7A4F2; }

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

This text font color is #F7A4F2.


Background Color

.myBgColor { background-color: #F7A4F2; }

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

This div background color is #F7A4F2.


Border color

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

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

This div border color is #F7A4F2.


Opacity

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

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

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

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

This text has shadow with #F7A4F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A4F2 on black background.


Color preview on white background

This text has color #F7A4F2 on white background.



Black color preview on #F7A4F2 background

This text has black color on #F7A4F2 background.


White color preview on #F7A4F2 background

This text has white color on #F7A4F2 background.