COLOR #F88F67

HEX: #F88F67
RGB: (248,143,103)

Color info

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

RGB color model

#F88F67 color RGB value is (248,143,103).

  • red value is 248;
  • green value is 143;
  • blue value is 103.
RGB:
(248,143,103)
(97%,56%,40%)

RGB channels and saturation

R 248 of 255 = 97%
G 143 of 255 = 56%
B 103 of 255 = 40%

248
143
103

R + G + B ~ 64%. #F88F67 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 143 + 103 = 494 (100%)
R 248 of 494 ~ 50.2%
G 143 of 494 ~ 28.95%
B 103 of 494 ~ 20.85%

%50.2
%28.95
%20.85

CMYK color model

#F88F67 color CMYK value is (0,42,58,3).

  • cyan value is 0.00%
  • magenta value is 42.34%
  • yellow value is 58.47%
  • key color value is 2.75%
CMYK:
(0,42,58,3)
C0M42Y58K3 
(0%,42%,58%,3%)
(0.00/0.42/0.58/0.03)	

CMYK percentages

%0
%42.34
%58.47
%2.75

Codes

Color #F88F67 in popluar color models

F88F67
RGB248143103
HSL17°91.19%68.82%
HSB/HSV17°58.47%97.25%
CMYK0.00%42.34%58.47%
2.75%

Color #F88F67 in popluar number systems.

HEXF88F67
Decimal248143103
Binary11111000100011111100111
Octal370217147

Shades and tints

Shades of #F88F67

#F88F67
(248,143,103)
#E2825E
(226,130,94)
#CC7555
(204,117,85)
#B6684C
(182,104,76)
#A05B43
(160,91,67)
#8A4E3A
(138,78,58)
#744131
(116,65,49)
#5E3428
(94,52,40)
#48271F
(72,39,31)
#321A16
(50,26,22)
#1C0D0D
(28,13,13)
#000000
(0,0,0)

Tints of #F88F67

#F88F67
(248,143,103)
#F89974
(248,153,116)
#F8A381
(248,163,129)
#F8AD8E
(248,173,142)
#F8B79B
(248,183,155)
#F8C1A8
(248,193,168)
#F8CBB5
(248,203,181)
#F8D5C2
(248,213,194)
#F8DFCF
(248,223,207)
#F8E9DC
(248,233,220)
#F8F3E9
(248,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F88F67; }

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

This text font color is #F88F67.


Background Color

.myBgColor { background-color: #F88F67; }

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

This div background color is #F88F67.


Border color

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

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

This div border color is #F88F67.


Opacity

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

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

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

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

This text has shadow with #F88F67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F88F67 on black background.


Color preview on white background

This text has color #F88F67 on white background.



Black color preview on #F88F67 background

This text has black color on #F88F67 background.


White color preview on #F88F67 background

This text has white color on #F88F67 background.