COLOR #FF83A1

HEX: #FF83A1
RGB: (255,131,161)

Color info

#FF83A1 contains mainly red color. Web safe color of #FF83A1 is #FF9999 (or #F99).

RGB color model

#FF83A1 color RGB value is (255,131,161).

  • red value is 255;
  • green value is 131;
  • blue value is 161.
RGB:
(255,131,161)
(100%,51%,63%)

RGB channels and saturation

R 255 of 255 = 100%
G 131 of 255 = 51%
B 161 of 255 = 63%

255
131
161

R + G + B ~ 71%. #FF83A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 131 + 161 = 547 (100%)
R 255 of 547 ~ 46.62%
G 131 of 547 ~ 23.95%
B 161 of 547 ~ 29.43%

%46.62
%23.95
%29.43

CMYK color model

#FF83A1 color CMYK value is (0,49,37,0).

  • cyan value is 0.00%
  • magenta value is 48.63%
  • yellow value is 36.86%
  • key color value is 0.00%
CMYK:
(0,49,37,0)
C0M49Y37K0 
(0%,49%,37%,0%)
(0.00/0.49/0.37/0.00)	

CMYK percentages

%0
%48.63
%36.86
%0

Codes

Color #FF83A1 in popluar color models

FF83A1
RGB255131161
HSL345°100.00%75.69%
HSB/HSV345°48.63%100.00%
CMYK0.00%48.63%36.86%
0.00%

Color #FF83A1 in popluar number systems.

HEXFF83A1
Decimal255131161
Binary111111111000001110100001
Octal377203241

Shades and tints

Shades of #FF83A1

#FF83A1
(255,131,161)
#E87893
(232,120,147)
#D16D85
(209,109,133)
#BA6277
(186,98,119)
#A35769
(163,87,105)
#8C4C5B
(140,76,91)
#75414D
(117,65,77)
#5E363F
(94,54,63)
#472B31
(71,43,49)
#302023
(48,32,35)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #FF83A1

#FF83A1
(255,131,161)
#FF8EA9
(255,142,169)
#FF99B1
(255,153,177)
#FFA4B9
(255,164,185)
#FFAFC1
(255,175,193)
#FFBAC9
(255,186,201)
#FFC5D1
(255,197,209)
#FFD0D9
(255,208,217)
#FFDBE1
(255,219,225)
#FFE6E9
(255,230,233)
#FFF1F1
(255,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF83A1 color. Also use rgb(255,131,161) instead hex code.

Text Font Color

.myTextColor { color: #FF83A1; }

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

This text font color is #FF83A1.


Background Color

.myBgColor { background-color: #FF83A1; }

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

This div background color is #FF83A1.


Border color

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

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

This div border color is #FF83A1.


Opacity

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

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

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

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

This text has shadow with #FF83A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF83A1 on black background.


Color preview on white background

This text has color #FF83A1 on white background.



Black color preview on #FF83A1 background

This text has black color on #FF83A1 background.


White color preview on #FF83A1 background

This text has white color on #FF83A1 background.