COLOR #F15870

HEX: #F15870
RGB: (241,88,112)

Color info

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

RGB color model

#F15870 color RGB value is (241,88,112).

  • red value is 241;
  • green value is 88;
  • blue value is 112.
RGB:
(241,88,112)
(95%,35%,44%)

RGB channels and saturation

R 241 of 255 = 95%
G 88 of 255 = 35%
B 112 of 255 = 44%

241
88
112

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

Portions of RGB colors in percentages

R + G + B =
241 + 88 + 112 = 441 (100%)
R 241 of 441 ~ 54.65%
G 88 of 441 ~ 19.95%
B 112 of 441 ~ 25.4%

%54.65
%19.95
%25.4

CMYK color model

#F15870 color CMYK value is (0,63,54,5).

  • cyan value is 0.00%
  • magenta value is 63.49%
  • yellow value is 53.53%
  • key color value is 5.49%
CMYK:
(0,63,54,5)
C0M63Y54K5 
(0%,63%,54%,5%)
(0.00/0.63/0.54/0.05)	

CMYK percentages

%0
%63.49
%53.53
%5.49

Codes

Color #F15870 in popluar color models

F15870
RGB24188112
HSL351°84.53%64.51%
HSB/HSV351°63.49%94.51%
CMYK0.00%63.49%53.53%
5.49%

Color #F15870 in popluar number systems.

HEXF15870
Decimal24188112
Binary1111000110110001110000
Octal361130160

Shades and tints

Shades of #F15870

#F15870
(241,88,112)
#DC5066
(220,80,102)
#C7485C
(199,72,92)
#B24052
(178,64,82)
#9D3848
(157,56,72)
#88303E
(136,48,62)
#732834
(115,40,52)
#5E202A
(94,32,42)
#491820
(73,24,32)
#341016
(52,16,22)
#1F080C
(31,8,12)
#000000
(0,0,0)

Tints of #F15870

#F15870
(241,88,112)
#F2677D
(242,103,125)
#F3768A
(243,118,138)
#F48597
(244,133,151)
#F594A4
(245,148,164)
#F6A3B1
(246,163,177)
#F7B2BE
(247,178,190)
#F8C1CB
(248,193,203)
#F9D0D8
(249,208,216)
#FADFE5
(250,223,229)
#FBEEF2
(251,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15870 color. Also use rgb(241,88,112) instead hex code.

Text Font Color

.myTextColor { color: #F15870; }

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

This text font color is #F15870.


Background Color

.myBgColor { background-color: #F15870; }

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

This div background color is #F15870.


Border color

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

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

This div border color is #F15870.


Opacity

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

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

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

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

This text has shadow with #F15870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15870 on black background.


Color preview on white background

This text has color #F15870 on white background.



Black color preview on #F15870 background

This text has black color on #F15870 background.


White color preview on #F15870 background

This text has white color on #F15870 background.