COLOR #F2959C

HEX: #F2959C
RGB: (242,149,156)

Color info

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

RGB color model

#F2959C color RGB value is (242,149,156).

  • red value is 242;
  • green value is 149;
  • blue value is 156.
RGB:
(242,149,156)
(95%,58%,61%)

RGB channels and saturation

R 242 of 255 = 95%
G 149 of 255 = 58%
B 156 of 255 = 61%

242
149
156

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

Portions of RGB colors in percentages

R + G + B =
242 + 149 + 156 = 547 (100%)
R 242 of 547 ~ 44.24%
G 149 of 547 ~ 27.24%
B 156 of 547 ~ 28.52%

%44.24
%27.24
%28.52

CMYK color model

#F2959C color CMYK value is (0,38,36,5).

  • cyan value is 0.00%
  • magenta value is 38.43%
  • yellow value is 35.54%
  • key color value is 5.10%
CMYK:
(0,38,36,5)
C0M38Y36K5 
(0%,38%,36%,5%)
(0.00/0.38/0.36/0.05)	

CMYK percentages

%0
%38.43
%35.54
%5.1

Codes

Color #F2959C in popluar color models

F2959C
RGB242149156
HSL355°78.15%76.67%
HSB/HSV355°38.43%94.90%
CMYK0.00%38.43%35.54%
5.10%

Color #F2959C in popluar number systems.

HEXF2959C
Decimal242149156
Binary111100101001010110011100
Octal362225234

Shades and tints

Shades of #F2959C

#F2959C
(242,149,156)
#DC888E
(220,136,142)
#C67B80
(198,123,128)
#B06E72
(176,110,114)
#9A6164
(154,97,100)
#845456
(132,84,86)
#6E4748
(110,71,72)
#583A3A
(88,58,58)
#422D2C
(66,45,44)
#2C201E
(44,32,30)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #F2959C

#F2959C
(242,149,156)
#F39EA5
(243,158,165)
#F4A7AE
(244,167,174)
#F5B0B7
(245,176,183)
#F6B9C0
(246,185,192)
#F7C2C9
(247,194,201)
#F8CBD2
(248,203,210)
#F9D4DB
(249,212,219)
#FADDE4
(250,221,228)
#FBE6ED
(251,230,237)
#FCEFF6
(252,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2959C color. Also use rgb(242,149,156) instead hex code.

Text Font Color

.myTextColor { color: #F2959C; }

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

This text font color is #F2959C.


Background Color

.myBgColor { background-color: #F2959C; }

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

This div background color is #F2959C.


Border color

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

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

This div border color is #F2959C.


Opacity

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

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

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

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

This text has shadow with #F2959C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2959C on black background.


Color preview on white background

This text has color #F2959C on white background.



Black color preview on #F2959C background

This text has black color on #F2959C background.


White color preview on #F2959C background

This text has white color on #F2959C background.