COLOR #F18480

HEX: #F18480
RGB: (241,132,128)

Color info

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

RGB color model

#F18480 color RGB value is (241,132,128).

  • red value is 241;
  • green value is 132;
  • blue value is 128.
RGB:
(241,132,128)
(95%,52%,50%)

RGB channels and saturation

R 241 of 255 = 95%
G 132 of 255 = 52%
B 128 of 255 = 50%

241
132
128

R + G + B ~ 66%. #F18480 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 132 + 128 = 501 (100%)
R 241 of 501 ~ 48.1%
G 132 of 501 ~ 26.35%
B 128 of 501 ~ 25.55%

%48.1
%26.35
%25.55

CMYK color model

#F18480 color CMYK value is (0,45,47,5).

  • cyan value is 0.00%
  • magenta value is 45.23%
  • yellow value is 46.89%
  • key color value is 5.49%
CMYK:
(0,45,47,5)
C0M45Y47K5 
(0%,45%,47%,5%)
(0.00/0.45/0.47/0.05)	

CMYK percentages

%0
%45.23
%46.89
%5.49

Codes

Color #F18480 in popluar color models

F18480
RGB241132128
HSL80.14%72.35%
HSB/HSV46.89%94.51%
CMYK0.00%45.23%46.89%
5.49%

Color #F18480 in popluar number systems.

HEXF18480
Decimal241132128
Binary111100011000010010000000
Octal361204200

Shades and tints

Shades of #F18480

#F18480
(241,132,128)
#DC7875
(220,120,117)
#C76C6A
(199,108,106)
#B2605F
(178,96,95)
#9D5454
(157,84,84)
#884849
(136,72,73)
#733C3E
(115,60,62)
#5E3033
(94,48,51)
#492428
(73,36,40)
#34181D
(52,24,29)
#1F0C12
(31,12,18)
#000000
(0,0,0)

Tints of #F18480

#F18480
(241,132,128)
#F28F8B
(242,143,139)
#F39A96
(243,154,150)
#F4A5A1
(244,165,161)
#F5B0AC
(245,176,172)
#F6BBB7
(246,187,183)
#F7C6C2
(247,198,194)
#F8D1CD
(248,209,205)
#F9DCD8
(249,220,216)
#FAE7E3
(250,231,227)
#FBF2EE
(251,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F18480 color. Also use rgb(241,132,128) instead hex code.

Text Font Color

.myTextColor { color: #F18480; }

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

This text font color is #F18480.


Background Color

.myBgColor { background-color: #F18480; }

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

This div background color is #F18480.


Border color

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

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

This div border color is #F18480.


Opacity

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

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

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

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

This text has shadow with #F18480 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F18480 on black background.


Color preview on white background

This text has color #F18480 on white background.



Black color preview on #F18480 background

This text has black color on #F18480 background.


White color preview on #F18480 background

This text has white color on #F18480 background.