COLOR #F7707D

HEX: #F7707D
RGB: (247,112,125)

Color info

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

RGB color model

#F7707D color RGB value is (247,112,125).

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

RGB channels and saturation

R 247 of 255 = 97%
G 112 of 255 = 44%
B 125 of 255 = 49%

247
112
125

R + G + B ~ 63%. #F7707D is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 112 + 125 = 484 (100%)
R 247 of 484 ~ 51.03%
G 112 of 484 ~ 23.14%
B 125 of 484 ~ 25.83%

%51.03
%23.14
%25.83

CMYK color model

#F7707D color CMYK value is (0,55,49,3).

  • cyan value is 0.00%
  • magenta value is 54.66%
  • yellow value is 49.39%
  • key color value is 3.14%
CMYK:
(0,55,49,3)
C0M55Y49K3 
(0%,55%,49%,3%)
(0.00/0.55/0.49/0.03)	

CMYK percentages

%0
%54.66
%49.39
%3.14

Codes

Color #F7707D in popluar color models

F7707D
RGB247112125
HSL354°89.40%70.39%
HSB/HSV354°54.66%96.86%
CMYK0.00%54.66%49.39%
3.14%

Color #F7707D in popluar number systems.

HEXF7707D
Decimal247112125
Binary1111011111100001111101
Octal367160175

Shades and tints

Shades of #F7707D

#F7707D
(247,112,125)
#E16672
(225,102,114)
#CB5C67
(203,92,103)
#B5525C
(181,82,92)
#9F4851
(159,72,81)
#893E46
(137,62,70)
#73343B
(115,52,59)
#5D2A30
(93,42,48)
#472025
(71,32,37)
#31161A
(49,22,26)
#1B0C0F
(27,12,15)
#000000
(0,0,0)

Tints of #F7707D

#F7707D
(247,112,125)
#F77D88
(247,125,136)
#F78A93
(247,138,147)
#F7979E
(247,151,158)
#F7A4A9
(247,164,169)
#F7B1B4
(247,177,180)
#F7BEBF
(247,190,191)
#F7CBCA
(247,203,202)
#F7D8D5
(247,216,213)
#F7E5E0
(247,229,224)
#F7F2EB
(247,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7707D; }

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

This text font color is #F7707D.


Background Color

.myBgColor { background-color: #F7707D; }

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

This div background color is #F7707D.


Border color

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

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

This div border color is #F7707D.


Opacity

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

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

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

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

This text has shadow with #F7707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7707D on black background.


Color preview on white background

This text has color #F7707D on white background.



Black color preview on #F7707D background

This text has black color on #F7707D background.


White color preview on #F7707D background

This text has white color on #F7707D background.