COLOR #F77F6B

HEX: #F77F6B
RGB: (247,127,107)

Renk bilgisi

#F77F6B contains mainly red color. #F77F6B ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#F77F6B color RGB value is (247,127,107).

  • kırmız ton 247;
  • yeşil ton 127;
  • mavi ton 107.
RGB:
(247,127,107)
(97%,50%,42%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 127 of 255 = 50%
B 107 of 255 = 42%

247
127
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 127 + 107 = 481 (100%)
R 247 of 481 ~ 51.35%
G 127 of 481 ~ 26.4%
B 107 of 481 ~ 22.25%

%51.35
%26.4
%22.25

CMYK RENK MODELİ

#F77F6B rengi CMYK tonu (0,49,57,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.58%
  • sarı tonu 56.68%
  • ana renk tonu 3.14%
CMYK:
(0,49,57,3)
C0M49Y57K3 
(0%,49%,57%,3%)
(0.00/0.49/0.57/0.03)	

CMYK yüzdeleri

%0
%48.58
%56.68
%3.14

Codes

Color #F77F6B in popluar color models

F77F6B
RGB247127107
HSL89.74%69.41%
HSB/HSV56.68%96.86%
CMYK0.00%48.58%56.68%
3.14%

Color #F77F6B in popluar number systems.

HEXF77F6B
Decimal247127107
Binary1111011111111111101011
Octal367177153

Shades and tints

Shades of #F77F6B

#F77F6B
(247,127,107)
#E17462
(225,116,98)
#CB6959
(203,105,89)
#B55E50
(181,94,80)
#9F5347
(159,83,71)
#89483E
(137,72,62)
#733D35
(115,61,53)
#5D322C
(93,50,44)
#472723
(71,39,35)
#311C1A
(49,28,26)
#1B1111
(27,17,17)
#000000
(0,0,0)

Tints of #F77F6B

#F77F6B
(247,127,107)
#F78A78
(247,138,120)
#F79585
(247,149,133)
#F7A092
(247,160,146)
#F7AB9F
(247,171,159)
#F7B6AC
(247,182,172)
#F7C1B9
(247,193,185)
#F7CCC6
(247,204,198)
#F7D7D3
(247,215,211)
#F7E2E0
(247,226,224)
#F7EDED
(247,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F77F6B color. Also use rgb(247,127,107) instead hex code.

Text Font Color

.myTextColor { color: #F77F6B; }

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

This text font color is #F77F6B.


Background Color

.myBgColor { background-color: #F77F6B; }

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

This div background color is #F77F6B.


Border color

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

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

This div border color is #F77F6B.


Opacity

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

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

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

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

This text has shadow with #F77F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F77F6B on black background.


Color preview on white background

This text has color #F77F6B on white background.



Black color preview on #F77F6B background

This text has black color on #F77F6B background.


White color preview on #F77F6B background

This text has white color on #F77F6B background.