COLOR #F28581

HEX: #F28581
RGB: (242,133,129)

Color info

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

RGB color model

#F28581 color RGB value is (242,133,129).

  • red value is 242;
  • green value is 133;
  • blue value is 129.
RGB:
(242,133,129)
(95%,52%,51%)

RGB channels and saturation

R 242 of 255 = 95%
G 133 of 255 = 52%
B 129 of 255 = 51%

242
133
129

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

Portions of RGB colors in percentages

R + G + B =
242 + 133 + 129 = 504 (100%)
R 242 of 504 ~ 48.02%
G 133 of 504 ~ 26.39%
B 129 of 504 ~ 25.6%

%48.02
%26.39
%25.6

CMYK color model

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

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

CMYK percentages

%0
%45.04
%46.69
%5.1

Codes

Color #F28581 in popluar color models

F28581
RGB242133129
HSL81.29%72.75%
HSB/HSV46.69%94.90%
CMYK0.00%45.04%46.69%
5.10%

Color #F28581 in popluar number systems.

HEXF28581
Decimal242133129
Binary111100101000010110000001
Octal362205201

Shades and tints

Shades of #F28581

#F28581
(242,133,129)
#DC7976
(220,121,118)
#C66D6B
(198,109,107)
#B06160
(176,97,96)
#9A5555
(154,85,85)
#84494A
(132,73,74)
#6E3D3F
(110,61,63)
#583134
(88,49,52)
#422529
(66,37,41)
#2C191E
(44,25,30)
#160D13
(22,13,19)
#000000
(0,0,0)

Tints of #F28581

#F28581
(242,133,129)
#F3908C
(243,144,140)
#F49B97
(244,155,151)
#F5A6A2
(245,166,162)
#F6B1AD
(246,177,173)
#F7BCB8
(247,188,184)
#F8C7C3
(248,199,195)
#F9D2CE
(249,210,206)
#FADDD9
(250,221,217)
#FBE8E4
(251,232,228)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F28581 color. Also use rgb(242,133,129) instead hex code.

Text Font Color

.myTextColor { color: #F28581; }

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

This text font color is #F28581.


Background Color

.myBgColor { background-color: #F28581; }

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

This div background color is #F28581.


Border color

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

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

This div border color is #F28581.


Opacity

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

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

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

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

This text has shadow with #F28581 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F28581 on black background.


Color preview on white background

This text has color #F28581 on white background.



Black color preview on #F28581 background

This text has black color on #F28581 background.


White color preview on #F28581 background

This text has white color on #F28581 background.