COLOR #F298B0

HEX: #F298B0
RGB: (242,152,176)

Color info

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

RGB color model

#F298B0 color RGB value is (242,152,176).

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

RGB channels and saturation

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

242
152
176

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

Portions of RGB colors in percentages

R + G + B =
242 + 152 + 176 = 570 (100%)
R 242 of 570 ~ 42.46%
G 152 of 570 ~ 26.67%
B 176 of 570 ~ 30.88%

%42.46
%26.67
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 27.27%
  • 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
%27.27
%5.1

Codes

Color #F298B0 in popluar color models

F298B0
RGB242152176
HSL344°77.59%77.25%
HSB/HSV344°37.19%94.90%
CMYK0.00%37.19%27.27%
5.10%

Color #F298B0 in popluar number systems.

HEXF298B0
Decimal242152176
Binary111100101001100010110000
Octal362230260

Shades and tints

Shades of #F298B0

#F298B0
(242,152,176)
#DC8BA0
(220,139,160)
#C67E90
(198,126,144)
#B07180
(176,113,128)
#9A6470
(154,100,112)
#845760
(132,87,96)
#6E4A50
(110,74,80)
#583D40
(88,61,64)
#423030
(66,48,48)
#2C2320
(44,35,32)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #F298B0

#F298B0
(242,152,176)
#F3A1B7
(243,161,183)
#F4AABE
(244,170,190)
#F5B3C5
(245,179,197)
#F6BCCC
(246,188,204)
#F7C5D3
(247,197,211)
#F8CEDA
(248,206,218)
#F9D7E1
(249,215,225)
#FAE0E8
(250,224,232)
#FBE9EF
(251,233,239)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F298B0; }

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

This text font color is #F298B0.


Background Color

.myBgColor { background-color: #F298B0; }

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

This div background color is #F298B0.


Border color

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

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

This div border color is #F298B0.


Opacity

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

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

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

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

This text has shadow with #F298B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F298B0 on black background.


Color preview on white background

This text has color #F298B0 on white background.



Black color preview on #F298B0 background

This text has black color on #F298B0 background.


White color preview on #F298B0 background

This text has white color on #F298B0 background.