COLOR #F07AB4

HEX: #F07AB4
RGB: (240,122,180)

Color info

#F07AB4 contains mainly red color. Web safe color of #F07AB4 is #FF66CC (or #F6C).

RGB color model

#F07AB4 color RGB value is (240,122,180).

  • red value is 240;
  • green value is 122;
  • blue value is 180.
RGB:
(240,122,180)
(94%,48%,71%)

RGB channels and saturation

R 240 of 255 = 94%
G 122 of 255 = 48%
B 180 of 255 = 71%

240
122
180

R + G + B ~ 71%. #F07AB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 122 + 180 = 542 (100%)
R 240 of 542 ~ 44.28%
G 122 of 542 ~ 22.51%
B 180 of 542 ~ 33.21%

%44.28
%22.51
%33.21

CMYK color model

#F07AB4 color CMYK value is (0,49,25,6).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(0,49,25,6)
C0M49Y25K6 
(0%,49%,25%,6%)
(0.00/0.49/0.25/0.06)	

CMYK percentages

%0
%49.17
%25
%5.88

Codes

Color #F07AB4 in popluar color models

F07AB4
RGB240122180
HSL331°79.73%70.98%
HSB/HSV331°49.17%94.12%
CMYK0.00%49.17%25.00%
5.88%

Color #F07AB4 in popluar number systems.

HEXF07AB4
Decimal240122180
Binary11110000111101010110100
Octal360172264

Shades and tints

Shades of #F07AB4

#F07AB4
(240,122,180)
#DB6FA4
(219,111,164)
#C66494
(198,100,148)
#B15984
(177,89,132)
#9C4E74
(156,78,116)
#874364
(135,67,100)
#723854
(114,56,84)
#5D2D44
(93,45,68)
#482234
(72,34,52)
#331724
(51,23,36)
#1E0C14
(30,12,20)
#000000
(0,0,0)

Tints of #F07AB4

#F07AB4
(240,122,180)
#F186BA
(241,134,186)
#F292C0
(242,146,192)
#F39EC6
(243,158,198)
#F4AACC
(244,170,204)
#F5B6D2
(245,182,210)
#F6C2D8
(246,194,216)
#F7CEDE
(247,206,222)
#F8DAE4
(248,218,228)
#F9E6EA
(249,230,234)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07AB4 color. Also use rgb(240,122,180) instead hex code.

Text Font Color

.myTextColor { color: #F07AB4; }

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

This text font color is #F07AB4.


Background Color

.myBgColor { background-color: #F07AB4; }

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

This div background color is #F07AB4.


Border color

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

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

This div border color is #F07AB4.


Opacity

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

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

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

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

This text has shadow with #F07AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07AB4 on black background.


Color preview on white background

This text has color #F07AB4 on white background.



Black color preview on #F07AB4 background

This text has black color on #F07AB4 background.


White color preview on #F07AB4 background

This text has white color on #F07AB4 background.