COLOR #F496DB

HEX: #F496DB RGB: (244,150,219)

Color info

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

RGB color model

#F496DB color RGB value is (244,150,219).

RGB: (244,150,219) (96%, 59%, 86%)

RGB channels and saturation

R 244 of 255 = 96%
G 150 of 255 = 59%
B 219 of 255 = 86%

244
150
219

R + G + B ~ 80%. #F496DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 244 + 150 + 219 = 613 (100%)
R 244 of 613 ~ 39.8%
G 150 of 613 ~ 24.47%
B 219 of 613 ~ 35.73'%

%39.8
%24.47
%35.73

CMYK color model

#F496DB color CMYK value is (0,39,10,4).

  • cyan value is 0.00%
  • magenta value is 38.52%
  • yellow value is 10.25%
  • key color value is 4.31%

CMYK: (0,39,10,4)
C0M39Y10K4 (0%, 39%, 10%, 4%)
(0.00 / 0.39 / 0.10 / 0.04)

CMYK percentages

%0
%38.52
%10.25
%4.31

Codes

Color #F496DB in popluar color models

F4 96 DB
RGB 244 150 219
HSL 316° 81.03% 77.25%
HSB/HSV 316° 38.52% 95.69%
CMYK 0.00% 38.52% 10.25%
4.31%

Color #F496DB in popluar number systems.

HEX F4 96 DB
Decimal 244 150 219
Binary 11110100 10010110 11011011
Octal 364 226 333

Shades and tints

Shades of #F496DB

#F496DB
(244,150,219)
#DE89C8
(222,137,200)
#C87CB5
(200,124,181)
#B26FA2
(178,111,162)
#9C628F
(156,98,143)
#86557C
(134,85,124)
#704869
(112,72,105)
#5A3B56
(90,59,86)
#442E43
(68,46,67)
#2E2130
(46,33,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #F496DB

#F496DB
(244,150,219)
#F59FDE
(245,159,222)
#F6A8E1
(246,168,225)
#F7B1E4
(247,177,228)
#F8BAE7
(248,186,231)
#F9C3EA
(249,195,234)
#FACCED
(250,204,237)
#FBD5F0
(251,213,240)
#FCDEF3
(252,222,243)
#FDE7F6
(253,231,246)
#FEF0F9
(254,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F496DB; }

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

This text font color is #F496DB.

Background Color

.myBgColor { background-color: #F496DB; }

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

This div background color is #F496DB.

Border color

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

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

This div border color is #F496DB.

Opacity

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

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

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

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

This text has shadow with #F496DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F496DB.

Preview

Color preview on black background

This text has color #F496DB on black background.


Color preview on white background

This text has color #F496DB on white background.


Black color preview on #F496DB background

This text has black color on #F496DB background.


White color preview on #F496DB background

This text has white color on #F496DB background.


Related colors

Complementary color

Complementary color for #hex is #0B6924.


I love getcolorcode.com

Triadic colors

1 #DBF496 and #96DBF4 with #F496DB are triadic colors.

2 #DB96F4 and #96F4DB with #F496DB are triadic colors.