COLOR #F76270

HEX: #F76270
RGB: (247,98,112)

Color info

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

RGB color model

#F76270 color RGB value is (247,98,112).

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

RGB channels and saturation

R 247 of 255 = 97%
G 98 of 255 = 38%
B 112 of 255 = 44%

247
98
112

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

Portions of RGB colors in percentages

R + G + B =
247 + 98 + 112 = 457 (100%)
R 247 of 457 ~ 54.05%
G 98 of 457 ~ 21.44%
B 112 of 457 ~ 24.51%

%54.05
%21.44
%24.51

CMYK color model

#F76270 color CMYK value is (0,60,55,3).

  • cyan value is 0.00%
  • magenta value is 60.32%
  • yellow value is 54.66%
  • key color value is 3.14%
CMYK:
(0,60,55,3)
C0M60Y55K3 
(0%,60%,55%,3%)
(0.00/0.60/0.55/0.03)	

CMYK percentages

%0
%60.32
%54.66
%3.14

Codes

Color #F76270 in popluar color models

F76270
RGB24798112
HSL354°90.30%67.65%
HSB/HSV354°60.32%96.86%
CMYK0.00%60.32%54.66%
3.14%

Color #F76270 in popluar number systems.

HEXF76270
Decimal24798112
Binary1111011111000101110000
Octal367142160

Shades and tints

Shades of #F76270

#F76270
(247,98,112)
#E15A66
(225,90,102)
#CB525C
(203,82,92)
#B54A52
(181,74,82)
#9F4248
(159,66,72)
#893A3E
(137,58,62)
#733234
(115,50,52)
#5D2A2A
(93,42,42)
#472220
(71,34,32)
#311A16
(49,26,22)
#1B120C
(27,18,12)
#000000
(0,0,0)

Tints of #F76270

#F76270
(247,98,112)
#F7707D
(247,112,125)
#F77E8A
(247,126,138)
#F78C97
(247,140,151)
#F79AA4
(247,154,164)
#F7A8B1
(247,168,177)
#F7B6BE
(247,182,190)
#F7C4CB
(247,196,203)
#F7D2D8
(247,210,216)
#F7E0E5
(247,224,229)
#F7EEF2
(247,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F76270; }

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

This text font color is #F76270.


Background Color

.myBgColor { background-color: #F76270; }

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

This div background color is #F76270.


Border color

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

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

This div border color is #F76270.


Opacity

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

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

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

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

This text has shadow with #F76270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F76270 on black background.


Color preview on white background

This text has color #F76270 on white background.



Black color preview on #F76270 background

This text has black color on #F76270 background.


White color preview on #F76270 background

This text has white color on #F76270 background.