COLOR #FF7883

HEX: #FF7883
RGB: (255,120,131)

Color info

#FF7883 contains mainly red color. Web safe color of #FF7883 is #FF6699 (or #F69).

RGB color model

#FF7883 color RGB value is (255,120,131).

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

RGB channels and saturation

R 255 of 255 = 100%
G 120 of 255 = 47%
B 131 of 255 = 51%

255
120
131

R + G + B ~ 66%. #FF7883 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 120 + 131 = 506 (100%)
R 255 of 506 ~ 50.4%
G 120 of 506 ~ 23.72%
B 131 of 506 ~ 25.89%

%50.4
%23.72
%25.89

CMYK color model

#FF7883 color CMYK value is (0,53,49,0).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 48.63%
  • key color value is 0.00%
CMYK:
(0,53,49,0)
C0M53Y49K0 
(0%,53%,49%,0%)
(0.00/0.53/0.49/0.00)	

CMYK percentages

%0
%52.94
%48.63
%0

Codes

Color #FF7883 in popluar color models

FF7883
RGB255120131
HSL355°100.00%73.53%
HSB/HSV355°52.94%100.00%
CMYK0.00%52.94%48.63%
0.00%

Color #FF7883 in popluar number systems.

HEXFF7883
Decimal255120131
Binary11111111111100010000011
Octal377170203

Shades and tints

Shades of #FF7883

#FF7883
(255,120,131)
#E86E78
(232,110,120)
#D1646D
(209,100,109)
#BA5A62
(186,90,98)
#A35057
(163,80,87)
#8C464C
(140,70,76)
#753C41
(117,60,65)
#5E3236
(94,50,54)
#47282B
(71,40,43)
#301E20
(48,30,32)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #FF7883

#FF7883
(255,120,131)
#FF848E
(255,132,142)
#FF9099
(255,144,153)
#FF9CA4
(255,156,164)
#FFA8AF
(255,168,175)
#FFB4BA
(255,180,186)
#FFC0C5
(255,192,197)
#FFCCD0
(255,204,208)
#FFD8DB
(255,216,219)
#FFE4E6
(255,228,230)
#FFF0F1
(255,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF7883; }

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

This text font color is #FF7883.


Background Color

.myBgColor { background-color: #FF7883; }

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

This div background color is #FF7883.


Border color

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

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

This div border color is #FF7883.


Opacity

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

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

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

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

This text has shadow with #FF7883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF7883 on black background.


Color preview on white background

This text has color #FF7883 on white background.



Black color preview on #FF7883 background

This text has black color on #FF7883 background.


White color preview on #FF7883 background

This text has white color on #FF7883 background.