COLOR #F75079

HEX: #F75079
RGB: (247,80,121)

Color info

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

RGB color model

#F75079 color RGB value is (247,80,121).

  • red value is 247;
  • green value is 80;
  • blue value is 121.
RGB:
(247,80,121)
(97%,31%,47%)

RGB channels and saturation

R 247 of 255 = 97%
G 80 of 255 = 31%
B 121 of 255 = 47%

247
80
121

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

Portions of RGB colors in percentages

R + G + B =
247 + 80 + 121 = 448 (100%)
R 247 of 448 ~ 55.13%
G 80 of 448 ~ 17.86%
B 121 of 448 ~ 27.01%

%55.13
%17.86
%27.01

CMYK color model

#F75079 color CMYK value is (0,68,51,3).

  • cyan value is 0.00%
  • magenta value is 67.61%
  • yellow value is 51.01%
  • key color value is 3.14%
CMYK:
(0,68,51,3)
C0M68Y51K3 
(0%,68%,51%,3%)
(0.00/0.68/0.51/0.03)	

CMYK percentages

%0
%67.61
%51.01
%3.14

Codes

Color #F75079 in popluar color models

F75079
RGB24780121
HSL345°91.26%64.12%
HSB/HSV345°67.61%96.86%
CMYK0.00%67.61%51.01%
3.14%

Color #F75079 in popluar number systems.

HEXF75079
Decimal24780121
Binary1111011110100001111001
Octal367120171

Shades and tints

Shades of #F75079

#F75079
(247,80,121)
#E1496E
(225,73,110)
#CB4263
(203,66,99)
#B53B58
(181,59,88)
#9F344D
(159,52,77)
#892D42
(137,45,66)
#732637
(115,38,55)
#5D1F2C
(93,31,44)
#471821
(71,24,33)
#311116
(49,17,22)
#1B0A0B
(27,10,11)
#000000
(0,0,0)

Tints of #F75079

#F75079
(247,80,121)
#F75F85
(247,95,133)
#F76E91
(247,110,145)
#F77D9D
(247,125,157)
#F78CA9
(247,140,169)
#F79BB5
(247,155,181)
#F7AAC1
(247,170,193)
#F7B9CD
(247,185,205)
#F7C8D9
(247,200,217)
#F7D7E5
(247,215,229)
#F7E6F1
(247,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75079 color. Also use rgb(247,80,121) instead hex code.

Text Font Color

.myTextColor { color: #F75079; }

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

This text font color is #F75079.


Background Color

.myBgColor { background-color: #F75079; }

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

This div background color is #F75079.


Border color

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

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

This div border color is #F75079.


Opacity

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

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

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

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

This text has shadow with #F75079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75079 on black background.


Color preview on white background

This text has color #F75079 on white background.



Black color preview on #F75079 background

This text has black color on #F75079 background.


White color preview on #F75079 background

This text has white color on #F75079 background.