COLOR #F48578

HEX: #F48578
RGB: (244,133,120)

Color info

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

RGB color model

#F48578 color RGB value is (244,133,120).

  • red value is 244;
  • green value is 133;
  • blue value is 120.
RGB:
(244,133,120)
(96%,52%,47%)

RGB channels and saturation

R 244 of 255 = 96%
G 133 of 255 = 52%
B 120 of 255 = 47%

244
133
120

R + G + B ~ 65%. #F48578 is quite light color.

Portions of RGB colors in percentages

R + G + B =
244 + 133 + 120 = 497 (100%)
R 244 of 497 ~ 49.09%
G 133 of 497 ~ 26.76%
B 120 of 497 ~ 24.14%

%49.09
%26.76
%24.14

CMYK color model

#F48578 color CMYK value is (0,45,51,4).

  • cyan value is 0.00%
  • magenta value is 45.49%
  • yellow value is 50.82%
  • key color value is 4.31%
CMYK:
(0,45,51,4)
C0M45Y51K4 
(0%,45%,51%,4%)
(0.00/0.45/0.51/0.04)	

CMYK percentages

%0
%45.49
%50.82
%4.31

Codes

Color #F48578 in popluar color models

F48578
RGB244133120
HSL84.93%71.37%
HSB/HSV50.82%95.69%
CMYK0.00%45.49%50.82%
4.31%

Color #F48578 in popluar number systems.

HEXF48578
Decimal244133120
Binary11110100100001011111000
Octal364205170

Shades and tints

Shades of #F48578

#F48578
(244,133,120)
#DE796E
(222,121,110)
#C86D64
(200,109,100)
#B2615A
(178,97,90)
#9C5550
(156,85,80)
#864946
(134,73,70)
#703D3C
(112,61,60)
#5A3132
(90,49,50)
#442528
(68,37,40)
#2E191E
(46,25,30)
#180D14
(24,13,20)
#000000
(0,0,0)

Tints of #F48578

#F48578
(244,133,120)
#F59084
(245,144,132)
#F69B90
(246,155,144)
#F7A69C
(247,166,156)
#F8B1A8
(248,177,168)
#F9BCB4
(249,188,180)
#FAC7C0
(250,199,192)
#FBD2CC
(251,210,204)
#FCDDD8
(252,221,216)
#FDE8E4
(253,232,228)
#FEF3F0
(254,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F48578 color. Also use rgb(244,133,120) instead hex code.

Text Font Color

.myTextColor { color: #F48578; }

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

This text font color is #F48578.


Background Color

.myBgColor { background-color: #F48578; }

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

This div background color is #F48578.


Border color

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

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

This div border color is #F48578.


Opacity

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

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

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

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

This text has shadow with #F48578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F48578 on black background.


Color preview on white background

This text has color #F48578 on white background.



Black color preview on #F48578 background

This text has black color on #F48578 background.


White color preview on #F48578 background

This text has white color on #F48578 background.