COLOR #F774B7

HEX: #F774B7
RGB: (247,116,183)

Color info

#F774B7 contains mainly red color. Web safe color of #F774B7 is #FF66CC (or #F6C).

RGB color model

#F774B7 color RGB value is (247,116,183).

  • red value is 247;
  • green value is 116;
  • blue value is 183.
RGB:
(247,116,183)
(97%,45%,72%)

RGB channels and saturation

R 247 of 255 = 97%
G 116 of 255 = 45%
B 183 of 255 = 72%

247
116
183

R + G + B ~ 71%. #F774B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 116 + 183 = 546 (100%)
R 247 of 546 ~ 45.24%
G 116 of 546 ~ 21.25%
B 183 of 546 ~ 33.52%

%45.24
%21.25
%33.52

CMYK color model

#F774B7 color CMYK value is (0,53,26,3).

  • cyan value is 0.00%
  • magenta value is 53.04%
  • yellow value is 25.91%
  • key color value is 3.14%
CMYK:
(0,53,26,3)
C0M53Y26K3 
(0%,53%,26%,3%)
(0.00/0.53/0.26/0.03)	

CMYK percentages

%0
%53.04
%25.91
%3.14

Codes

Color #F774B7 in popluar color models

F774B7
RGB247116183
HSL329°89.12%71.18%
HSB/HSV329°53.04%96.86%
CMYK0.00%53.04%25.91%
3.14%

Color #F774B7 in popluar number systems.

HEXF774B7
Decimal247116183
Binary11110111111010010110111
Octal367164267

Shades and tints

Shades of #F774B7

#F774B7
(247,116,183)
#E16AA7
(225,106,167)
#CB6097
(203,96,151)
#B55687
(181,86,135)
#9F4C77
(159,76,119)
#894267
(137,66,103)
#733857
(115,56,87)
#5D2E47
(93,46,71)
#472437
(71,36,55)
#311A27
(49,26,39)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #F774B7

#F774B7
(247,116,183)
#F780BD
(247,128,189)
#F78CC3
(247,140,195)
#F798C9
(247,152,201)
#F7A4CF
(247,164,207)
#F7B0D5
(247,176,213)
#F7BCDB
(247,188,219)
#F7C8E1
(247,200,225)
#F7D4E7
(247,212,231)
#F7E0ED
(247,224,237)
#F7ECF3
(247,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F774B7 color. Also use rgb(247,116,183) instead hex code.

Text Font Color

.myTextColor { color: #F774B7; }

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

This text font color is #F774B7.


Background Color

.myBgColor { background-color: #F774B7; }

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

This div background color is #F774B7.


Border color

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

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

This div border color is #F774B7.


Opacity

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

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

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

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

This text has shadow with #F774B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F774B7 on black background.


Color preview on white background

This text has color #F774B7 on white background.



Black color preview on #F774B7 background

This text has black color on #F774B7 background.


White color preview on #F774B7 background

This text has white color on #F774B7 background.