COLOR #F183BE

HEX: #F183BE RGB: (241,131,190)

Color info

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

RGB color model

#F183BE color RGB value is (241,131,190).

RGB: (241,131,190) (95%, 51%, 75%)

RGB channels and saturation

R 241 of 255 = 95%
G 131 of 255 = 51%
B 190 of 255 = 75%

241
131
190

R + G + B ~ 74%. #F183BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 241 + 131 + 190 = 562 (100%)
R 241 of 562 ~ 42.88%
G 131 of 562 ~ 23.31%
B 190 of 562 ~ 33.81'%

%42.88
%23.31
%33.81

CMYK color model

#F183BE color CMYK value is (0,46,21,5).

  • cyan value is 0.00%
  • magenta value is 45.64%
  • yellow value is 21.16%
  • key color value is 5.49%

CMYK: (0,46,21,5)
C0M46Y21K5 (0%, 46%, 21%, 5%)
(0.00 / 0.46 / 0.21 / 0.05)

CMYK percentages

%0
%45.64
%21.16
%5.49

Codes

Color #F183BE in popluar color models

F1 83 BE
RGB 241 131 190
HSL 328° 79.71% 72.94%
HSB/HSV 328° 45.64% 94.51%
CMYK 0.00% 45.64% 21.16%
5.49%

Color #F183BE in popluar number systems.

HEX F1 83 BE
Decimal 241 131 190
Binary 11110001 10000011 10111110
Octal 361 203 276

Shades and tints

Shades of #F183BE

#F183BE
(241,131,190)
#DC78AD
(220,120,173)
#C76D9C
(199,109,156)
#B2628B
(178,98,139)
#9D577A
(157,87,122)
#884C69
(136,76,105)
#734158
(115,65,88)
#5E3647
(94,54,71)
#492B36
(73,43,54)
#342025
(52,32,37)
#1F1514
(31,21,20)
#000000
(0,0,0)

Tints of #F183BE

#F183BE
(241,131,190)
#F28EC3
(242,142,195)
#F399C8
(243,153,200)
#F4A4CD
(244,164,205)
#F5AFD2
(245,175,210)
#F6BAD7
(246,186,215)
#F7C5DC
(247,197,220)
#F8D0E1
(248,208,225)
#F9DBE6
(249,219,230)
#FAE6EB
(250,230,235)
#FBF1F0
(251,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F183BE color. Also use rgb(241,131,190) instead hex code.

Text Font Color

.myTextColor { color: #F183BE; }

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

This text font color is #F183BE.

Background Color

.myBgColor { background-color: #F183BE; }

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

This div background color is #F183BE.

Border color

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

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

This div border color is #F183BE.

Opacity

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

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

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

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

This text has shadow with #F183BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F183BE.

Preview

Color preview on black background

This text has color #F183BE on black background.


Color preview on white background

This text has color #F183BE on white background.


Black color preview on #F183BE background

This text has black color on #F183BE background.


White color preview on #F183BE background

This text has white color on #F183BE background.


Related colors

Complementary color

Complementary color for #hex is #0E7C41.


I love getcolorcode.com

Triadic colors

1 #BEF183 and #83BEF1 with #F183BE are triadic colors.

2 #BE83F1 and #83F1BE with #F183BE are triadic colors.