COLOR #F86FD5

HEX: #F86FD5
RGB: (248,111,213)

Color info

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

RGB color model

#F86FD5 color RGB value is (248,111,213).

  • red value is 248;
  • green value is 111;
  • blue value is 213.
RGB:
(248,111,213)
(97%,44%,84%)

RGB channels and saturation

R 248 of 255 = 97%
G 111 of 255 = 44%
B 213 of 255 = 84%

248
111
213

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

Portions of RGB colors in percentages

R + G + B =
248 + 111 + 213 = 572 (100%)
R 248 of 572 ~ 43.36%
G 111 of 572 ~ 19.41%
B 213 of 572 ~ 37.24%

%43.36
%19.41
%37.24

CMYK color model

#F86FD5 color CMYK value is (0,55,14,3).

  • cyan value is 0.00%
  • magenta value is 55.24%
  • yellow value is 14.11%
  • key color value is 2.75%
CMYK:
(0,55,14,3)
C0M55Y14K3 
(0%,55%,14%,3%)
(0.00/0.55/0.14/0.03)	

CMYK percentages

%0
%55.24
%14.11
%2.75

Codes

Color #F86FD5 in popluar color models

F86FD5
RGB248111213
HSL315°90.73%70.39%
HSB/HSV315°55.24%97.25%
CMYK0.00%55.24%14.11%
2.75%

Color #F86FD5 in popluar number systems.

HEXF86FD5
Decimal248111213
Binary11111000110111111010101
Octal370157325

Shades and tints

Shades of #F86FD5

#F86FD5
(248,111,213)
#E265C2
(226,101,194)
#CC5BAF
(204,91,175)
#B6519C
(182,81,156)
#A04789
(160,71,137)
#8A3D76
(138,61,118)
#743363
(116,51,99)
#5E2950
(94,41,80)
#481F3D
(72,31,61)
#32152A
(50,21,42)
#1C0B17
(28,11,23)
#000000
(0,0,0)

Tints of #F86FD5

#F86FD5
(248,111,213)
#F87CD8
(248,124,216)
#F889DB
(248,137,219)
#F896DE
(248,150,222)
#F8A3E1
(248,163,225)
#F8B0E4
(248,176,228)
#F8BDE7
(248,189,231)
#F8CAEA
(248,202,234)
#F8D7ED
(248,215,237)
#F8E4F0
(248,228,240)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F86FD5 color. Also use rgb(248,111,213) instead hex code.

Text Font Color

.myTextColor { color: #F86FD5; }

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

This text font color is #F86FD5.


Background Color

.myBgColor { background-color: #F86FD5; }

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

This div background color is #F86FD5.


Border color

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

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

This div border color is #F86FD5.


Opacity

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

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

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

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

This text has shadow with #F86FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F86FD5 on black background.


Color preview on white background

This text has color #F86FD5 on white background.



Black color preview on #F86FD5 background

This text has black color on #F86FD5 background.


White color preview on #F86FD5 background

This text has white color on #F86FD5 background.