COLOR #F82EA6

HEX: #F82EA6
RGB: (248,46,166)

Color info

#F82EA6 contains mainly red color. Web safe color of #F82EA6 is #FF3399 (or #F39).

RGB color model

#F82EA6 color RGB value is (248,46,166).

  • red value is 248;
  • green value is 46;
  • blue value is 166.
RGB:
(248,46,166)
(97%,18%,65%)

RGB channels and saturation

R 248 of 255 = 97%
G 46 of 255 = 18%
B 166 of 255 = 65%

248
46
166

R + G + B ~ 60%. #F82EA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
248 + 46 + 166 = 460 (100%)
R 248 of 460 ~ 53.91%
G 46 of 460 ~ 10%
B 166 of 460 ~ 36.09%

%53.91
%10
%36.09

CMYK color model

#F82EA6 color CMYK value is (0,81,33,3).

  • cyan value is 0.00%
  • magenta value is 81.45%
  • yellow value is 33.06%
  • key color value is 2.75%
CMYK:
(0,81,33,3)
C0M81Y33K3 
(0%,81%,33%,3%)
(0.00/0.81/0.33/0.03)	

CMYK percentages

%0
%81.45
%33.06
%2.75

Codes

Color #F82EA6 in popluar color models

F82EA6
RGB24846166
HSL324°93.52%57.65%
HSB/HSV324°81.45%97.25%
CMYK0.00%81.45%33.06%
2.75%

Color #F82EA6 in popluar number systems.

HEXF82EA6
Decimal24846166
Binary1111100010111010100110
Octal37056246

Shades and tints

Shades of #F82EA6

#F82EA6
(248,46,166)
#E22A97
(226,42,151)
#CC2688
(204,38,136)
#B62279
(182,34,121)
#A01E6A
(160,30,106)
#8A1A5B
(138,26,91)
#74164C
(116,22,76)
#5E123D
(94,18,61)
#480E2E
(72,14,46)
#320A1F
(50,10,31)
#1C0610
(28,6,16)
#000000
(0,0,0)

Tints of #F82EA6

#F82EA6
(248,46,166)
#F841AE
(248,65,174)
#F854B6
(248,84,182)
#F867BE
(248,103,190)
#F87AC6
(248,122,198)
#F88DCE
(248,141,206)
#F8A0D6
(248,160,214)
#F8B3DE
(248,179,222)
#F8C6E6
(248,198,230)
#F8D9EE
(248,217,238)
#F8ECF6
(248,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F82EA6 color. Also use rgb(248,46,166) instead hex code.

Text Font Color

.myTextColor { color: #F82EA6; }

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

This text font color is #F82EA6.


Background Color

.myBgColor { background-color: #F82EA6; }

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

This div background color is #F82EA6.


Border color

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

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

This div border color is #F82EA6.


Opacity

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

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

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

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

This text has shadow with #F82EA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F82EA6 on black background.


Color preview on white background

This text has color #F82EA6 on white background.



Black color preview on #F82EA6 background

This text has black color on #F82EA6 background.


White color preview on #F82EA6 background

This text has white color on #F82EA6 background.