COLOR #F083B6

HEX: #F083B6
RGB: (240,131,182)

Color info

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

RGB color model

#F083B6 color RGB value is (240,131,182).

  • red value is 240;
  • green value is 131;
  • blue value is 182.
RGB:
(240,131,182)
(94%,51%,71%)

RGB channels and saturation

R 240 of 255 = 94%
G 131 of 255 = 51%
B 182 of 255 = 71%

240
131
182

R + G + B ~ 72%. #F083B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 131 + 182 = 553 (100%)
R 240 of 553 ~ 43.4%
G 131 of 553 ~ 23.69%
B 182 of 553 ~ 32.91%

%43.4
%23.69
%32.91

CMYK color model

#F083B6 color CMYK value is (0,45,24,6).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 24.17%
  • key color value is 5.88%
CMYK:
(0,45,24,6)
C0M45Y24K6 
(0%,45%,24%,6%)
(0.00/0.45/0.24/0.06)	

CMYK percentages

%0
%45.42
%24.17
%5.88

Codes

Color #F083B6 in popluar color models

F083B6
RGB240131182
HSL332°78.42%72.75%
HSB/HSV332°45.42%94.12%
CMYK0.00%45.42%24.17%
5.88%

Color #F083B6 in popluar number systems.

HEXF083B6
Decimal240131182
Binary111100001000001110110110
Octal360203266

Shades and tints

Shades of #F083B6

#F083B6
(240,131,182)
#DB78A6
(219,120,166)
#C66D96
(198,109,150)
#B16286
(177,98,134)
#9C5776
(156,87,118)
#874C66
(135,76,102)
#724156
(114,65,86)
#5D3646
(93,54,70)
#482B36
(72,43,54)
#332026
(51,32,38)
#1E1516
(30,21,22)
#000000
(0,0,0)

Tints of #F083B6

#F083B6
(240,131,182)
#F18EBC
(241,142,188)
#F299C2
(242,153,194)
#F3A4C8
(243,164,200)
#F4AFCE
(244,175,206)
#F5BAD4
(245,186,212)
#F6C5DA
(246,197,218)
#F7D0E0
(247,208,224)
#F8DBE6
(248,219,230)
#F9E6EC
(249,230,236)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F083B6 color. Also use rgb(240,131,182) instead hex code.

Text Font Color

.myTextColor { color: #F083B6; }

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

This text font color is #F083B6.


Background Color

.myBgColor { background-color: #F083B6; }

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

This div background color is #F083B6.


Border color

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

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

This div border color is #F083B6.


Opacity

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

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

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

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

This text has shadow with #F083B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F083B6 on black background.


Color preview on white background

This text has color #F083B6 on white background.



Black color preview on #F083B6 background

This text has black color on #F083B6 background.


White color preview on #F083B6 background

This text has white color on #F083B6 background.