COLOR #F76269

HEX: #F76269
RGB: (247,98,105)

Color info

#F76269 contains mainly red color. Web safe color of #F76269 is #FF6666 (or #F66).

RGB color model

#F76269 color RGB value is (247,98,105).

  • red value is 247;
  • green value is 98;
  • blue value is 105.
RGB:
(247,98,105)
(97%,38%,41%)

RGB channels and saturation

R 247 of 255 = 97%
G 98 of 255 = 38%
B 105 of 255 = 41%

247
98
105

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

Portions of RGB colors in percentages

R + G + B =
247 + 98 + 105 = 450 (100%)
R 247 of 450 ~ 54.89%
G 98 of 450 ~ 21.78%
B 105 of 450 ~ 23.33%

%54.89
%21.78
%23.33

CMYK color model

#F76269 color CMYK value is (0,60,57,3).

  • cyan value is 0.00%
  • magenta value is 60.32%
  • yellow value is 57.49%
  • key color value is 3.14%
CMYK:
(0,60,57,3)
C0M60Y57K3 
(0%,60%,57%,3%)
(0.00/0.60/0.57/0.03)	

CMYK percentages

%0
%60.32
%57.49
%3.14

Codes

Color #F76269 in popluar color models

F76269
RGB24798105
HSL357°90.30%67.65%
HSB/HSV357°60.32%96.86%
CMYK0.00%60.32%57.49%
3.14%

Color #F76269 in popluar number systems.

HEXF76269
Decimal24798105
Binary1111011111000101101001
Octal367142151

Shades and tints

Shades of #F76269

#F76269
(247,98,105)
#E15A60
(225,90,96)
#CB5257
(203,82,87)
#B54A4E
(181,74,78)
#9F4245
(159,66,69)
#893A3C
(137,58,60)
#733233
(115,50,51)
#5D2A2A
(93,42,42)
#472221
(71,34,33)
#311A18
(49,26,24)
#1B120F
(27,18,15)
#000000
(0,0,0)

Tints of #F76269

#F76269
(247,98,105)
#F77076
(247,112,118)
#F77E83
(247,126,131)
#F78C90
(247,140,144)
#F79A9D
(247,154,157)
#F7A8AA
(247,168,170)
#F7B6B7
(247,182,183)
#F7C4C4
(247,196,196)
#F7D2D1
(247,210,209)
#F7E0DE
(247,224,222)
#F7EEEB
(247,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F76269 color. Also use rgb(247,98,105) instead hex code.

Text Font Color

.myTextColor { color: #F76269; }

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

This text font color is #F76269.


Background Color

.myBgColor { background-color: #F76269; }

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

This div background color is #F76269.


Border color

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

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

This div border color is #F76269.


Opacity

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

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

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

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

This text has shadow with #F76269 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76269 on black background.


Color preview on white background

This text has color #F76269 on white background.



Black color preview on #F76269 background

This text has black color on #F76269 background.


White color preview on #F76269 background

This text has white color on #F76269 background.