COLOR #F182B9

HEX: #F182B9
RGB: (241,130,185)

Color info

#F182B9 contains mainly red and blue colors. Web safe color of #F182B9 is #FF99CC (or #F9C).

RGB color model

#F182B9 color RGB value is (241,130,185).

  • red value is 241;
  • green value is 130;
  • blue value is 185.
RGB:
(241,130,185)
(95%,51%,73%)

RGB channels and saturation

R 241 of 255 = 95%
G 130 of 255 = 51%
B 185 of 255 = 73%

241
130
185

R + G + B ~ 73%. #F182B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 130 + 185 = 556 (100%)
R 241 of 556 ~ 43.35%
G 130 of 556 ~ 23.38%
B 185 of 556 ~ 33.27%

%43.35
%23.38
%33.27

CMYK color model

#F182B9 color CMYK value is (0,46,23,5).

  • cyan value is 0.00%
  • magenta value is 46.06%
  • yellow value is 23.24%
  • key color value is 5.49%
CMYK:
(0,46,23,5)
C0M46Y23K5 
(0%,46%,23%,5%)
(0.00/0.46/0.23/0.05)	

CMYK percentages

%0
%46.06
%23.24
%5.49

Codes

Color #F182B9 in popluar color models

F182B9
RGB241130185
HSL330°79.86%72.75%
HSB/HSV330°46.06%94.51%
CMYK0.00%46.06%23.24%
5.49%

Color #F182B9 in popluar number systems.

HEXF182B9
Decimal241130185
Binary111100011000001010111001
Octal361202271

Shades and tints

Shades of #F182B9

#F182B9
(241,130,185)
#DC77A9
(220,119,169)
#C76C99
(199,108,153)
#B26189
(178,97,137)
#9D5679
(157,86,121)
#884B69
(136,75,105)
#734059
(115,64,89)
#5E3549
(94,53,73)
#492A39
(73,42,57)
#341F29
(52,31,41)
#1F1419
(31,20,25)
#000000
(0,0,0)

Tints of #F182B9

#F182B9
(241,130,185)
#F28DBF
(242,141,191)
#F398C5
(243,152,197)
#F4A3CB
(244,163,203)
#F5AED1
(245,174,209)
#F6B9D7
(246,185,215)
#F7C4DD
(247,196,221)
#F8CFE3
(248,207,227)
#F9DAE9
(249,218,233)
#FAE5EF
(250,229,239)
#FBF0F5
(251,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F182B9 color. Also use rgb(241,130,185) instead hex code.

Text Font Color

.myTextColor { color: #F182B9; }

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

This text font color is #F182B9.


Background Color

.myBgColor { background-color: #F182B9; }

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

This div background color is #F182B9.


Border color

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

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

This div border color is #F182B9.


Opacity

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

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

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

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

This text has shadow with #F182B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F182B9 on black background.


Color preview on white background

This text has color #F182B9 on white background.



Black color preview on #F182B9 background

This text has black color on #F182B9 background.


White color preview on #F182B9 background

This text has white color on #F182B9 background.