COLOR #F74967

HEX: #F74967
RGB: (247,73,103)

Color info

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

RGB color model

#F74967 color RGB value is (247,73,103).

  • red value is 247;
  • green value is 73;
  • blue value is 103.
RGB:
(247,73,103)
(97%,29%,40%)

RGB channels and saturation

R 247 of 255 = 97%
G 73 of 255 = 29%
B 103 of 255 = 40%

247
73
103

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

Portions of RGB colors in percentages

R + G + B =
247 + 73 + 103 = 423 (100%)
R 247 of 423 ~ 58.39%
G 73 of 423 ~ 17.26%
B 103 of 423 ~ 24.35%

%58.39
%17.26
%24.35

CMYK color model

#F74967 color CMYK value is (0,70,58,3).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 58.30%
  • key color value is 3.14%
CMYK:
(0,70,58,3)
C0M70Y58K3 
(0%,70%,58%,3%)
(0.00/0.70/0.58/0.03)	

CMYK percentages

%0
%70.45
%58.3
%3.14

Codes

Color #F74967 in popluar color models

F74967
RGB24773103
HSL350°91.58%62.75%
HSB/HSV350°70.45%96.86%
CMYK0.00%70.45%58.30%
3.14%

Color #F74967 in popluar number systems.

HEXF74967
Decimal24773103
Binary1111011110010011100111
Octal367111147

Shades and tints

Shades of #F74967

#F74967
(247,73,103)
#E1435E
(225,67,94)
#CB3D55
(203,61,85)
#B5374C
(181,55,76)
#9F3143
(159,49,67)
#892B3A
(137,43,58)
#732531
(115,37,49)
#5D1F28
(93,31,40)
#47191F
(71,25,31)
#311316
(49,19,22)
#1B0D0D
(27,13,13)
#000000
(0,0,0)

Tints of #F74967

#F74967
(247,73,103)
#F75974
(247,89,116)
#F76981
(247,105,129)
#F7798E
(247,121,142)
#F7899B
(247,137,155)
#F799A8
(247,153,168)
#F7A9B5
(247,169,181)
#F7B9C2
(247,185,194)
#F7C9CF
(247,201,207)
#F7D9DC
(247,217,220)
#F7E9E9
(247,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74967 color. Also use rgb(247,73,103) instead hex code.

Text Font Color

.myTextColor { color: #F74967; }

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

This text font color is #F74967.


Background Color

.myBgColor { background-color: #F74967; }

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

This div background color is #F74967.


Border color

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

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

This div border color is #F74967.


Opacity

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

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

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

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

This text has shadow with #F74967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74967 on black background.


Color preview on white background

This text has color #F74967 on white background.



Black color preview on #F74967 background

This text has black color on #F74967 background.


White color preview on #F74967 background

This text has white color on #F74967 background.