COLOR #F68B9D

HEX: #F68B9D
RGB: (246,139,157)

Renk bilgisi

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

RGB renk modeli

#F68B9D color RGB value is (246,139,157).

  • kırmız ton 246;
  • yeşil ton 139;
  • mavi ton 157.
RGB:
(246,139,157)
(96%,55%,62%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 139 of 255 = 55%
B 157 of 255 = 62%

246
139
157

R + G + B ~ 71%. #F68B9D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 139 + 157 = 542 (100%)
R 246 of 542 ~ 45.39%
G 139 of 542 ~ 25.65%
B 157 of 542 ~ 28.97%

%45.39
%25.65
%28.97

CMYK RENK MODELİ

#F68B9D rengi CMYK tonu (0,43,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.50%
  • sarı tonu 36.18%
  • ana renk tonu 3.53%
CMYK:
(0,43,36,4)
C0M43Y36K4 
(0%,43%,36%,4%)
(0.00/0.43/0.36/0.04)	

CMYK yüzdeleri

%0
%43.5
%36.18
%3.53

Codes

Color #F68B9D in popluar color models

F68B9D
RGB246139157
HSL350°85.60%75.49%
HSB/HSV350°43.50%96.47%
CMYK0.00%43.50%36.18%
3.53%

Color #F68B9D in popluar number systems.

HEXF68B9D
Decimal246139157
Binary111101101000101110011101
Octal366213235

Shades and tints

Shades of #F68B9D

#F68B9D
(246,139,157)
#E07F8F
(224,127,143)
#CA7381
(202,115,129)
#B46773
(180,103,115)
#9E5B65
(158,91,101)
#884F57
(136,79,87)
#724349
(114,67,73)
#5C373B
(92,55,59)
#462B2D
(70,43,45)
#301F1F
(48,31,31)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #F68B9D

#F68B9D
(246,139,157)
#F695A5
(246,149,165)
#F69FAD
(246,159,173)
#F6A9B5
(246,169,181)
#F6B3BD
(246,179,189)
#F6BDC5
(246,189,197)
#F6C7CD
(246,199,205)
#F6D1D5
(246,209,213)
#F6DBDD
(246,219,221)
#F6E5E5
(246,229,229)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68B9D color. Also use rgb(246,139,157) instead hex code.

Text Font Color

.myTextColor { color: #F68B9D; }

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

This text font color is #F68B9D.


Background Color

.myBgColor { background-color: #F68B9D; }

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

This div background color is #F68B9D.


Border color

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

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

This div border color is #F68B9D.


Opacity

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

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

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

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

This text has shadow with #F68B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68B9D on black background.


Color preview on white background

This text has color #F68B9D on white background.



Black color preview on #F68B9D background

This text has black color on #F68B9D background.


White color preview on #F68B9D background

This text has white color on #F68B9D background.