COLOR #F0948D

HEX: #F0948D
RGB: (240,148,141)

Color info

#F0948D contains mainly red color. Web safe color of #F0948D is #FF9999 (or #F99).

RGB color model

#F0948D color RGB value is (240,148,141).

  • red value is 240;
  • green value is 148;
  • blue value is 141.
RGB:
(240,148,141)
(94%,58%,55%)

RGB channels and saturation

R 240 of 255 = 94%
G 148 of 255 = 58%
B 141 of 255 = 55%

240
148
141

R + G + B ~ 69%. #F0948D is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 148 + 141 = 529 (100%)
R 240 of 529 ~ 45.37%
G 148 of 529 ~ 27.98%
B 141 of 529 ~ 26.65%

%45.37
%27.98
%26.65

CMYK color model

#F0948D color CMYK value is (0,38,41,6).

  • cyan value is 0.00%
  • magenta value is 38.33%
  • yellow value is 41.25%
  • key color value is 5.88%
CMYK:
(0,38,41,6)
C0M38Y41K6 
(0%,38%,41%,6%)
(0.00/0.38/0.41/0.06)	

CMYK percentages

%0
%38.33
%41.25
%5.88

Codes

Color #F0948D in popluar color models

F0948D
RGB240148141
HSL76.74%74.71%
HSB/HSV41.25%94.12%
CMYK0.00%38.33%41.25%
5.88%

Color #F0948D in popluar number systems.

HEXF0948D
Decimal240148141
Binary111100001001010010001101
Octal360224215

Shades and tints

Shades of #F0948D

#F0948D
(240,148,141)
#DB8781
(219,135,129)
#C67A75
(198,122,117)
#B16D69
(177,109,105)
#9C605D
(156,96,93)
#875351
(135,83,81)
#724645
(114,70,69)
#5D3939
(93,57,57)
#482C2D
(72,44,45)
#331F21
(51,31,33)
#1E1215
(30,18,21)
#000000
(0,0,0)

Tints of #F0948D

#F0948D
(240,148,141)
#F19D97
(241,157,151)
#F2A6A1
(242,166,161)
#F3AFAB
(243,175,171)
#F4B8B5
(244,184,181)
#F5C1BF
(245,193,191)
#F6CAC9
(246,202,201)
#F7D3D3
(247,211,211)
#F8DCDD
(248,220,221)
#F9E5E7
(249,229,231)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0948D color. Also use rgb(240,148,141) instead hex code.

Text Font Color

.myTextColor { color: #F0948D; }

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

This text font color is #F0948D.


Background Color

.myBgColor { background-color: #F0948D; }

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

This div background color is #F0948D.


Border color

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

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

This div border color is #F0948D.


Opacity

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

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

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

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

This text has shadow with #F0948D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0948D on black background.


Color preview on white background

This text has color #F0948D on white background.



Black color preview on #F0948D background

This text has black color on #F0948D background.


White color preview on #F0948D background

This text has white color on #F0948D background.