COLOR #F498BE

HEX: #F498BE
RGB: (244,152,190)

Color info

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

RGB color model

#F498BE color RGB value is (244,152,190).

  • red value is 244;
  • green value is 152;
  • blue value is 190.
RGB:
(244,152,190)
(96%,60%,75%)

RGB channels and saturation

R 244 of 255 = 96%
G 152 of 255 = 60%
B 190 of 255 = 75%

244
152
190

R + G + B ~ 77%. #F498BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 152 + 190 = 586 (100%)
R 244 of 586 ~ 41.64%
G 152 of 586 ~ 25.94%
B 190 of 586 ~ 32.42%

%41.64
%25.94
%32.42

CMYK color model

#F498BE color CMYK value is (0,38,22,4).

  • cyan value is 0.00%
  • magenta value is 37.70%
  • yellow value is 22.13%
  • key color value is 4.31%
CMYK:
(0,38,22,4)
C0M38Y22K4 
(0%,38%,22%,4%)
(0.00/0.38/0.22/0.04)	

CMYK percentages

%0
%37.7
%22.13
%4.31

Codes

Color #F498BE in popluar color models

F498BE
RGB244152190
HSL335°80.70%77.65%
HSB/HSV335°37.70%95.69%
CMYK0.00%37.70%22.13%
4.31%

Color #F498BE in popluar number systems.

HEXF498BE
Decimal244152190
Binary111101001001100010111110
Octal364230276

Shades and tints

Shades of #F498BE

#F498BE
(244,152,190)
#DE8BAD
(222,139,173)
#C87E9C
(200,126,156)
#B2718B
(178,113,139)
#9C647A
(156,100,122)
#865769
(134,87,105)
#704A58
(112,74,88)
#5A3D47
(90,61,71)
#443036
(68,48,54)
#2E2325
(46,35,37)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #F498BE

#F498BE
(244,152,190)
#F5A1C3
(245,161,195)
#F6AAC8
(246,170,200)
#F7B3CD
(247,179,205)
#F8BCD2
(248,188,210)
#F9C5D7
(249,197,215)
#FACEDC
(250,206,220)
#FBD7E1
(251,215,225)
#FCE0E6
(252,224,230)
#FDE9EB
(253,233,235)
#FEF2F0
(254,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F498BE color. Also use rgb(244,152,190) instead hex code.

Text Font Color

.myTextColor { color: #F498BE; }

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

This text font color is #F498BE.


Background Color

.myBgColor { background-color: #F498BE; }

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

This div background color is #F498BE.


Border color

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

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

This div border color is #F498BE.


Opacity

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

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

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

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

This text has shadow with #F498BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F498BE on black background.


Color preview on white background

This text has color #F498BE on white background.



Black color preview on #F498BE background

This text has black color on #F498BE background.


White color preview on #F498BE background

This text has white color on #F498BE background.