COLOR #F7A596

HEX: #F7A596
RGB: (247,165,150)

Renk bilgisi

#F7A596 contains mainly red color. #F7A596 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F7A596 color RGB value is (247,165,150).

  • kırmız ton 247;
  • yeşil ton 165;
  • mavi ton 150.
RGB:
(247,165,150)
(97%,65%,59%)

RGB bağlantıları ve doygunluk

R 247 of 255 = 97%
G 165 of 255 = 65%
B 150 of 255 = 59%

247
165
150

R + G + B ~ 74%. #F7A596 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
247 + 165 + 150 = 562 (100%)
R 247 of 562 ~ 43.95%
G 165 of 562 ~ 29.36%
B 150 of 562 ~ 26.69%

%43.95
%29.36
%26.69

CMYK RENK MODELİ

#F7A596 rengi CMYK tonu (0,33,39,3).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.20%
  • sarı tonu 39.27%
  • ana renk tonu 3.14%
CMYK:
(0,33,39,3)
C0M33Y39K3 
(0%,33%,39%,3%)
(0.00/0.33/0.39/0.03)	

CMYK yüzdeleri

%0
%33.2
%39.27
%3.14

Codes

Color #F7A596 in popluar color models

F7A596
RGB247165150
HSL85.84%77.84%
HSB/HSV39.27%96.86%
CMYK0.00%33.20%39.27%
3.14%

Color #F7A596 in popluar number systems.

HEXF7A596
Decimal247165150
Binary111101111010010110010110
Octal367245226

Shades and tints

Shades of #F7A596

#F7A596
(247,165,150)
#E19689
(225,150,137)
#CB877C
(203,135,124)
#B5786F
(181,120,111)
#9F6962
(159,105,98)
#895A55
(137,90,85)
#734B48
(115,75,72)
#5D3C3B
(93,60,59)
#472D2E
(71,45,46)
#311E21
(49,30,33)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #F7A596

#F7A596
(247,165,150)
#F7AD9F
(247,173,159)
#F7B5A8
(247,181,168)
#F7BDB1
(247,189,177)
#F7C5BA
(247,197,186)
#F7CDC3
(247,205,195)
#F7D5CC
(247,213,204)
#F7DDD5
(247,221,213)
#F7E5DE
(247,229,222)
#F7EDE7
(247,237,231)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7A596 color. Also use rgb(247,165,150) instead hex code.

Text Font Color

.myTextColor { color: #F7A596; }

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

This text font color is #F7A596.


Background Color

.myBgColor { background-color: #F7A596; }

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

This div background color is #F7A596.


Border color

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

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

This div border color is #F7A596.


Opacity

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

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

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

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

This text has shadow with #F7A596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7A596 on black background.


Color preview on white background

This text has color #F7A596 on white background.



Black color preview on #F7A596 background

This text has black color on #F7A596 background.


White color preview on #F7A596 background

This text has white color on #F7A596 background.