COLOR #F15259

HEX: #F15259
RGB: (241,82,89)

Color info

#F15259 contains mainly red color. Web safe color of #F15259 is #FF6666 (or #F66).

RGB color model

#F15259 color RGB value is (241,82,89).

  • red value is 241;
  • green value is 82;
  • blue value is 89.
RGB:
(241,82,89)
(95%,32%,35%)

RGB channels and saturation

R 241 of 255 = 95%
G 82 of 255 = 32%
B 89 of 255 = 35%

241
82
89

R + G + B ~ 54%. #F15259 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
241 + 82 + 89 = 412 (100%)
R 241 of 412 ~ 58.5%
G 82 of 412 ~ 19.9%
B 89 of 412 ~ 21.6%

%58.5
%19.9
%21.6

CMYK color model

#F15259 color CMYK value is (0,66,63,5).

  • cyan value is 0.00%
  • magenta value is 65.98%
  • yellow value is 63.07%
  • key color value is 5.49%
CMYK:
(0,66,63,5)
C0M66Y63K5 
(0%,66%,63%,5%)
(0.00/0.66/0.63/0.05)	

CMYK percentages

%0
%65.98
%63.07
%5.49

Codes

Color #F15259 in popluar color models

F15259
RGB2418289
HSL357°85.03%63.33%
HSB/HSV357°65.98%94.51%
CMYK0.00%65.98%63.07%
5.49%

Color #F15259 in popluar number systems.

HEXF15259
Decimal2418289
Binary1111000110100101011001
Octal361122131

Shades and tints

Shades of #F15259

#F15259
(241,82,89)
#DC4B51
(220,75,81)
#C74449
(199,68,73)
#B23D41
(178,61,65)
#9D3639
(157,54,57)
#882F31
(136,47,49)
#732829
(115,40,41)
#5E2121
(94,33,33)
#491A19
(73,26,25)
#341311
(52,19,17)
#1F0C09
(31,12,9)
#000000
(0,0,0)

Tints of #F15259

#F15259
(241,82,89)
#F26168
(242,97,104)
#F37077
(243,112,119)
#F47F86
(244,127,134)
#F58E95
(245,142,149)
#F69DA4
(246,157,164)
#F7ACB3
(247,172,179)
#F8BBC2
(248,187,194)
#F9CAD1
(249,202,209)
#FAD9E0
(250,217,224)
#FBE8EF
(251,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15259 color. Also use rgb(241,82,89) instead hex code.

Text Font Color

.myTextColor { color: #F15259; }

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

This text font color is #F15259.


Background Color

.myBgColor { background-color: #F15259; }

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

This div background color is #F15259.


Border color

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

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

This div border color is #F15259.


Opacity

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

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

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

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

This text has shadow with #F15259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15259 on black background.


Color preview on white background

This text has color #F15259 on white background.



Black color preview on #F15259 background

This text has black color on #F15259 background.


White color preview on #F15259 background

This text has white color on #F15259 background.