COLOR #F0929C

HEX: #F0929C
RGB: (240,146,156)

Color info

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

RGB color model

#F0929C color RGB value is (240,146,156).

  • red value is 240;
  • green value is 146;
  • blue value is 156.
RGB:
(240,146,156)
(94%,57%,61%)

RGB channels and saturation

R 240 of 255 = 94%
G 146 of 255 = 57%
B 156 of 255 = 61%

240
146
156

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

Portions of RGB colors in percentages

R + G + B =
240 + 146 + 156 = 542 (100%)
R 240 of 542 ~ 44.28%
G 146 of 542 ~ 26.94%
B 156 of 542 ~ 28.78%

%44.28
%26.94
%28.78

CMYK color model

#F0929C color CMYK value is (0,39,35,6).

  • cyan value is 0.00%
  • magenta value is 39.17%
  • yellow value is 35.00%
  • key color value is 5.88%
CMYK:
(0,39,35,6)
C0M39Y35K6 
(0%,39%,35%,6%)
(0.00/0.39/0.35/0.06)	

CMYK percentages

%0
%39.17
%35
%5.88

Codes

Color #F0929C in popluar color models

F0929C
RGB240146156
HSL354°75.81%75.69%
HSB/HSV354°39.17%94.12%
CMYK0.00%39.17%35.00%
5.88%

Color #F0929C in popluar number systems.

HEXF0929C
Decimal240146156
Binary111100001001001010011100
Octal360222234

Shades and tints

Shades of #F0929C

#F0929C
(240,146,156)
#DB858E
(219,133,142)
#C67880
(198,120,128)
#B16B72
(177,107,114)
#9C5E64
(156,94,100)
#875156
(135,81,86)
#724448
(114,68,72)
#5D373A
(93,55,58)
#482A2C
(72,42,44)
#331D1E
(51,29,30)
#1E1010
(30,16,16)
#000000
(0,0,0)

Tints of #F0929C

#F0929C
(240,146,156)
#F19BA5
(241,155,165)
#F2A4AE
(242,164,174)
#F3ADB7
(243,173,183)
#F4B6C0
(244,182,192)
#F5BFC9
(245,191,201)
#F6C8D2
(246,200,210)
#F7D1DB
(247,209,219)
#F8DAE4
(248,218,228)
#F9E3ED
(249,227,237)
#FAECF6
(250,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0929C color. Also use rgb(240,146,156) instead hex code.

Text Font Color

.myTextColor { color: #F0929C; }

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

This text font color is #F0929C.


Background Color

.myBgColor { background-color: #F0929C; }

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

This div background color is #F0929C.


Border color

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

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

This div border color is #F0929C.


Opacity

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

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

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

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

This text has shadow with #F0929C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0929C on black background.


Color preview on white background

This text has color #F0929C on white background.



Black color preview on #F0929C background

This text has black color on #F0929C background.


White color preview on #F0929C background

This text has white color on #F0929C background.