COLOR #F1868F

HEX: #F1868F
RGB: (241,134,143)

Color info

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

RGB color model

#F1868F color RGB value is (241,134,143).

  • red value is 241;
  • green value is 134;
  • blue value is 143.
RGB:
(241,134,143)
(95%,53%,56%)

RGB channels and saturation

R 241 of 255 = 95%
G 134 of 255 = 53%
B 143 of 255 = 56%

241
134
143

R + G + B ~ 68%. #F1868F is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 134 + 143 = 518 (100%)
R 241 of 518 ~ 46.53%
G 134 of 518 ~ 25.87%
B 143 of 518 ~ 27.61%

%46.53
%25.87
%27.61

CMYK color model

#F1868F color CMYK value is (0,44,41,5).

  • cyan value is 0.00%
  • magenta value is 44.40%
  • yellow value is 40.66%
  • key color value is 5.49%
CMYK:
(0,44,41,5)
C0M44Y41K5 
(0%,44%,41%,5%)
(0.00/0.44/0.41/0.05)	

CMYK percentages

%0
%44.4
%40.66
%5.49

Codes

Color #F1868F in popluar color models

F1868F
RGB241134143
HSL355°79.26%73.53%
HSB/HSV355°44.40%94.51%
CMYK0.00%44.40%40.66%
5.49%

Color #F1868F in popluar number systems.

HEXF1868F
Decimal241134143
Binary111100011000011010001111
Octal361206217

Shades and tints

Shades of #F1868F

#F1868F
(241,134,143)
#DC7A82
(220,122,130)
#C76E75
(199,110,117)
#B26268
(178,98,104)
#9D565B
(157,86,91)
#884A4E
(136,74,78)
#733E41
(115,62,65)
#5E3234
(94,50,52)
#492627
(73,38,39)
#341A1A
(52,26,26)
#1F0E0D
(31,14,13)
#000000
(0,0,0)

Tints of #F1868F

#F1868F
(241,134,143)
#F29199
(242,145,153)
#F39CA3
(243,156,163)
#F4A7AD
(244,167,173)
#F5B2B7
(245,178,183)
#F6BDC1
(246,189,193)
#F7C8CB
(247,200,203)
#F8D3D5
(248,211,213)
#F9DEDF
(249,222,223)
#FAE9E9
(250,233,233)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1868F color. Also use rgb(241,134,143) instead hex code.

Text Font Color

.myTextColor { color: #F1868F; }

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

This text font color is #F1868F.


Background Color

.myBgColor { background-color: #F1868F; }

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

This div background color is #F1868F.


Border color

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

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

This div border color is #F1868F.


Opacity

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

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

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

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

This text has shadow with #F1868F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1868F on black background.


Color preview on white background

This text has color #F1868F on white background.



Black color preview on #F1868F background

This text has black color on #F1868F background.


White color preview on #F1868F background

This text has white color on #F1868F background.