COLOR #F08284

HEX: #F08284
RGB: (240,130,132)

Color info

#F08284 contains mainly red color. Web safe color of #F08284 is #FF9999 (or #F99).

RGB color model

#F08284 color RGB value is (240,130,132).

  • red value is 240;
  • green value is 130;
  • blue value is 132.
RGB:
(240,130,132)
(94%,51%,52%)

RGB channels and saturation

R 240 of 255 = 94%
G 130 of 255 = 51%
B 132 of 255 = 52%

240
130
132

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

Portions of RGB colors in percentages

R + G + B =
240 + 130 + 132 = 502 (100%)
R 240 of 502 ~ 47.81%
G 130 of 502 ~ 25.9%
B 132 of 502 ~ 26.29%

%47.81
%25.9
%26.29

CMYK color model

#F08284 color CMYK value is (0,46,45,6).

  • cyan value is 0.00%
  • magenta value is 45.83%
  • yellow value is 45.00%
  • key color value is 5.88%
CMYK:
(0,46,45,6)
C0M46Y45K6 
(0%,46%,45%,6%)
(0.00/0.46/0.45/0.06)	

CMYK percentages

%0
%45.83
%45
%5.88

Codes

Color #F08284 in popluar color models

F08284
RGB240130132
HSL359°78.57%72.55%
HSB/HSV359°45.83%94.12%
CMYK0.00%45.83%45.00%
5.88%

Color #F08284 in popluar number systems.

HEXF08284
Decimal240130132
Binary111100001000001010000100
Octal360202204

Shades and tints

Shades of #F08284

#F08284
(240,130,132)
#DB7778
(219,119,120)
#C66C6C
(198,108,108)
#B16160
(177,97,96)
#9C5654
(156,86,84)
#874B48
(135,75,72)
#72403C
(114,64,60)
#5D3530
(93,53,48)
#482A24
(72,42,36)
#331F18
(51,31,24)
#1E140C
(30,20,12)
#000000
(0,0,0)

Tints of #F08284

#F08284
(240,130,132)
#F18D8F
(241,141,143)
#F2989A
(242,152,154)
#F3A3A5
(243,163,165)
#F4AEB0
(244,174,176)
#F5B9BB
(245,185,187)
#F6C4C6
(246,196,198)
#F7CFD1
(247,207,209)
#F8DADC
(248,218,220)
#F9E5E7
(249,229,231)
#FAF0F2
(250,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08284 color. Also use rgb(240,130,132) instead hex code.

Text Font Color

.myTextColor { color: #F08284; }

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

This text font color is #F08284.


Background Color

.myBgColor { background-color: #F08284; }

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

This div background color is #F08284.


Border color

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

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

This div border color is #F08284.


Opacity

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

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

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

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

This text has shadow with #F08284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08284 on black background.


Color preview on white background

This text has color #F08284 on white background.



Black color preview on #F08284 background

This text has black color on #F08284 background.


White color preview on #F08284 background

This text has white color on #F08284 background.