COLOR #F771AA

HEX: #F771AA
RGB: (247,113,170)

Color info

#F771AA contains mainly red color. Web safe color of #F771AA is #FF6699 (or #F69).

RGB color model

#F771AA color RGB value is (247,113,170).

  • red value is 247;
  • green value is 113;
  • blue value is 170.
RGB:
(247,113,170)
(97%,44%,67%)

RGB channels and saturation

R 247 of 255 = 97%
G 113 of 255 = 44%
B 170 of 255 = 67%

247
113
170

R + G + B ~ 69%. #F771AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 113 + 170 = 530 (100%)
R 247 of 530 ~ 46.6%
G 113 of 530 ~ 21.32%
B 170 of 530 ~ 32.08%

%46.6
%21.32
%32.08

CMYK color model

#F771AA color CMYK value is (0,54,31,3).

  • cyan value is 0.00%
  • magenta value is 54.25%
  • yellow value is 31.17%
  • key color value is 3.14%
CMYK:
(0,54,31,3)
C0M54Y31K3 
(0%,54%,31%,3%)
(0.00/0.54/0.31/0.03)	

CMYK percentages

%0
%54.25
%31.17
%3.14

Codes

Color #F771AA in popluar color models

F771AA
RGB247113170
HSL334°89.33%70.59%
HSB/HSV334°54.25%96.86%
CMYK0.00%54.25%31.17%
3.14%

Color #F771AA in popluar number systems.

HEXF771AA
Decimal247113170
Binary11110111111000110101010
Octal367161252

Shades and tints

Shades of #F771AA

#F771AA
(247,113,170)
#E1679B
(225,103,155)
#CB5D8C
(203,93,140)
#B5537D
(181,83,125)
#9F496E
(159,73,110)
#893F5F
(137,63,95)
#733550
(115,53,80)
#5D2B41
(93,43,65)
#472132
(71,33,50)
#311723
(49,23,35)
#1B0D14
(27,13,20)
#000000
(0,0,0)

Tints of #F771AA

#F771AA
(247,113,170)
#F77DB1
(247,125,177)
#F789B8
(247,137,184)
#F795BF
(247,149,191)
#F7A1C6
(247,161,198)
#F7ADCD
(247,173,205)
#F7B9D4
(247,185,212)
#F7C5DB
(247,197,219)
#F7D1E2
(247,209,226)
#F7DDE9
(247,221,233)
#F7E9F0
(247,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F771AA color. Also use rgb(247,113,170) instead hex code.

Text Font Color

.myTextColor { color: #F771AA; }

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

This text font color is #F771AA.


Background Color

.myBgColor { background-color: #F771AA; }

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

This div background color is #F771AA.


Border color

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

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

This div border color is #F771AA.


Opacity

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

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

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

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

This text has shadow with #F771AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F771AA on black background.


Color preview on white background

This text has color #F771AA on white background.



Black color preview on #F771AA background

This text has black color on #F771AA background.


White color preview on #F771AA background

This text has white color on #F771AA background.