COLOR #F080A6

HEX: #F080A6
RGB: (240,128,166)

Color info

#F080A6 contains mainly red color. Web safe color of #F080A6 is #FF6699 (or #F69).

RGB color model

#F080A6 color RGB value is (240,128,166).

  • red value is 240;
  • green value is 128;
  • blue value is 166.
RGB:
(240,128,166)
(94%,50%,65%)

RGB channels and saturation

R 240 of 255 = 94%
G 128 of 255 = 50%
B 166 of 255 = 65%

240
128
166

R + G + B ~ 70%. #F080A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 128 + 166 = 534 (100%)
R 240 of 534 ~ 44.94%
G 128 of 534 ~ 23.97%
B 166 of 534 ~ 31.09%

%44.94
%23.97
%31.09

CMYK color model

#F080A6 color CMYK value is (0,47,31,6).

  • cyan value is 0.00%
  • magenta value is 46.67%
  • yellow value is 30.83%
  • key color value is 5.88%
CMYK:
(0,47,31,6)
C0M47Y31K6 
(0%,47%,31%,6%)
(0.00/0.47/0.31/0.06)	

CMYK percentages

%0
%46.67
%30.83
%5.88

Codes

Color #F080A6 in popluar color models

F080A6
RGB240128166
HSL340°78.87%72.16%
HSB/HSV340°46.67%94.12%
CMYK0.00%46.67%30.83%
5.88%

Color #F080A6 in popluar number systems.

HEXF080A6
Decimal240128166
Binary111100001000000010100110
Octal360200246

Shades and tints

Shades of #F080A6

#F080A6
(240,128,166)
#DB7597
(219,117,151)
#C66A88
(198,106,136)
#B15F79
(177,95,121)
#9C546A
(156,84,106)
#87495B
(135,73,91)
#723E4C
(114,62,76)
#5D333D
(93,51,61)
#48282E
(72,40,46)
#331D1F
(51,29,31)
#1E1210
(30,18,16)
#000000
(0,0,0)

Tints of #F080A6

#F080A6
(240,128,166)
#F18BAE
(241,139,174)
#F296B6
(242,150,182)
#F3A1BE
(243,161,190)
#F4ACC6
(244,172,198)
#F5B7CE
(245,183,206)
#F6C2D6
(246,194,214)
#F7CDDE
(247,205,222)
#F8D8E6
(248,216,230)
#F9E3EE
(249,227,238)
#FAEEF6
(250,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F080A6 color. Also use rgb(240,128,166) instead hex code.

Text Font Color

.myTextColor { color: #F080A6; }

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

This text font color is #F080A6.


Background Color

.myBgColor { background-color: #F080A6; }

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

This div background color is #F080A6.


Border color

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

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

This div border color is #F080A6.


Opacity

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

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

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

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

This text has shadow with #F080A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F080A6 on black background.


Color preview on white background

This text has color #F080A6 on white background.



Black color preview on #F080A6 background

This text has black color on #F080A6 background.


White color preview on #F080A6 background

This text has white color on #F080A6 background.