COLOR #F183CB

HEX: #F183CB
RGB: (241,131,203)

Color info

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

RGB color model

#F183CB color RGB value is (241,131,203).

  • red value is 241;
  • green value is 131;
  • blue value is 203.
RGB:
(241,131,203)
(95%,51%,80%)

RGB channels and saturation

R 241 of 255 = 95%
G 131 of 255 = 51%
B 203 of 255 = 80%

241
131
203

R + G + B ~ 75%. #F183CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 131 + 203 = 575 (100%)
R 241 of 575 ~ 41.91%
G 131 of 575 ~ 22.78%
B 203 of 575 ~ 35.3%

%41.91
%22.78
%35.3

CMYK color model

#F183CB color CMYK value is (0,46,16,5).

  • cyan value is 0.00%
  • magenta value is 45.64%
  • yellow value is 15.77%
  • key color value is 5.49%
CMYK:
(0,46,16,5)
C0M46Y16K5 
(0%,46%,16%,5%)
(0.00/0.46/0.16/0.05)	

CMYK percentages

%0
%45.64
%15.77
%5.49

Codes

Color #F183CB in popluar color models

F183CB
RGB241131203
HSL321°79.71%72.94%
HSB/HSV321°45.64%94.51%
CMYK0.00%45.64%15.77%
5.49%

Color #F183CB in popluar number systems.

HEXF183CB
Decimal241131203
Binary111100011000001111001011
Octal361203313

Shades and tints

Shades of #F183CB

#F183CB
(241,131,203)
#DC78B9
(220,120,185)
#C76DA7
(199,109,167)
#B26295
(178,98,149)
#9D5783
(157,87,131)
#884C71
(136,76,113)
#73415F
(115,65,95)
#5E364D
(94,54,77)
#492B3B
(73,43,59)
#342029
(52,32,41)
#1F1517
(31,21,23)
#000000
(0,0,0)

Tints of #F183CB

#F183CB
(241,131,203)
#F28ECF
(242,142,207)
#F399D3
(243,153,211)
#F4A4D7
(244,164,215)
#F5AFDB
(245,175,219)
#F6BADF
(246,186,223)
#F7C5E3
(247,197,227)
#F8D0E7
(248,208,231)
#F9DBEB
(249,219,235)
#FAE6EF
(250,230,239)
#FBF1F3
(251,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F183CB; }

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

This text font color is #F183CB.


Background Color

.myBgColor { background-color: #F183CB; }

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

This div background color is #F183CB.


Border color

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

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

This div border color is #F183CB.


Opacity

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

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

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

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

This text has shadow with #F183CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F183CB on black background.


Color preview on white background

This text has color #F183CB on white background.



Black color preview on #F183CB background

This text has black color on #F183CB background.


White color preview on #F183CB background

This text has white color on #F183CB background.