COLOR #F81DD6

HEX: #F81DD6
RGB: (248,29,214)

Color info

#F81DD6 contains mainly red and blue colors. Web safe color of #F81DD6 is #FF33CC (or #F3C).

RGB color model

#F81DD6 color RGB value is (248,29,214).

  • red value is 248;
  • green value is 29;
  • blue value is 214.
RGB:
(248,29,214)
(97%,11%,84%)

RGB channels and saturation

R 248 of 255 = 97%
G 29 of 255 = 11%
B 214 of 255 = 84%

248
29
214

R + G + B ~ 64%. #F81DD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 29 + 214 = 491 (100%)
R 248 of 491 ~ 50.51%
G 29 of 491 ~ 5.91%
B 214 of 491 ~ 43.58%

%50.51
%43.58

CMYK color model

#F81DD6 color CMYK value is (0,88,14,3).

  • cyan value is 0.00%
  • magenta value is 88.31%
  • yellow value is 13.71%
  • key color value is 2.75%
CMYK:
(0,88,14,3)
C0M88Y14K3 
(0%,88%,14%,3%)
(0.00/0.88/0.14/0.03)	

CMYK percentages

%0
%88.31
%13.71
%2.75

Codes

Color #F81DD6 in popluar color models

F81DD6
RGB24829214
HSL309°93.99%54.31%
HSB/HSV309°88.31%97.25%
CMYK0.00%88.31%13.71%
2.75%

Color #F81DD6 in popluar number systems.

HEXF81DD6
Decimal24829214
Binary111110001110111010110
Octal37035326

Shades and tints

Shades of #F81DD6

#F81DD6
(248,29,214)
#E21BC3
(226,27,195)
#CC19B0
(204,25,176)
#B6179D
(182,23,157)
#A0158A
(160,21,138)
#8A1377
(138,19,119)
#741164
(116,17,100)
#5E0F51
(94,15,81)
#480D3E
(72,13,62)
#320B2B
(50,11,43)
#1C0918
(28,9,24)
#000000
(0,0,0)

Tints of #F81DD6

#F81DD6
(248,29,214)
#F831D9
(248,49,217)
#F845DC
(248,69,220)
#F859DF
(248,89,223)
#F86DE2
(248,109,226)
#F881E5
(248,129,229)
#F895E8
(248,149,232)
#F8A9EB
(248,169,235)
#F8BDEE
(248,189,238)
#F8D1F1
(248,209,241)
#F8E5F4
(248,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F81DD6 color. Also use rgb(248,29,214) instead hex code.

Text Font Color

.myTextColor { color: #F81DD6; }

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

This text font color is #F81DD6.


Background Color

.myBgColor { background-color: #F81DD6; }

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

This div background color is #F81DD6.


Border color

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

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

This div border color is #F81DD6.


Opacity

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

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

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

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

This text has shadow with #F81DD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F81DD6 on black background.


Color preview on white background

This text has color #F81DD6 on white background.



Black color preview on #F81DD6 background

This text has black color on #F81DD6 background.


White color preview on #F81DD6 background

This text has white color on #F81DD6 background.