COLOR #F871EB

HEX: #F871EB
RGB: (248,113,235)

Color info

#F871EB contains mainly red and blue colors. Web safe color of #F871EB is #FF66FF (or #F6F).

RGB color model

#F871EB color RGB value is (248,113,235).

  • red value is 248;
  • green value is 113;
  • blue value is 235.
RGB:
(248,113,235)
(97%,44%,92%)

RGB channels and saturation

R 248 of 255 = 97%
G 113 of 255 = 44%
B 235 of 255 = 92%

248
113
235

R + G + B ~ 78%. #F871EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 113 + 235 = 596 (100%)
R 248 of 596 ~ 41.61%
G 113 of 596 ~ 18.96%
B 235 of 596 ~ 39.43%

%41.61
%18.96
%39.43

CMYK color model

#F871EB color CMYK value is (0,54,5,3).

  • cyan value is 0.00%
  • magenta value is 54.44%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(0,54,5,3)
C0M54Y5K3 
(0%,54%,5%,3%)
(0.00/0.54/0.05/0.03)	

CMYK percentages

%0
%54.44
%5.24
%2.75

Codes

Color #F871EB in popluar color models

F871EB
RGB248113235
HSL306°90.60%70.78%
HSB/HSV306°54.44%97.25%
CMYK0.00%54.44%5.24%
2.75%

Color #F871EB in popluar number systems.

HEXF871EB
Decimal248113235
Binary11111000111000111101011
Octal370161353

Shades and tints

Shades of #F871EB

#F871EB
(248,113,235)
#E267D6
(226,103,214)
#CC5DC1
(204,93,193)
#B653AC
(182,83,172)
#A04997
(160,73,151)
#8A3F82
(138,63,130)
#74356D
(116,53,109)
#5E2B58
(94,43,88)
#482143
(72,33,67)
#32172E
(50,23,46)
#1C0D19
(28,13,25)
#000000
(0,0,0)

Tints of #F871EB

#F871EB
(248,113,235)
#F87DEC
(248,125,236)
#F889ED
(248,137,237)
#F895EE
(248,149,238)
#F8A1EF
(248,161,239)
#F8ADF0
(248,173,240)
#F8B9F1
(248,185,241)
#F8C5F2
(248,197,242)
#F8D1F3
(248,209,243)
#F8DDF4
(248,221,244)
#F8E9F5
(248,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F871EB color. Also use rgb(248,113,235) instead hex code.

Text Font Color

.myTextColor { color: #F871EB; }

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

This text font color is #F871EB.


Background Color

.myBgColor { background-color: #F871EB; }

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

This div background color is #F871EB.


Border color

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

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

This div border color is #F871EB.


Opacity

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

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

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

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

This text has shadow with #F871EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F871EB on black background.


Color preview on white background

This text has color #F871EB on white background.



Black color preview on #F871EB background

This text has black color on #F871EB background.


White color preview on #F871EB background

This text has white color on #F871EB background.