COLOR #F74987

HEX: #F74987
RGB: (247,73,135)

Color info

#F74987 contains mainly red color. Web safe color of #F74987 is #FF3399 (or #F39).

RGB color model

#F74987 color RGB value is (247,73,135).

  • red value is 247;
  • green value is 73;
  • blue value is 135.
RGB:
(247,73,135)
(97%,29%,53%)

RGB channels and saturation

R 247 of 255 = 97%
G 73 of 255 = 29%
B 135 of 255 = 53%

247
73
135

R + G + B ~ 60%. #F74987 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
247 + 73 + 135 = 455 (100%)
R 247 of 455 ~ 54.29%
G 73 of 455 ~ 16.04%
B 135 of 455 ~ 29.67%

%54.29
%16.04
%29.67

CMYK color model

#F74987 color CMYK value is (0,70,45,3).

  • cyan value is 0.00%
  • magenta value is 70.45%
  • yellow value is 45.34%
  • key color value is 3.14%
CMYK:
(0,70,45,3)
C0M70Y45K3 
(0%,70%,45%,3%)
(0.00/0.70/0.45/0.03)	

CMYK percentages

%0
%70.45
%45.34
%3.14

Codes

Color #F74987 in popluar color models

F74987
RGB24773135
HSL339°91.58%62.75%
HSB/HSV339°70.45%96.86%
CMYK0.00%70.45%45.34%
3.14%

Color #F74987 in popluar number systems.

HEXF74987
Decimal24773135
Binary11110111100100110000111
Octal367111207

Shades and tints

Shades of #F74987

#F74987
(247,73,135)
#E1437B
(225,67,123)
#CB3D6F
(203,61,111)
#B53763
(181,55,99)
#9F3157
(159,49,87)
#892B4B
(137,43,75)
#73253F
(115,37,63)
#5D1F33
(93,31,51)
#471927
(71,25,39)
#31131B
(49,19,27)
#1B0D0F
(27,13,15)
#000000
(0,0,0)

Tints of #F74987

#F74987
(247,73,135)
#F75991
(247,89,145)
#F7699B
(247,105,155)
#F779A5
(247,121,165)
#F789AF
(247,137,175)
#F799B9
(247,153,185)
#F7A9C3
(247,169,195)
#F7B9CD
(247,185,205)
#F7C9D7
(247,201,215)
#F7D9E1
(247,217,225)
#F7E9EB
(247,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F74987 color. Also use rgb(247,73,135) instead hex code.

Text Font Color

.myTextColor { color: #F74987; }

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

This text font color is #F74987.


Background Color

.myBgColor { background-color: #F74987; }

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

This div background color is #F74987.


Border color

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

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

This div border color is #F74987.


Opacity

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

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

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

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

This text has shadow with #F74987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F74987 on black background.


Color preview on white background

This text has color #F74987 on white background.



Black color preview on #F74987 background

This text has black color on #F74987 background.


White color preview on #F74987 background

This text has white color on #F74987 background.