COLOR #F496C5

HEX: #F496C5
RGB: (244,150,197)

Color info

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

RGB color model

#F496C5 color RGB value is (244,150,197).

  • red value is 244;
  • green value is 150;
  • blue value is 197.
RGB:
(244,150,197)
(96%,59%,77%)

RGB channels and saturation

R 244 of 255 = 96%
G 150 of 255 = 59%
B 197 of 255 = 77%

244
150
197

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

Portions of RGB colors in percentages

R + G + B =
244 + 150 + 197 = 591 (100%)
R 244 of 591 ~ 41.29%
G 150 of 591 ~ 25.38%
B 197 of 591 ~ 33.33%

%41.29
%25.38
%33.33

CMYK color model

#F496C5 color CMYK value is (0,39,19,4).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 19.26%
  • key color value is 4.31%
CMYK:
(0,39,19,4)
C0M39Y19K4 
(0%,39%,19%,4%)
(0.00/0.39/0.19/0.04)	

CMYK percentages

%0
%38.52
%19.26
%4.31

Codes

Color #F496C5 in popluar color models

F496C5
RGB244150197
HSL330°81.03%77.25%
HSB/HSV330°38.52%95.69%
CMYK0.00%38.52%19.26%
4.31%

Color #F496C5 in popluar number systems.

HEXF496C5
Decimal244150197
Binary111101001001011011000101
Octal364226305

Shades and tints

Shades of #F496C5

#F496C5
(244,150,197)
#DE89B4
(222,137,180)
#C87CA3
(200,124,163)
#B26F92
(178,111,146)
#9C6281
(156,98,129)
#865570
(134,85,112)
#70485F
(112,72,95)
#5A3B4E
(90,59,78)
#442E3D
(68,46,61)
#2E212C
(46,33,44)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #F496C5

#F496C5
(244,150,197)
#F59FCA
(245,159,202)
#F6A8CF
(246,168,207)
#F7B1D4
(247,177,212)
#F8BAD9
(248,186,217)
#F9C3DE
(249,195,222)
#FACCE3
(250,204,227)
#FBD5E8
(251,213,232)
#FCDEED
(252,222,237)
#FDE7F2
(253,231,242)
#FEF0F7
(254,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F496C5; }

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

This text font color is #F496C5.


Background Color

.myBgColor { background-color: #F496C5; }

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

This div background color is #F496C5.


Border color

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

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

This div border color is #F496C5.


Opacity

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

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

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

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

This text has shadow with #F496C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F496C5 on black background.


Color preview on white background

This text has color #F496C5 on white background.



Black color preview on #F496C5 background

This text has black color on #F496C5 background.


White color preview on #F496C5 background

This text has white color on #F496C5 background.