COLOR #F87474

HEX: #F87474
RGB: (248,116,116)

Color info

#F87474 contains mainly red color. Web safe color of #F87474 is #FF6666 (or #F66).

RGB color model

#F87474 color RGB value is (248,116,116).

  • red value is 248;
  • green value is 116;
  • blue value is 116.
RGB:
(248,116,116)
(97%,45%,45%)

RGB channels and saturation

R 248 of 255 = 97%
G 116 of 255 = 45%
B 116 of 255 = 45%

248
116
116

R + G + B ~ 62%. #F87474 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 116 + 116 = 480 (100%)
R 248 of 480 ~ 51.67%
G 116 of 480 ~ 24.17%
B 116 of 480 ~ 24.17%

%51.67
%24.17
%24.17

CMYK color model

#F87474 color CMYK value is (0,53,53,3).

  • cyan value is 0.00%
  • magenta value is 53.23%
  • yellow value is 53.23%
  • key color value is 2.75%
CMYK:
(0,53,53,3)
C0M53Y53K3 
(0%,53%,53%,3%)
(0.00/0.53/0.53/0.03)	

CMYK percentages

%0
%53.23
%53.23
%2.75

Codes

Color #F87474 in popluar color models

F87474
RGB248116116
HSL90.41%71.37%
HSB/HSV53.23%97.25%
CMYK0.00%53.23%53.23%
2.75%

Color #F87474 in popluar number systems.

HEXF87474
Decimal248116116
Binary1111100011101001110100
Octal370164164

Shades and tints

Shades of #F87474

#F87474
(248,116,116)
#E26A6A
(226,106,106)
#CC6060
(204,96,96)
#B65656
(182,86,86)
#A04C4C
(160,76,76)
#8A4242
(138,66,66)
#743838
(116,56,56)
#5E2E2E
(94,46,46)
#482424
(72,36,36)
#321A1A
(50,26,26)
#1C1010
(28,16,16)
#000000
(0,0,0)

Tints of #F87474

#F87474
(248,116,116)
#F88080
(248,128,128)
#F88C8C
(248,140,140)
#F89898
(248,152,152)
#F8A4A4
(248,164,164)
#F8B0B0
(248,176,176)
#F8BCBC
(248,188,188)
#F8C8C8
(248,200,200)
#F8D4D4
(248,212,212)
#F8E0E0
(248,224,224)
#F8ECEC
(248,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F87474 color. Also use rgb(248,116,116) instead hex code.

Text Font Color

.myTextColor { color: #F87474; }

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

This text font color is #F87474.


Background Color

.myBgColor { background-color: #F87474; }

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

This div background color is #F87474.


Border color

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

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

This div border color is #F87474.


Opacity

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

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

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

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

This text has shadow with #F87474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F87474 on black background.


Color preview on white background

This text has color #F87474 on white background.



Black color preview on #F87474 background

This text has black color on #F87474 background.


White color preview on #F87474 background

This text has white color on #F87474 background.