COLOR #FF738D

HEX: #FF738D
RGB: (255,115,141)

Color info

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

RGB color model

#FF738D color RGB value is (255,115,141).

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

RGB channels and saturation

R 255 of 255 = 100%
G 115 of 255 = 45%
B 141 of 255 = 55%

255
115
141

R + G + B ~ 67%. #FF738D is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 115 + 141 = 511 (100%)
R 255 of 511 ~ 49.9%
G 115 of 511 ~ 22.5%
B 141 of 511 ~ 27.59%

%49.9
%22.5
%27.59

CMYK color model

#FF738D color CMYK value is (0,55,45,0).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(0,55,45,0)
C0M55Y45K0 
(0%,55%,45%,0%)
(0.00/0.55/0.45/0.00)	

CMYK percentages

%0
%54.9
%44.71
%0

Codes

Color #FF738D in popluar color models

FF738D
RGB255115141
HSL349°100.00%72.55%
HSB/HSV349°54.90%100.00%
CMYK0.00%54.90%44.71%
0.00%

Color #FF738D in popluar number systems.

HEXFF738D
Decimal255115141
Binary11111111111001110001101
Octal377163215

Shades and tints

Shades of #FF738D

#FF738D
(255,115,141)
#E86981
(232,105,129)
#D15F75
(209,95,117)
#BA5569
(186,85,105)
#A34B5D
(163,75,93)
#8C4151
(140,65,81)
#753745
(117,55,69)
#5E2D39
(94,45,57)
#47232D
(71,35,45)
#301921
(48,25,33)
#190F15
(25,15,21)
#000000
(0,0,0)

Tints of #FF738D

#FF738D
(255,115,141)
#FF7F97
(255,127,151)
#FF8BA1
(255,139,161)
#FF97AB
(255,151,171)
#FFA3B5
(255,163,181)
#FFAFBF
(255,175,191)
#FFBBC9
(255,187,201)
#FFC7D3
(255,199,211)
#FFD3DD
(255,211,221)
#FFDFE7
(255,223,231)
#FFEBF1
(255,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF738D; }

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

This text font color is #FF738D.


Background Color

.myBgColor { background-color: #FF738D; }

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

This div background color is #FF738D.


Border color

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

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

This div border color is #FF738D.


Opacity

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

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

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

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

This text has shadow with #FF738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF738D on black background.


Color preview on white background

This text has color #FF738D on white background.



Black color preview on #FF738D background

This text has black color on #FF738D background.


White color preview on #FF738D background

This text has white color on #FF738D background.