COLOR #F0776F

HEX: #F0776F
RGB: (240,119,111)

Renk bilgisi

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

RGB renk modeli

#F0776F color RGB value is (240,119,111).

  • kırmız ton 240;
  • yeşil ton 119;
  • mavi ton 111.
RGB:
(240,119,111)
(94%,47%,44%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 119 of 255 = 47%
B 111 of 255 = 44%

240
119
111

R + G + B ~ 62%. #F0776F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 119 + 111 = 470 (100%)
R 240 of 470 ~ 51.06%
G 119 of 470 ~ 25.32%
B 111 of 470 ~ 23.62%

%51.06
%25.32
%23.62

CMYK RENK MODELİ

#F0776F rengi CMYK tonu (0,50,54,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.42%
  • sarı tonu 53.75%
  • ana renk tonu 5.88%
CMYK:
(0,50,54,6)
C0M50Y54K6 
(0%,50%,54%,6%)
(0.00/0.50/0.54/0.06)	

CMYK yüzdeleri

%0
%50.42
%53.75
%5.88

Codes

Color #F0776F in popluar color models

F0776F
RGB240119111
HSL81.13%68.82%
HSB/HSV53.75%94.12%
CMYK0.00%50.42%53.75%
5.88%

Color #F0776F in popluar number systems.

HEXF0776F
Decimal240119111
Binary1111000011101111101111
Octal360167157

Shades and tints

Shades of #F0776F

#F0776F
(240,119,111)
#DB6D65
(219,109,101)
#C6635B
(198,99,91)
#B15951
(177,89,81)
#9C4F47
(156,79,71)
#87453D
(135,69,61)
#723B33
(114,59,51)
#5D3129
(93,49,41)
#48271F
(72,39,31)
#331D15
(51,29,21)
#1E130B
(30,19,11)
#000000
(0,0,0)

Tints of #F0776F

#F0776F
(240,119,111)
#F1837C
(241,131,124)
#F28F89
(242,143,137)
#F39B96
(243,155,150)
#F4A7A3
(244,167,163)
#F5B3B0
(245,179,176)
#F6BFBD
(246,191,189)
#F7CBCA
(247,203,202)
#F8D7D7
(248,215,215)
#F9E3E4
(249,227,228)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0776F color. Also use rgb(240,119,111) instead hex code.

Text Font Color

.myTextColor { color: #F0776F; }

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

This text font color is #F0776F.


Background Color

.myBgColor { background-color: #F0776F; }

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

This div background color is #F0776F.


Border color

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

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

This div border color is #F0776F.


Opacity

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

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

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

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

This text has shadow with #F0776F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0776F on black background.


Color preview on white background

This text has color #F0776F on white background.



Black color preview on #F0776F background

This text has black color on #F0776F background.


White color preview on #F0776F background

This text has white color on #F0776F background.