COLOR #FF8DF1

HEX: #FF8DF1
RGB: (255,141,241)

Color info

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

RGB color model

#FF8DF1 color RGB value is (255,141,241).

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

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 241 of 255 = 95%

255
141
241

R + G + B ~ 83%. #FF8DF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 241 = 637 (100%)
R 255 of 637 ~ 40.03%
G 141 of 637 ~ 22.14%
B 241 of 637 ~ 37.83%

%40.03
%22.14
%37.83

CMYK color model

#FF8DF1 color CMYK value is (0,45,5,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 5.49%
  • key color value is 0.00%
CMYK:
(0,45,5,0)
C0M45Y5K0 
(0%,45%,5%,0%)
(0.00/0.45/0.05/0.00)	

CMYK percentages

%0
%44.71
%5.49
%0

Codes

Color #FF8DF1 in popluar color models

FF8DF1
RGB255141241
HSL307°100.00%77.65%
HSB/HSV307°44.71%100.00%
CMYK0.00%44.71%5.49%
0.00%

Color #FF8DF1 in popluar number systems.

HEXFF8DF1
Decimal255141241
Binary111111111000110111110001
Octal377215361

Shades and tints

Shades of #FF8DF1

#FF8DF1
(255,141,241)
#E881DC
(232,129,220)
#D175C7
(209,117,199)
#BA69B2
(186,105,178)
#A35D9D
(163,93,157)
#8C5188
(140,81,136)
#754573
(117,69,115)
#5E395E
(94,57,94)
#472D49
(71,45,73)
#302134
(48,33,52)
#19151F
(25,21,31)
#000000
(0,0,0)

Tints of #FF8DF1

#FF8DF1
(255,141,241)
#FF97F2
(255,151,242)
#FFA1F3
(255,161,243)
#FFABF4
(255,171,244)
#FFB5F5
(255,181,245)
#FFBFF6
(255,191,246)
#FFC9F7
(255,201,247)
#FFD3F8
(255,211,248)
#FFDDF9
(255,221,249)
#FFE7FA
(255,231,250)
#FFF1FB
(255,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8DF1; }

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

This text font color is #FF8DF1.


Background Color

.myBgColor { background-color: #FF8DF1; }

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

This div background color is #FF8DF1.


Border color

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

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

This div border color is #FF8DF1.


Opacity

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

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

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

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

This text has shadow with #FF8DF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8DF1 on black background.


Color preview on white background

This text has color #FF8DF1 on white background.



Black color preview on #FF8DF1 background

This text has black color on #FF8DF1 background.


White color preview on #FF8DF1 background

This text has white color on #FF8DF1 background.