COLOR #F96C8D

HEX: #F96C8D
RGB: (249,108,141)

Renk bilgisi

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

RGB renk modeli

#F96C8D color RGB value is (249,108,141).

  • kırmız ton 249;
  • yeşil ton 108;
  • mavi ton 141.
RGB:
(249,108,141)
(98%,42%,55%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 108 of 255 = 42%
B 141 of 255 = 55%

249
108
141

R + G + B ~ 65%. #F96C8D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 108 + 141 = 498 (100%)
R 249 of 498 ~ 50%
G 108 of 498 ~ 21.69%
B 141 of 498 ~ 28.31%

%50
%21.69
%28.31

CMYK RENK MODELİ

#F96C8D rengi CMYK tonu (0,57,43,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.63%
  • sarı tonu 43.37%
  • ana renk tonu 2.35%
CMYK:
(0,57,43,2)
C0M57Y43K2 
(0%,57%,43%,2%)
(0.00/0.57/0.43/0.02)	

CMYK yüzdeleri

%0
%56.63
%43.37
%2.35

Codes

Color #F96C8D in popluar color models

F96C8D
RGB249108141
HSL346°92.16%70.00%
HSB/HSV346°56.63%97.65%
CMYK0.00%56.63%43.37%
2.35%

Color #F96C8D in popluar number systems.

HEXF96C8D
Decimal249108141
Binary11111001110110010001101
Octal371154215

Shades and tints

Shades of #F96C8D

#F96C8D
(249,108,141)
#E36381
(227,99,129)
#CD5A75
(205,90,117)
#B75169
(183,81,105)
#A1485D
(161,72,93)
#8B3F51
(139,63,81)
#753645
(117,54,69)
#5F2D39
(95,45,57)
#49242D
(73,36,45)
#331B21
(51,27,33)
#1D1215
(29,18,21)
#000000
(0,0,0)

Tints of #F96C8D

#F96C8D
(249,108,141)
#F97997
(249,121,151)
#F986A1
(249,134,161)
#F993AB
(249,147,171)
#F9A0B5
(249,160,181)
#F9ADBF
(249,173,191)
#F9BAC9
(249,186,201)
#F9C7D3
(249,199,211)
#F9D4DD
(249,212,221)
#F9E1E7
(249,225,231)
#F9EEF1
(249,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F96C8D color. Also use rgb(249,108,141) instead hex code.

Text Font Color

.myTextColor { color: #F96C8D; }

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

This text font color is #F96C8D.


Background Color

.myBgColor { background-color: #F96C8D; }

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

This div background color is #F96C8D.


Border color

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

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

This div border color is #F96C8D.


Opacity

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

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

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

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

This text has shadow with #F96C8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F96C8D on black background.


Color preview on white background

This text has color #F96C8D on white background.



Black color preview on #F96C8D background

This text has black color on #F96C8D background.


White color preview on #F96C8D background

This text has white color on #F96C8D background.