COLOR #F74D6D

HEX: #F74D6D
RGB: (247,77,109)

Color info

#F74D6D contains mainly red color. Web safe color of #F74D6D is #FF3366 (or #F36).

RGB color model

#F74D6D color RGB value is (247,77,109).

  • red value is 247;
  • green value is 77;
  • blue value is 109.
RGB:
(247,77,109)
(97%,30%,43%)

RGB channels and saturation

R 247 of 255 = 97%
G 77 of 255 = 30%
B 109 of 255 = 43%

247
77
109

R + G + B ~ 57%. #F74D6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 77 + 109 = 433 (100%)
R 247 of 433 ~ 57.04%
G 77 of 433 ~ 17.78%
B 109 of 433 ~ 25.17%

%57.04
%17.78
%25.17

CMYK color model

#F74D6D color CMYK value is (0,69,56,3).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 55.87%
  • key color value is 3.14%
CMYK:
(0,69,56,3)
C0M69Y56K3 
(0%,69%,56%,3%)
(0.00/0.69/0.56/0.03)	

CMYK percentages

%0
%68.83
%55.87
%3.14

Codes

Color #F74D6D in popluar color models

F74D6D
RGB24777109
HSL349°91.40%63.53%
HSB/HSV349°68.83%96.86%
CMYK0.00%68.83%55.87%
3.14%

Color #F74D6D in popluar number systems.

HEXF74D6D
Decimal24777109
Binary1111011110011011101101
Octal367115155

Shades and tints

Shades of #F74D6D

#F74D6D
(247,77,109)
#E14664
(225,70,100)
#CB3F5B
(203,63,91)
#B53852
(181,56,82)
#9F3149
(159,49,73)
#892A40
(137,42,64)
#732337
(115,35,55)
#5D1C2E
(93,28,46)
#471525
(71,21,37)
#310E1C
(49,14,28)
#1B0713
(27,7,19)
#000000
(0,0,0)

Tints of #F74D6D

#F74D6D
(247,77,109)
#F75D7A
(247,93,122)
#F76D87
(247,109,135)
#F77D94
(247,125,148)
#F78DA1
(247,141,161)
#F79DAE
(247,157,174)
#F7ADBB
(247,173,187)
#F7BDC8
(247,189,200)
#F7CDD5
(247,205,213)
#F7DDE2
(247,221,226)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74D6D color. Also use rgb(247,77,109) instead hex code.

Text Font Color

.myTextColor { color: #F74D6D; }

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

This text font color is #F74D6D.


Background Color

.myBgColor { background-color: #F74D6D; }

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

This div background color is #F74D6D.


Border color

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

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

This div border color is #F74D6D.


Opacity

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

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

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

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

This text has shadow with #F74D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74D6D on black background.


Color preview on white background

This text has color #F74D6D on white background.



Black color preview on #F74D6D background

This text has black color on #F74D6D background.


White color preview on #F74D6D background

This text has white color on #F74D6D background.