COLOR #F46CDB

HEX: #F46CDB
RGB: (244,108,219)

Color info

#F46CDB contains mainly red and blue colors. Web safe color of #F46CDB is #FF66CC (or #F6C).

RGB color model

#F46CDB color RGB value is (244,108,219).

  • red value is 244;
  • green value is 108;
  • blue value is 219.
RGB:
(244,108,219)
(96%,42%,86%)

RGB channels and saturation

R 244 of 255 = 96%
G 108 of 255 = 42%
B 219 of 255 = 86%

244
108
219

R + G + B ~ 75%. #F46CDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 108 + 219 = 571 (100%)
R 244 of 571 ~ 42.73%
G 108 of 571 ~ 18.91%
B 219 of 571 ~ 38.35%

%42.73
%18.91
%38.35

CMYK color model

#F46CDB color CMYK value is (0,56,10,4).

  • cyan value is 0.00%
  • magenta value is 55.74%
  • yellow value is 10.25%
  • key color value is 4.31%
CMYK:
(0,56,10,4)
C0M56Y10K4 
(0%,56%,10%,4%)
(0.00/0.56/0.10/0.04)	

CMYK percentages

%0
%55.74
%10.25
%4.31

Codes

Color #F46CDB in popluar color models

F46CDB
RGB244108219
HSL311°86.08%69.02%
HSB/HSV311°55.74%95.69%
CMYK0.00%55.74%10.25%
4.31%

Color #F46CDB in popluar number systems.

HEXF46CDB
Decimal244108219
Binary11110100110110011011011
Octal364154333

Shades and tints

Shades of #F46CDB

#F46CDB
(244,108,219)
#DE63C8
(222,99,200)
#C85AB5
(200,90,181)
#B251A2
(178,81,162)
#9C488F
(156,72,143)
#863F7C
(134,63,124)
#703669
(112,54,105)
#5A2D56
(90,45,86)
#442443
(68,36,67)
#2E1B30
(46,27,48)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #F46CDB

#F46CDB
(244,108,219)
#F579DE
(245,121,222)
#F686E1
(246,134,225)
#F793E4
(247,147,228)
#F8A0E7
(248,160,231)
#F9ADEA
(249,173,234)
#FABAED
(250,186,237)
#FBC7F0
(251,199,240)
#FCD4F3
(252,212,243)
#FDE1F6
(253,225,246)
#FEEEF9
(254,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F46CDB; }

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

This text font color is #F46CDB.


Background Color

.myBgColor { background-color: #F46CDB; }

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

This div background color is #F46CDB.


Border color

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

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

This div border color is #F46CDB.


Opacity

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

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

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

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

This text has shadow with #F46CDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F46CDB on black background.


Color preview on white background

This text has color #F46CDB on white background.



Black color preview on #F46CDB background

This text has black color on #F46CDB background.


White color preview on #F46CDB background

This text has white color on #F46CDB background.