COLOR #F97997

HEX: #F97997
RGB: (249,121,151)

Renk bilgisi

#F97997 contains mainly red color. #F97997 ‘ nin web güvenlik rengi #FF6699 (ya da #F69) dir.

RGB renk modeli

#F97997 color RGB value is (249,121,151).

  • kırmız ton 249;
  • yeşil ton 121;
  • mavi ton 151.
RGB:
(249,121,151)
(98%,47%,59%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 121 of 255 = 47%
B 151 of 255 = 59%

249
121
151

R + G + B ~ 68%. #F97997 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 121 + 151 = 521 (100%)
R 249 of 521 ~ 47.79%
G 121 of 521 ~ 23.22%
B 151 of 521 ~ 28.98%

%47.79
%23.22
%28.98

CMYK RENK MODELİ

#F97997 rengi CMYK tonu (0,51,39,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.41%
  • sarı tonu 39.36%
  • ana renk tonu 2.35%
CMYK:
(0,51,39,2)
C0M51Y39K2 
(0%,51%,39%,2%)
(0.00/0.51/0.39/0.02)	

CMYK yüzdeleri

%0
%51.41
%39.36
%2.35

Codes

Color #F97997 in popluar color models

F97997
RGB249121151
HSL346°91.43%72.55%
HSB/HSV346°51.41%97.65%
CMYK0.00%51.41%39.36%
2.35%

Color #F97997 in popluar number systems.

HEXF97997
Decimal249121151
Binary11111001111100110010111
Octal371171227

Shades and tints

Shades of #F97997

#F97997
(249,121,151)
#E36E8A
(227,110,138)
#CD637D
(205,99,125)
#B75870
(183,88,112)
#A14D63
(161,77,99)
#8B4256
(139,66,86)
#753749
(117,55,73)
#5F2C3C
(95,44,60)
#49212F
(73,33,47)
#331622
(51,22,34)
#1D0B15
(29,11,21)
#000000
(0,0,0)

Tints of #F97997

#F97997
(249,121,151)
#F985A0
(249,133,160)
#F991A9
(249,145,169)
#F99DB2
(249,157,178)
#F9A9BB
(249,169,187)
#F9B5C4
(249,181,196)
#F9C1CD
(249,193,205)
#F9CDD6
(249,205,214)
#F9D9DF
(249,217,223)
#F9E5E8
(249,229,232)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F97997 color. Also use rgb(249,121,151) instead hex code.

Text Font Color

.myTextColor { color: #F97997; }

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

This text font color is #F97997.


Background Color

.myBgColor { background-color: #F97997; }

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

This div background color is #F97997.


Border color

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

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

This div border color is #F97997.


Opacity

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

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

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

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

This text has shadow with #F97997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F97997 on black background.


Color preview on white background

This text has color #F97997 on white background.



Black color preview on #F97997 background

This text has black color on #F97997 background.


White color preview on #F97997 background

This text has white color on #F97997 background.