COLOR #F297BC

HEX: #F297BC
RGB: (242,151,188)

Color info

#F297BC contains mainly red and blue colors. Web safe color of #F297BC is #FF99CC (or #F9C).

RGB color model

#F297BC color RGB value is (242,151,188).

  • red value is 242;
  • green value is 151;
  • blue value is 188.
RGB:
(242,151,188)
(95%,59%,74%)

RGB channels and saturation

R 242 of 255 = 95%
G 151 of 255 = 59%
B 188 of 255 = 74%

242
151
188

R + G + B ~ 76%. #F297BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 151 + 188 = 581 (100%)
R 242 of 581 ~ 41.65%
G 151 of 581 ~ 25.99%
B 188 of 581 ~ 32.36%

%41.65
%25.99
%32.36

CMYK color model

#F297BC color CMYK value is (0,38,22,5).

  • cyan value is 0.00%
  • magenta value is 37.60%
  • yellow value is 22.31%
  • key color value is 5.10%
CMYK:
(0,38,22,5)
C0M38Y22K5 
(0%,38%,22%,5%)
(0.00/0.38/0.22/0.05)	

CMYK percentages

%0
%37.6
%22.31
%5.1

Codes

Color #F297BC in popluar color models

F297BC
RGB242151188
HSL336°77.78%77.06%
HSB/HSV336°37.60%94.90%
CMYK0.00%37.60%22.31%
5.10%

Color #F297BC in popluar number systems.

HEXF297BC
Decimal242151188
Binary111100101001011110111100
Octal362227274

Shades and tints

Shades of #F297BC

#F297BC
(242,151,188)
#DC8AAB
(220,138,171)
#C67D9A
(198,125,154)
#B07089
(176,112,137)
#9A6378
(154,99,120)
#845667
(132,86,103)
#6E4956
(110,73,86)
#583C45
(88,60,69)
#422F34
(66,47,52)
#2C2223
(44,34,35)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #F297BC

#F297BC
(242,151,188)
#F3A0C2
(243,160,194)
#F4A9C8
(244,169,200)
#F5B2CE
(245,178,206)
#F6BBD4
(246,187,212)
#F7C4DA
(247,196,218)
#F8CDE0
(248,205,224)
#F9D6E6
(249,214,230)
#FADFEC
(250,223,236)
#FBE8F2
(251,232,242)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F297BC color. Also use rgb(242,151,188) instead hex code.

Text Font Color

.myTextColor { color: #F297BC; }

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

This text font color is #F297BC.


Background Color

.myBgColor { background-color: #F297BC; }

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

This div background color is #F297BC.


Border color

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

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

This div border color is #F297BC.


Opacity

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

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

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

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

This text has shadow with #F297BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F297BC on black background.


Color preview on white background

This text has color #F297BC on white background.



Black color preview on #F297BC background

This text has black color on #F297BC background.


White color preview on #F297BC background

This text has white color on #F297BC background.