COLOR #F0746C

HEX: #F0746C
RGB: (240,116,108)

Renk bilgisi

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

RGB renk modeli

#F0746C color RGB value is (240,116,108).

  • kırmız ton 240;
  • yeşil ton 116;
  • mavi ton 108.
RGB:
(240,116,108)
(94%,45%,42%)

RGB bağlantıları ve doygunluk

R 240 of 255 = 94%
G 116 of 255 = 45%
B 108 of 255 = 42%

240
116
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
240 + 116 + 108 = 464 (100%)
R 240 of 464 ~ 51.72%
G 116 of 464 ~ 25%
B 108 of 464 ~ 23.28%

%51.72
%25
%23.28

CMYK RENK MODELİ

#F0746C rengi CMYK tonu (0,52,55,6).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.67%
  • sarı tonu 55.00%
  • ana renk tonu 5.88%
CMYK:
(0,52,55,6)
C0M52Y55K6 
(0%,52%,55%,6%)
(0.00/0.52/0.55/0.06)	

CMYK yüzdeleri

%0
%51.67
%55
%5.88

Codes

Color #F0746C in popluar color models

F0746C
RGB240116108
HSL81.48%68.24%
HSB/HSV55.00%94.12%
CMYK0.00%51.67%55.00%
5.88%

Color #F0746C in popluar number systems.

HEXF0746C
Decimal240116108
Binary1111000011101001101100
Octal360164154

Shades and tints

Shades of #F0746C

#F0746C
(240,116,108)
#DB6A63
(219,106,99)
#C6605A
(198,96,90)
#B15651
(177,86,81)
#9C4C48
(156,76,72)
#87423F
(135,66,63)
#723836
(114,56,54)
#5D2E2D
(93,46,45)
#482424
(72,36,36)
#331A1B
(51,26,27)
#1E1012
(30,16,18)
#000000
(0,0,0)

Tints of #F0746C

#F0746C
(240,116,108)
#F18079
(241,128,121)
#F28C86
(242,140,134)
#F39893
(243,152,147)
#F4A4A0
(244,164,160)
#F5B0AD
(245,176,173)
#F6BCBA
(246,188,186)
#F7C8C7
(247,200,199)
#F8D4D4
(248,212,212)
#F9E0E1
(249,224,225)
#FAECEE
(250,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0746C color. Also use rgb(240,116,108) instead hex code.

Text Font Color

.myTextColor { color: #F0746C; }

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

This text font color is #F0746C.


Background Color

.myBgColor { background-color: #F0746C; }

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

This div background color is #F0746C.


Border color

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

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

This div border color is #F0746C.


Opacity

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

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

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

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

This text has shadow with #F0746C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0746C on black background.


Color preview on white background

This text has color #F0746C on white background.



Black color preview on #F0746C background

This text has black color on #F0746C background.


White color preview on #F0746C background

This text has white color on #F0746C background.