COLOR #FF8DF6

HEX: #FF8DF6
RGB: (255,141,246)

Color info

#FF8DF6 contains mainly red and blue colors. Web safe color of #FF8DF6 is #FF99FF (or #F9F).

RGB color model

#FF8DF6 color RGB value is (255,141,246).

  • red value is 255;
  • green value is 141;
  • blue value is 246.
RGB:
(255,141,246)
(100%,55%,96%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 246 of 255 = 96%

255
141
246

R + G + B ~ 84%. #FF8DF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 246 = 642 (100%)
R 255 of 642 ~ 39.72%
G 141 of 642 ~ 21.96%
B 246 of 642 ~ 38.32%

%39.72
%21.96
%38.32

CMYK color model

#FF8DF6 color CMYK value is (0,45,4,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(0,45,4,0)
C0M45Y4K0 
(0%,45%,4%,0%)
(0.00/0.45/0.04/0.00)	

CMYK percentages

%0
%44.71
%3.53
%0

Codes

Color #FF8DF6 in popluar color models

FF8DF6
RGB255141246
HSL305°100.00%77.65%
HSB/HSV305°44.71%100.00%
CMYK0.00%44.71%3.53%
0.00%

Color #FF8DF6 in popluar number systems.

HEXFF8DF6
Decimal255141246
Binary111111111000110111110110
Octal377215366

Shades and tints

Shades of #FF8DF6

#FF8DF6
(255,141,246)
#E881E0
(232,129,224)
#D175CA
(209,117,202)
#BA69B4
(186,105,180)
#A35D9E
(163,93,158)
#8C5188
(140,81,136)
#754572
(117,69,114)
#5E395C
(94,57,92)
#472D46
(71,45,70)
#302130
(48,33,48)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #FF8DF6

#FF8DF6
(255,141,246)
#FF97F6
(255,151,246)
#FFA1F6
(255,161,246)
#FFABF6
(255,171,246)
#FFB5F6
(255,181,246)
#FFBFF6
(255,191,246)
#FFC9F6
(255,201,246)
#FFD3F6
(255,211,246)
#FFDDF6
(255,221,246)
#FFE7F6
(255,231,246)
#FFF1F6
(255,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF8DF6 color. Also use rgb(255,141,246) instead hex code.

Text Font Color

.myTextColor { color: #FF8DF6; }

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

This text font color is #FF8DF6.


Background Color

.myBgColor { background-color: #FF8DF6; }

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

This div background color is #FF8DF6.


Border color

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

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

This div border color is #FF8DF6.


Opacity

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

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

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

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

This text has shadow with #FF8DF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8DF6 on black background.


Color preview on white background

This text has color #FF8DF6 on white background.



Black color preview on #FF8DF6 background

This text has black color on #FF8DF6 background.


White color preview on #FF8DF6 background

This text has white color on #FF8DF6 background.