COLOR #F083A0

HEX: #F083A0
RGB: (240,131,160)

Color info

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

RGB color model

#F083A0 color RGB value is (240,131,160).

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

RGB channels and saturation

R 240 of 255 = 94%
G 131 of 255 = 51%
B 160 of 255 = 63%

240
131
160

R + G + B ~ 69%. #F083A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 131 + 160 = 531 (100%)
R 240 of 531 ~ 45.2%
G 131 of 531 ~ 24.67%
B 160 of 531 ~ 30.13%

%45.2
%24.67
%30.13

CMYK color model

#F083A0 color CMYK value is (0,45,33,6).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 33.33%
  • key color value is 5.88%
CMYK:
(0,45,33,6)
C0M45Y33K6 
(0%,45%,33%,6%)
(0.00/0.45/0.33/0.06)	

CMYK percentages

%0
%45.42
%33.33
%5.88

Codes

Color #F083A0 in popluar color models

F083A0
RGB240131160
HSL344°78.42%72.75%
HSB/HSV344°45.42%94.12%
CMYK0.00%45.42%33.33%
5.88%

Color #F083A0 in popluar number systems.

HEXF083A0
Decimal240131160
Binary111100001000001110100000
Octal360203240

Shades and tints

Shades of #F083A0

#F083A0
(240,131,160)
#DB7892
(219,120,146)
#C66D84
(198,109,132)
#B16276
(177,98,118)
#9C5768
(156,87,104)
#874C5A
(135,76,90)
#72414C
(114,65,76)
#5D363E
(93,54,62)
#482B30
(72,43,48)
#332022
(51,32,34)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #F083A0

#F083A0
(240,131,160)
#F18EA8
(241,142,168)
#F299B0
(242,153,176)
#F3A4B8
(243,164,184)
#F4AFC0
(244,175,192)
#F5BAC8
(245,186,200)
#F6C5D0
(246,197,208)
#F7D0D8
(247,208,216)
#F8DBE0
(248,219,224)
#F9E6E8
(249,230,232)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F083A0; }

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

This text font color is #F083A0.


Background Color

.myBgColor { background-color: #F083A0; }

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

This div background color is #F083A0.


Border color

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

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

This div border color is #F083A0.


Opacity

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

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

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

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

This text has shadow with #F083A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F083A0 on black background.


Color preview on white background

This text has color #F083A0 on white background.



Black color preview on #F083A0 background

This text has black color on #F083A0 background.


White color preview on #F083A0 background

This text has white color on #F083A0 background.