COLOR #F081A7

HEX: #F081A7
RGB: (240,129,167)

Color info

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

RGB color model

#F081A7 color RGB value is (240,129,167).

  • red value is 240;
  • green value is 129;
  • blue value is 167.
RGB:
(240,129,167)
(94%,51%,65%)

RGB channels and saturation

R 240 of 255 = 94%
G 129 of 255 = 51%
B 167 of 255 = 65%

240
129
167

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

Portions of RGB colors in percentages

R + G + B =
240 + 129 + 167 = 536 (100%)
R 240 of 536 ~ 44.78%
G 129 of 536 ~ 24.07%
B 167 of 536 ~ 31.16%

%44.78
%24.07
%31.16

CMYK color model

#F081A7 color CMYK value is (0,46,30,6).

  • cyan value is 0.00%
  • magenta value is 46.25%
  • yellow value is 30.42%
  • key color value is 5.88%
CMYK:
(0,46,30,6)
C0M46Y30K6 
(0%,46%,30%,6%)
(0.00/0.46/0.30/0.06)	

CMYK percentages

%0
%46.25
%30.42
%5.88

Codes

Color #F081A7 in popluar color models

F081A7
RGB240129167
HSL339°78.72%72.35%
HSB/HSV339°46.25%94.12%
CMYK0.00%46.25%30.42%
5.88%

Color #F081A7 in popluar number systems.

HEXF081A7
Decimal240129167
Binary111100001000000110100111
Octal360201247

Shades and tints

Shades of #F081A7

#F081A7
(240,129,167)
#DB7698
(219,118,152)
#C66B89
(198,107,137)
#B1607A
(177,96,122)
#9C556B
(156,85,107)
#874A5C
(135,74,92)
#723F4D
(114,63,77)
#5D343E
(93,52,62)
#48292F
(72,41,47)
#331E20
(51,30,32)
#1E1311
(30,19,17)
#000000
(0,0,0)

Tints of #F081A7

#F081A7
(240,129,167)
#F18CAF
(241,140,175)
#F297B7
(242,151,183)
#F3A2BF
(243,162,191)
#F4ADC7
(244,173,199)
#F5B8CF
(245,184,207)
#F6C3D7
(246,195,215)
#F7CEDF
(247,206,223)
#F8D9E7
(248,217,231)
#F9E4EF
(249,228,239)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F081A7 color. Also use rgb(240,129,167) instead hex code.

Text Font Color

.myTextColor { color: #F081A7; }

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

This text font color is #F081A7.


Background Color

.myBgColor { background-color: #F081A7; }

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

This div background color is #F081A7.


Border color

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

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

This div border color is #F081A7.


Opacity

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

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

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

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

This text has shadow with #F081A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F081A7 on black background.


Color preview on white background

This text has color #F081A7 on white background.



Black color preview on #F081A7 background

This text has black color on #F081A7 background.


White color preview on #F081A7 background

This text has white color on #F081A7 background.