COLOR #F15069

HEX: #F15069
RGB: (241,80,105)

Color info

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

RGB color model

#F15069 color RGB value is (241,80,105).

  • red value is 241;
  • green value is 80;
  • blue value is 105.
RGB:
(241,80,105)
(95%,31%,41%)

RGB channels and saturation

R 241 of 255 = 95%
G 80 of 255 = 31%
B 105 of 255 = 41%

241
80
105

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

Portions of RGB colors in percentages

R + G + B =
241 + 80 + 105 = 426 (100%)
R 241 of 426 ~ 56.57%
G 80 of 426 ~ 18.78%
B 105 of 426 ~ 24.65%

%56.57
%18.78
%24.65

CMYK color model

#F15069 color CMYK value is (0,67,56,5).

  • cyan value is 0.00%
  • magenta value is 66.80%
  • yellow value is 56.43%
  • key color value is 5.49%
CMYK:
(0,67,56,5)
C0M67Y56K5 
(0%,67%,56%,5%)
(0.00/0.67/0.56/0.05)	

CMYK percentages

%0
%66.8
%56.43
%5.49

Codes

Color #F15069 in popluar color models

F15069
RGB24180105
HSL351°85.19%62.94%
HSB/HSV351°66.80%94.51%
CMYK0.00%66.80%56.43%
5.49%

Color #F15069 in popluar number systems.

HEXF15069
Decimal24180105
Binary1111000110100001101001
Octal361120151

Shades and tints

Shades of #F15069

#F15069
(241,80,105)
#DC4960
(220,73,96)
#C74257
(199,66,87)
#B23B4E
(178,59,78)
#9D3445
(157,52,69)
#882D3C
(136,45,60)
#732633
(115,38,51)
#5E1F2A
(94,31,42)
#491821
(73,24,33)
#341118
(52,17,24)
#1F0A0F
(31,10,15)
#000000
(0,0,0)

Tints of #F15069

#F15069
(241,80,105)
#F25F76
(242,95,118)
#F36E83
(243,110,131)
#F47D90
(244,125,144)
#F58C9D
(245,140,157)
#F69BAA
(246,155,170)
#F7AAB7
(247,170,183)
#F8B9C4
(248,185,196)
#F9C8D1
(249,200,209)
#FAD7DE
(250,215,222)
#FBE6EB
(251,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F15069 color. Also use rgb(241,80,105) instead hex code.

Text Font Color

.myTextColor { color: #F15069; }

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

This text font color is #F15069.


Background Color

.myBgColor { background-color: #F15069; }

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

This div background color is #F15069.


Border color

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

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

This div border color is #F15069.


Opacity

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

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

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

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

This text has shadow with #F15069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F15069 on black background.


Color preview on white background

This text has color #F15069 on white background.



Black color preview on #F15069 background

This text has black color on #F15069 background.


White color preview on #F15069 background

This text has white color on #F15069 background.