COLOR #F496BA

HEX: #F496BA RGB: (244,150,186)

Color info

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

RGB color model

#F496BA color RGB value is (244,150,186).

RGB: (244,150,186) (96%, 59%, 73%)

RGB channels and saturation

R 244 of 255 = 96%
G 150 of 255 = 59%
B 186 of 255 = 73%

244
150
186

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

Portions of RGB colors in percentages

R + G + B = 244 + 150 + 186 = 580 (100%)
R 244 of 580 ~ 42.07%
G 150 of 580 ~ 25.86%
B 186 of 580 ~ 32.07'%

%42.07
%25.86
%32.07

CMYK color model

#F496BA color CMYK value is (0,39,24,4).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 23.77%
  • key color value is 4.31%
CMYK: (0,39,24,4) C0M39Y24K4 (0%,39%,24%,4%) (0.00/0.39/0.24/0.04) 

CMYK percentages

%0
%38.52
%23.77
%4.31

Codes

Color #F496BA in popluar color models

F4 96 BA
RGB 244 150 186
HSL 337° 81.03% 77.25%
HSB/HSV 337° 38.52% 95.69%
CMYK 0.00% 38.52% 23.77%
4.31%

Color #F496BA in popluar number systems.

HEX F4 96 BA
Decimal 244 150 186
Binary 11110100 10010110 10111010
Octal 364 226 272

Shades and tints

Shades of #F496BA

#F496BA
(244,150,186)
#DE89AA
(222,137,170)
#C87C9A
(200,124,154)
#B26F8A
(178,111,138)
#9C627A
(156,98,122)
#86556A
(134,85,106)
#70485A
(112,72,90)
#5A3B4A
(90,59,74)
#442E3A
(68,46,58)
#2E212A
(46,33,42)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #F496BA

#F496BA
(244,150,186)
#F59FC0
(245,159,192)
#F6A8C6
(246,168,198)
#F7B1CC
(247,177,204)
#F8BAD2
(248,186,210)
#F9C3D8
(249,195,216)
#FACCDE
(250,204,222)
#FBD5E4
(251,213,228)
#FCDEEA
(252,222,234)
#FDE7F0
(253,231,240)
#FEF0F6
(254,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F496BA color. Also use rgb(244,150,186) instead hex code.

Text Font Color

.myTextColor { color: #F496BA; }

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

This text font color is #F496BA.

Background Color

.myBgColor { background-color: #F496BA; }

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

This div background color is #F496BA.

Border color

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

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

This div border color is #F496BA.

Opacity

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

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

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

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

This text has shadow with #F496BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F496BA.

Preview

Color preview on black background

This text has color #F496BA on black background.


Color preview on white background

This text has color #F496BA on white background.


Black color preview on #F496BA background

This text has black color on #F496BA background.


White color preview on #F496BA background

This text has white color on #F496BA background.


Related colors

Complementary color

Complementary color for #hex is #0B6945.


I love getcolorcode.com

Triadic colors

1 #BAF496 and #96BAF4 with #F496BA are triadic colors.

2 #BA96F4 and #96F4BA with #F496BA are triadic colors.