COLOR #F816D2

HEX: #F816D2
RGB: (248,22,210)

Color info

#F816D2 contains mainly red and blue colors. Web safe color of #F816D2 is #FF00CC (or #F0C).

RGB color model

#F816D2 color RGB value is (248,22,210).

  • red value is 248;
  • green value is 22;
  • blue value is 210.
RGB:
(248,22,210)
(97%,9%,82%)

RGB channels and saturation

R 248 of 255 = 97%
G 22 of 255 = 9%
B 210 of 255 = 82%

248
22
210

R + G + B ~ 63%. #F816D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 22 + 210 = 480 (100%)
R 248 of 480 ~ 51.67%
G 22 of 480 ~ 4.58%
B 210 of 480 ~ 43.75%

%51.67
%43.75

CMYK color model

#F816D2 color CMYK value is (0,91,15,3).

  • cyan value is 0.00%
  • magenta value is 91.13%
  • yellow value is 15.32%
  • key color value is 2.75%
CMYK:
(0,91,15,3)
C0M91Y15K3 
(0%,91%,15%,3%)
(0.00/0.91/0.15/0.03)	

CMYK percentages

%0
%91.13
%15.32
%2.75

Codes

Color #F816D2 in popluar color models

F816D2
RGB24822210
HSL310°94.17%52.94%
HSB/HSV310°91.13%97.25%
CMYK0.00%91.13%15.32%
2.75%

Color #F816D2 in popluar number systems.

HEXF816D2
Decimal24822210
Binary111110001011011010010
Octal37026322

Shades and tints

Shades of #F816D2

#F816D2
(248,22,210)
#E214BF
(226,20,191)
#CC12AC
(204,18,172)
#B61099
(182,16,153)
#A00E86
(160,14,134)
#8A0C73
(138,12,115)
#740A60
(116,10,96)
#5E084D
(94,8,77)
#48063A
(72,6,58)
#320427
(50,4,39)
#1C0214
(28,2,20)
#000000
(0,0,0)

Tints of #F816D2

#F816D2
(248,22,210)
#F82BD6
(248,43,214)
#F840DA
(248,64,218)
#F855DE
(248,85,222)
#F86AE2
(248,106,226)
#F87FE6
(248,127,230)
#F894EA
(248,148,234)
#F8A9EE
(248,169,238)
#F8BEF2
(248,190,242)
#F8D3F6
(248,211,246)
#F8E8FA
(248,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F816D2 color. Also use rgb(248,22,210) instead hex code.

Text Font Color

.myTextColor { color: #F816D2; }

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

This text font color is #F816D2.


Background Color

.myBgColor { background-color: #F816D2; }

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

This div background color is #F816D2.


Border color

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

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

This div border color is #F816D2.


Opacity

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

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

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

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

This text has shadow with #F816D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F816D2 on black background.


Color preview on white background

This text has color #F816D2 on white background.



Black color preview on #F816D2 background

This text has black color on #F816D2 background.


White color preview on #F816D2 background

This text has white color on #F816D2 background.