COLOR #F8907D

HEX: #F8907D
RGB: (248,144,125)

Color info

#F8907D contains mainly red color. Web safe color of #F8907D is #FF9966 (or #F96).

RGB color model

#F8907D color RGB value is (248,144,125).

  • red value is 248;
  • green value is 144;
  • blue value is 125.
RGB:
(248,144,125)
(97%,56%,49%)

RGB channels and saturation

R 248 of 255 = 97%
G 144 of 255 = 56%
B 125 of 255 = 49%

248
144
125

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

Portions of RGB colors in percentages

R + G + B =
248 + 144 + 125 = 517 (100%)
R 248 of 517 ~ 47.97%
G 144 of 517 ~ 27.85%
B 125 of 517 ~ 24.18%

%47.97
%27.85
%24.18

CMYK color model

#F8907D color CMYK value is (0,42,50,3).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 49.60%
  • key color value is 2.75%
CMYK:
(0,42,50,3)
C0M42Y50K3 
(0%,42%,50%,3%)
(0.00/0.42/0.50/0.03)	

CMYK percentages

%0
%41.94
%49.6
%2.75

Codes

Color #F8907D in popluar color models

F8907D
RGB248144125
HSL89.78%73.14%
HSB/HSV49.60%97.25%
CMYK0.00%41.94%49.60%
2.75%

Color #F8907D in popluar number systems.

HEXF8907D
Decimal248144125
Binary11111000100100001111101
Octal370220175

Shades and tints

Shades of #F8907D

#F8907D
(248,144,125)
#E28372
(226,131,114)
#CC7667
(204,118,103)
#B6695C
(182,105,92)
#A05C51
(160,92,81)
#8A4F46
(138,79,70)
#74423B
(116,66,59)
#5E3530
(94,53,48)
#482825
(72,40,37)
#321B1A
(50,27,26)
#1C0E0F
(28,14,15)
#000000
(0,0,0)

Tints of #F8907D

#F8907D
(248,144,125)
#F89A88
(248,154,136)
#F8A493
(248,164,147)
#F8AE9E
(248,174,158)
#F8B8A9
(248,184,169)
#F8C2B4
(248,194,180)
#F8CCBF
(248,204,191)
#F8D6CA
(248,214,202)
#F8E0D5
(248,224,213)
#F8EAE0
(248,234,224)
#F8F4EB
(248,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8907D; }

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

This text font color is #F8907D.


Background Color

.myBgColor { background-color: #F8907D; }

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

This div background color is #F8907D.


Border color

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

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

This div border color is #F8907D.


Opacity

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

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

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

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

This text has shadow with #F8907D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8907D on black background.


Color preview on white background

This text has color #F8907D on white background.



Black color preview on #F8907D background

This text has black color on #F8907D background.


White color preview on #F8907D background

This text has white color on #F8907D background.