COLOR #F6968C

HEX: #F6968C
RGB: (246,150,140)

Renk bilgisi

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

RGB renk modeli

#F6968C color RGB value is (246,150,140).

  • kırmız ton 246;
  • yeşil ton 150;
  • mavi ton 140.
RGB:
(246,150,140)
(96%,59%,55%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 150 of 255 = 59%
B 140 of 255 = 55%

246
150
140

R + G + B ~ 70%. #F6968C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 150 + 140 = 536 (100%)
R 246 of 536 ~ 45.9%
G 150 of 536 ~ 27.99%
B 140 of 536 ~ 26.12%

%45.9
%27.99
%26.12

CMYK RENK MODELİ

#F6968C rengi CMYK tonu (0,39,43,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.02%
  • sarı tonu 43.09%
  • ana renk tonu 3.53%
CMYK:
(0,39,43,4)
C0M39Y43K4 
(0%,39%,43%,4%)
(0.00/0.39/0.43/0.04)	

CMYK yüzdeleri

%0
%39.02
%43.09
%3.53

Codes

Color #F6968C in popluar color models

F6968C
RGB246150140
HSL85.48%75.69%
HSB/HSV43.09%96.47%
CMYK0.00%39.02%43.09%
3.53%

Color #F6968C in popluar number systems.

HEXF6968C
Decimal246150140
Binary111101101001011010001100
Octal366226214

Shades and tints

Shades of #F6968C

#F6968C
(246,150,140)
#E08980
(224,137,128)
#CA7C74
(202,124,116)
#B46F68
(180,111,104)
#9E625C
(158,98,92)
#885550
(136,85,80)
#724844
(114,72,68)
#5C3B38
(92,59,56)
#462E2C
(70,46,44)
#302120
(48,33,32)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #F6968C

#F6968C
(246,150,140)
#F69F96
(246,159,150)
#F6A8A0
(246,168,160)
#F6B1AA
(246,177,170)
#F6BAB4
(246,186,180)
#F6C3BE
(246,195,190)
#F6CCC8
(246,204,200)
#F6D5D2
(246,213,210)
#F6DEDC
(246,222,220)
#F6E7E6
(246,231,230)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6968C color. Also use rgb(246,150,140) instead hex code.

Text Font Color

.myTextColor { color: #F6968C; }

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

This text font color is #F6968C.


Background Color

.myBgColor { background-color: #F6968C; }

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

This div background color is #F6968C.


Border color

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

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

This div border color is #F6968C.


Opacity

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

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

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

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

This text has shadow with #F6968C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6968C on black background.


Color preview on white background

This text has color #F6968C on white background.



Black color preview on #F6968C background

This text has black color on #F6968C background.


White color preview on #F6968C background

This text has white color on #F6968C background.