COLOR #F298B1

HEX: #F298B1
RGB: (242,152,177)

Color info

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

RGB color model

#F298B1 color RGB value is (242,152,177).

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

RGB channels and saturation

R 242 of 255 = 95%
G 152 of 255 = 60%
B 177 of 255 = 69%

242
152
177

R + G + B ~ 75%. #F298B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 152 + 177 = 571 (100%)
R 242 of 571 ~ 42.38%
G 152 of 571 ~ 26.62%
B 177 of 571 ~ 31%

%42.38
%26.62
%31

CMYK color model

#F298B1 color CMYK value is (0,37,27,5).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 26.86%
  • key color value is 5.10%
CMYK:
(0,37,27,5)
C0M37Y27K5 
(0%,37%,27%,5%)
(0.00/0.37/0.27/0.05)	

CMYK percentages

%0
%37.19
%26.86
%5.1

Codes

Color #F298B1 in popluar color models

F298B1
RGB242152177
HSL343°77.59%77.25%
HSB/HSV343°37.19%94.90%
CMYK0.00%37.19%26.86%
5.10%

Color #F298B1 in popluar number systems.

HEXF298B1
Decimal242152177
Binary111100101001100010110001
Octal362230261

Shades and tints

Shades of #F298B1

#F298B1
(242,152,177)
#DC8BA1
(220,139,161)
#C67E91
(198,126,145)
#B07181
(176,113,129)
#9A6471
(154,100,113)
#845761
(132,87,97)
#6E4A51
(110,74,81)
#583D41
(88,61,65)
#423031
(66,48,49)
#2C2321
(44,35,33)
#161611
(22,22,17)
#000000
(0,0,0)

Tints of #F298B1

#F298B1
(242,152,177)
#F3A1B8
(243,161,184)
#F4AABF
(244,170,191)
#F5B3C6
(245,179,198)
#F6BCCD
(246,188,205)
#F7C5D4
(247,197,212)
#F8CEDB
(248,206,219)
#F9D7E2
(249,215,226)
#FAE0E9
(250,224,233)
#FBE9F0
(251,233,240)
#FCF2F7
(252,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F298B1; }

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

This text font color is #F298B1.


Background Color

.myBgColor { background-color: #F298B1; }

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

This div background color is #F298B1.


Border color

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

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

This div border color is #F298B1.


Opacity

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

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

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

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

This text has shadow with #F298B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F298B1 on black background.


Color preview on white background

This text has color #F298B1 on white background.



Black color preview on #F298B1 background

This text has black color on #F298B1 background.


White color preview on #F298B1 background

This text has white color on #F298B1 background.