COLOR #F864D9

HEX: #F864D9 RGB: (248,100,217)

Color info

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

RGB color model

#F864D9 color RGB value is (248,100,217).

RGB: (248,100,217) (97%, 39%, 85%)

RGB channels and saturation

R 248 of 255 = 97%
G 100 of 255 = 39%
B 217 of 255 = 85%

248
100
217

R + G + B ~ 74%. #F864D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 100 + 217 = 565 (100%)
R 248 of 565 ~ 43.89%
G 100 of 565 ~ 17.7%
B 217 of 565 ~ 38.41'%

%43.89
%17.7
%38.41

CMYK color model

#F864D9 color CMYK value is (0,60,13,3).

  • cyan value is 0.00%
  • magenta value is 59.68%
  • yellow value is 12.50%
  • key color value is 2.75%

CMYK: (0,60,13,3)
C0M60Y13K3 (0%, 60%, 13%, 3%)
(0.00 / 0.60 / 0.13 / 0.03)

CMYK percentages

%0
%59.68
%12.5
%2.75

Codes

Color #F864D9 in popluar color models

F8 64 D9
RGB 248 100 217
HSL 313° 91.36% 68.24%
HSB/HSV 313° 59.68% 97.25%
CMYK 0.00% 59.68% 12.50%
2.75%

Color #F864D9 in popluar number systems.

HEX F8 64 D9
Decimal 248 100 217
Binary 11111000 1100100 11011001
Octal 370 144 331

Shades and tints

Shades of #F864D9

#F864D9
(248,100,217)
#E25BC6
(226,91,198)
#CC52B3
(204,82,179)
#B649A0
(182,73,160)
#A0408D
(160,64,141)
#8A377A
(138,55,122)
#742E67
(116,46,103)
#5E2554
(94,37,84)
#481C41
(72,28,65)
#32132E
(50,19,46)
#1C0A1B
(28,10,27)
#000000
(0,0,0)

Tints of #F864D9

#F864D9
(248,100,217)
#F872DC
(248,114,220)
#F880DF
(248,128,223)
#F88EE2
(248,142,226)
#F89CE5
(248,156,229)
#F8AAE8
(248,170,232)
#F8B8EB
(248,184,235)
#F8C6EE
(248,198,238)
#F8D4F1
(248,212,241)
#F8E2F4
(248,226,244)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F864D9 color. Also use rgb(248,100,217) instead hex code.

Text Font Color

.myTextColor { color: #F864D9; }

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

This text font color is #F864D9.

Background Color

.myBgColor { background-color: #F864D9; }

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

This div background color is #F864D9.

Border color

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

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

This div border color is #F864D9.

Opacity

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

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

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

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

This text has shadow with #F864D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F864D9.

Preview

Color preview on black background

This text has color #F864D9 on black background.


Color preview on white background

This text has color #F864D9 on white background.


Black color preview on #F864D9 background

This text has black color on #F864D9 background.


White color preview on #F864D9 background

This text has white color on #F864D9 background.


Related colors

Complementary color

Complementary color for #hex is #079B26.


I love getcolorcode.com

Triadic colors

1 #D9F864 and #64D9F8 with #F864D9 are triadic colors.

2 #D964F8 and #64F8D9 with #F864D9 are triadic colors.