COLOR #FF758C

HEX: #FF758C
RGB: (255,117,140)

Color info

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

RGB color model

#FF758C color RGB value is (255,117,140).

  • red value is 255;
  • green value is 117;
  • blue value is 140.
RGB:
(255,117,140)
(100%,46%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 117 of 255 = 46%
B 140 of 255 = 55%

255
117
140

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

Portions of RGB colors in percentages

R + G + B =
255 + 117 + 140 = 512 (100%)
R 255 of 512 ~ 49.8%
G 117 of 512 ~ 22.85%
B 140 of 512 ~ 27.34%

%49.8
%22.85
%27.34

CMYK color model

#FF758C color CMYK value is (0,54,45,0).

  • cyan value is 0.00%
  • magenta value is 54.12%
  • yellow value is 45.10%
  • key color value is 0.00%
CMYK:
(0,54,45,0)
C0M54Y45K0 
(0%,54%,45%,0%)
(0.00/0.54/0.45/0.00)	

CMYK percentages

%0
%54.12
%45.1
%0

Codes

Color #FF758C in popluar color models

FF758C
RGB255117140
HSL350°100.00%72.94%
HSB/HSV350°54.12%100.00%
CMYK0.00%54.12%45.10%
0.00%

Color #FF758C in popluar number systems.

HEXFF758C
Decimal255117140
Binary11111111111010110001100
Octal377165214

Shades and tints

Shades of #FF758C

#FF758C
(255,117,140)
#E86B80
(232,107,128)
#D16174
(209,97,116)
#BA5768
(186,87,104)
#A34D5C
(163,77,92)
#8C4350
(140,67,80)
#753944
(117,57,68)
#5E2F38
(94,47,56)
#47252C
(71,37,44)
#301B20
(48,27,32)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #FF758C

#FF758C
(255,117,140)
#FF8196
(255,129,150)
#FF8DA0
(255,141,160)
#FF99AA
(255,153,170)
#FFA5B4
(255,165,180)
#FFB1BE
(255,177,190)
#FFBDC8
(255,189,200)
#FFC9D2
(255,201,210)
#FFD5DC
(255,213,220)
#FFE1E6
(255,225,230)
#FFEDF0
(255,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF758C color. Also use rgb(255,117,140) instead hex code.

Text Font Color

.myTextColor { color: #FF758C; }

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

This text font color is #FF758C.


Background Color

.myBgColor { background-color: #FF758C; }

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

This div background color is #FF758C.


Border color

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

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

This div border color is #FF758C.


Opacity

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

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

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

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

This text has shadow with #FF758C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF758C on black background.


Color preview on white background

This text has color #FF758C on white background.



Black color preview on #FF758C background

This text has black color on #FF758C background.


White color preview on #FF758C background

This text has white color on #FF758C background.