COLOR #F9959B

HEX: #F9959B
RGB: (249,149,155)

Renk bilgisi

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

RGB renk modeli

#F9959B color RGB value is (249,149,155).

  • kırmız ton 249;
  • yeşil ton 149;
  • mavi ton 155.
RGB:
(249,149,155)
(98%,58%,61%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 149 of 255 = 58%
B 155 of 255 = 61%

249
149
155

R + G + B ~ 72%. #F9959B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 149 + 155 = 553 (100%)
R 249 of 553 ~ 45.03%
G 149 of 553 ~ 26.94%
B 155 of 553 ~ 28.03%

%45.03
%26.94
%28.03

CMYK RENK MODELİ

#F9959B rengi CMYK tonu (0,40,38,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.16%
  • sarı tonu 37.75%
  • ana renk tonu 2.35%
CMYK:
(0,40,38,2)
C0M40Y38K2 
(0%,40%,38%,2%)
(0.00/0.40/0.38/0.02)	

CMYK yüzdeleri

%0
%40.16
%37.75
%2.35

Codes

Color #F9959B in popluar color models

F9959B
RGB249149155
HSL356°89.29%78.04%
HSB/HSV356°40.16%97.65%
CMYK0.00%40.16%37.75%
2.35%

Color #F9959B in popluar number systems.

HEXF9959B
Decimal249149155
Binary111110011001010110011011
Octal371225233

Shades and tints

Shades of #F9959B

#F9959B
(249,149,155)
#E3888D
(227,136,141)
#CD7B7F
(205,123,127)
#B76E71
(183,110,113)
#A16163
(161,97,99)
#8B5455
(139,84,85)
#754747
(117,71,71)
#5F3A39
(95,58,57)
#492D2B
(73,45,43)
#33201D
(51,32,29)
#1D130F
(29,19,15)
#000000
(0,0,0)

Tints of #F9959B

#F9959B
(249,149,155)
#F99EA4
(249,158,164)
#F9A7AD
(249,167,173)
#F9B0B6
(249,176,182)
#F9B9BF
(249,185,191)
#F9C2C8
(249,194,200)
#F9CBD1
(249,203,209)
#F9D4DA
(249,212,218)
#F9DDE3
(249,221,227)
#F9E6EC
(249,230,236)
#F9EFF5
(249,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9959B color. Also use rgb(249,149,155) instead hex code.

Text Font Color

.myTextColor { color: #F9959B; }

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

This text font color is #F9959B.


Background Color

.myBgColor { background-color: #F9959B; }

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

This div background color is #F9959B.


Border color

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

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

This div border color is #F9959B.


Opacity

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

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

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

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

This text has shadow with #F9959B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9959B on black background.


Color preview on white background

This text has color #F9959B on white background.



Black color preview on #F9959B background

This text has black color on #F9959B background.


White color preview on #F9959B background

This text has white color on #F9959B background.