COLOR #F296B1

HEX: #F296B1
RGB: (242,150,177)

Color info

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

RGB color model

#F296B1 color RGB value is (242,150,177).

  • red value is 242;
  • green value is 150;
  • blue value is 177.
RGB:
(242,150,177)
(95%,59%,69%)

RGB channels and saturation

R 242 of 255 = 95%
G 150 of 255 = 59%
B 177 of 255 = 69%

242
150
177

R + G + B ~ 74%. #F296B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 150 + 177 = 569 (100%)
R 242 of 569 ~ 42.53%
G 150 of 569 ~ 26.36%
B 177 of 569 ~ 31.11%

%42.53
%26.36
%31.11

CMYK color model

#F296B1 color CMYK value is (0,38,27,5).

  • cyan value is 0.00%
  • magenta value is 38.02%
  • yellow value is 26.86%
  • key color value is 5.10%
CMYK:
(0,38,27,5)
C0M38Y27K5 
(0%,38%,27%,5%)
(0.00/0.38/0.27/0.05)	

CMYK percentages

%0
%38.02
%26.86
%5.1

Codes

Color #F296B1 in popluar color models

F296B1
RGB242150177
HSL342°77.97%76.86%
HSB/HSV342°38.02%94.90%
CMYK0.00%38.02%26.86%
5.10%

Color #F296B1 in popluar number systems.

HEXF296B1
Decimal242150177
Binary111100101001011010110001
Octal362226261

Shades and tints

Shades of #F296B1

#F296B1
(242,150,177)
#DC89A1
(220,137,161)
#C67C91
(198,124,145)
#B06F81
(176,111,129)
#9A6271
(154,98,113)
#845561
(132,85,97)
#6E4851
(110,72,81)
#583B41
(88,59,65)
#422E31
(66,46,49)
#2C2121
(44,33,33)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #F296B1

#F296B1
(242,150,177)
#F39FB8
(243,159,184)
#F4A8BF
(244,168,191)
#F5B1C6
(245,177,198)
#F6BACD
(246,186,205)
#F7C3D4
(247,195,212)
#F8CCDB
(248,204,219)
#F9D5E2
(249,213,226)
#FADEE9
(250,222,233)
#FBE7F0
(251,231,240)
#FCF0F7
(252,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F296B1 color. Also use rgb(242,150,177) instead hex code.

Text Font Color

.myTextColor { color: #F296B1; }

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

This text font color is #F296B1.


Background Color

.myBgColor { background-color: #F296B1; }

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

This div background color is #F296B1.


Border color

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

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

This div border color is #F296B1.


Opacity

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

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

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

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

This text has shadow with #F296B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F296B1 on black background.


Color preview on white background

This text has color #F296B1 on white background.



Black color preview on #F296B1 background

This text has black color on #F296B1 background.


White color preview on #F296B1 background

This text has white color on #F296B1 background.