COLOR #F75846

HEX: #F75846
RGB: (247,88,70)

Color info

#F75846 contains mainly red color. Web safe color of #F75846 is #FF6633 (or #F63).

RGB color model

#F75846 color RGB value is (247,88,70).

  • red value is 247;
  • green value is 88;
  • blue value is 70.
RGB:
(247,88,70)
(97%,35%,27%)

RGB channels and saturation

R 247 of 255 = 97%
G 88 of 255 = 35%
B 70 of 255 = 27%

247
88
70

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

Portions of RGB colors in percentages

R + G + B =
247 + 88 + 70 = 405 (100%)
R 247 of 405 ~ 60.99%
G 88 of 405 ~ 21.73%
B 70 of 405 ~ 17.28%

%60.99
%21.73
%17.28

CMYK color model

#F75846 color CMYK value is (0,64,72,3).

  • cyan value is 0.00%
  • magenta value is 64.37%
  • yellow value is 71.66%
  • key color value is 3.14%
CMYK:
(0,64,72,3)
C0M64Y72K3 
(0%,64%,72%,3%)
(0.00/0.64/0.72/0.03)	

CMYK percentages

%0
%64.37
%71.66
%3.14

Codes

Color #F75846 in popluar color models

F75846
RGB2478870
HSL91.71%62.16%
HSB/HSV71.66%96.86%
CMYK0.00%64.37%71.66%
3.14%

Color #F75846 in popluar number systems.

HEXF75846
Decimal2478870
Binary1111011110110001000110
Octal367130106

Shades and tints

Shades of #F75846

#F75846
(247,88,70)
#E15040
(225,80,64)
#CB483A
(203,72,58)
#B54034
(181,64,52)
#9F382E
(159,56,46)
#893028
(137,48,40)
#732822
(115,40,34)
#5D201C
(93,32,28)
#471816
(71,24,22)
#311010
(49,16,16)
#1B080A
(27,8,10)
#000000
(0,0,0)

Tints of #F75846

#F75846
(247,88,70)
#F76756
(247,103,86)
#F77666
(247,118,102)
#F78576
(247,133,118)
#F79486
(247,148,134)
#F7A396
(247,163,150)
#F7B2A6
(247,178,166)
#F7C1B6
(247,193,182)
#F7D0C6
(247,208,198)
#F7DFD6
(247,223,214)
#F7EEE6
(247,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75846 color. Also use rgb(247,88,70) instead hex code.

Text Font Color

.myTextColor { color: #F75846; }

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

This text font color is #F75846.


Background Color

.myBgColor { background-color: #F75846; }

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

This div background color is #F75846.


Border color

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

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

This div border color is #F75846.


Opacity

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

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

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

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

This text has shadow with #F75846 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75846 on black background.


Color preview on white background

This text has color #F75846 on white background.



Black color preview on #F75846 background

This text has black color on #F75846 background.


White color preview on #F75846 background

This text has white color on #F75846 background.