COLOR #F496BD

HEX: #F496BD
RGB: (244,150,189)

Color info

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

RGB color model

#F496BD color RGB value is (244,150,189).

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

RGB channels and saturation

R 244 of 255 = 96%
G 150 of 255 = 59%
B 189 of 255 = 74%

244
150
189

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

Portions of RGB colors in percentages

R + G + B =
244 + 150 + 189 = 583 (100%)
R 244 of 583 ~ 41.85%
G 150 of 583 ~ 25.73%
B 189 of 583 ~ 32.42%

%41.85
%25.73
%32.42

CMYK color model

#F496BD color CMYK value is (0,39,23,4).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 22.54%
  • key color value is 4.31%
CMYK:
(0,39,23,4)
C0M39Y23K4 
(0%,39%,23%,4%)
(0.00/0.39/0.23/0.04)	

CMYK percentages

%0
%38.52
%22.54
%4.31

Codes

Color #F496BD in popluar color models

F496BD
RGB244150189
HSL335°81.03%77.25%
HSB/HSV335°38.52%95.69%
CMYK0.00%38.52%22.54%
4.31%

Color #F496BD in popluar number systems.

HEXF496BD
Decimal244150189
Binary111101001001011010111101
Octal364226275

Shades and tints

Shades of #F496BD

#F496BD
(244,150,189)
#DE89AC
(222,137,172)
#C87C9B
(200,124,155)
#B26F8A
(178,111,138)
#9C6279
(156,98,121)
#865568
(134,85,104)
#704857
(112,72,87)
#5A3B46
(90,59,70)
#442E35
(68,46,53)
#2E2124
(46,33,36)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #F496BD

#F496BD
(244,150,189)
#F59FC3
(245,159,195)
#F6A8C9
(246,168,201)
#F7B1CF
(247,177,207)
#F8BAD5
(248,186,213)
#F9C3DB
(249,195,219)
#FACCE1
(250,204,225)
#FBD5E7
(251,213,231)
#FCDEED
(252,222,237)
#FDE7F3
(253,231,243)
#FEF0F9
(254,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F496BD; }

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

This text font color is #F496BD.


Background Color

.myBgColor { background-color: #F496BD; }

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

This div background color is #F496BD.


Border color

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

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

This div border color is #F496BD.


Opacity

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

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

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

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

This text has shadow with #F496BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F496BD on black background.


Color preview on white background

This text has color #F496BD on white background.



Black color preview on #F496BD background

This text has black color on #F496BD background.


White color preview on #F496BD background

This text has white color on #F496BD background.