COLOR #F75E4C

HEX: #F75E4C
RGB: (247,94,76)

Color info

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

RGB color model

#F75E4C color RGB value is (247,94,76).

  • red value is 247;
  • green value is 94;
  • blue value is 76.
RGB:
(247,94,76)
(97%,37%,30%)

RGB channels and saturation

R 247 of 255 = 97%
G 94 of 255 = 37%
B 76 of 255 = 30%

247
94
76

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

Portions of RGB colors in percentages

R + G + B =
247 + 94 + 76 = 417 (100%)
R 247 of 417 ~ 59.23%
G 94 of 417 ~ 22.54%
B 76 of 417 ~ 18.23%

%59.23
%22.54
%18.23

CMYK color model

#F75E4C color CMYK value is (0,62,69,3).

  • cyan value is 0.00%
  • magenta value is 61.94%
  • yellow value is 69.23%
  • key color value is 3.14%
CMYK:
(0,62,69,3)
C0M62Y69K3 
(0%,62%,69%,3%)
(0.00/0.62/0.69/0.03)	

CMYK percentages

%0
%61.94
%69.23
%3.14

Codes

Color #F75E4C in popluar color models

F75E4C
RGB2479476
HSL91.44%63.33%
HSB/HSV69.23%96.86%
CMYK0.00%61.94%69.23%
3.14%

Color #F75E4C in popluar number systems.

HEXF75E4C
Decimal2479476
Binary1111011110111101001100
Octal367136114

Shades and tints

Shades of #F75E4C

#F75E4C
(247,94,76)
#E15646
(225,86,70)
#CB4E40
(203,78,64)
#B5463A
(181,70,58)
#9F3E34
(159,62,52)
#89362E
(137,54,46)
#732E28
(115,46,40)
#5D2622
(93,38,34)
#471E1C
(71,30,28)
#311616
(49,22,22)
#1B0E10
(27,14,16)
#000000
(0,0,0)

Tints of #F75E4C

#F75E4C
(247,94,76)
#F76C5C
(247,108,92)
#F77A6C
(247,122,108)
#F7887C
(247,136,124)
#F7968C
(247,150,140)
#F7A49C
(247,164,156)
#F7B2AC
(247,178,172)
#F7C0BC
(247,192,188)
#F7CECC
(247,206,204)
#F7DCDC
(247,220,220)
#F7EAEC
(247,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75E4C color. Also use rgb(247,94,76) instead hex code.

Text Font Color

.myTextColor { color: #F75E4C; }

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

This text font color is #F75E4C.


Background Color

.myBgColor { background-color: #F75E4C; }

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

This div background color is #F75E4C.


Border color

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

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

This div border color is #F75E4C.


Opacity

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

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

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

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

This text has shadow with #F75E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75E4C on black background.


Color preview on white background

This text has color #F75E4C on white background.



Black color preview on #F75E4C background

This text has black color on #F75E4C background.


White color preview on #F75E4C background

This text has white color on #F75E4C background.