COLOR #F07AA0

HEX: #F07AA0 RGB: (240,122,160)

Color info

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

RGB color model

#F07AA0 color RGB value is (240,122,160).

RGB: (240,122,160) (94%, 48%, 63%)

RGB channels and saturation

R 240 of 255 = 94%
G 122 of 255 = 48%
B 160 of 255 = 63%

240
122
160

R + G + B ~ 68%. #F07AA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 122 + 160 = 522 (100%)
R 240 of 522 ~ 45.98%
G 122 of 522 ~ 23.37%
B 160 of 522 ~ 30.65'%

%45.98
%23.37
%30.65

CMYK color model

#F07AA0 color CMYK value is (0,49,33,6).

  • cyan value is 0.00%
  • magenta value is 49.17%
  • yellow value is 33.33%
  • key color value is 5.88%

CMYK: (0,49,33,6)
C0M49Y33K6 (0%, 49%, 33%, 6%)
(0.00 / 0.49 / 0.33 / 0.06)

CMYK percentages

%0
%49.17
%33.33
%5.88

Codes

Color #F07AA0 in popluar color models

F0 7A A0
RGB 240 122 160
HSL 341° 79.73% 70.98%
HSB/HSV 341° 49.17% 94.12%
CMYK 0.00% 49.17% 33.33%
5.88%

Color #F07AA0 in popluar number systems.

HEX F0 7A A0
Decimal 240 122 160
Binary 11110000 1111010 10100000
Octal 360 172 240

Shades and tints

Shades of #F07AA0

#F07AA0
(240,122,160)
#DB6F92
(219,111,146)
#C66484
(198,100,132)
#B15976
(177,89,118)
#9C4E68
(156,78,104)
#87435A
(135,67,90)
#72384C
(114,56,76)
#5D2D3E
(93,45,62)
#482230
(72,34,48)
#331722
(51,23,34)
#1E0C14
(30,12,20)
#000000
(0,0,0)

Tints of #F07AA0

#F07AA0
(240,122,160)
#F186A8
(241,134,168)
#F292B0
(242,146,176)
#F39EB8
(243,158,184)
#F4AAC0
(244,170,192)
#F5B6C8
(245,182,200)
#F6C2D0
(246,194,208)
#F7CED8
(247,206,216)
#F8DAE0
(248,218,224)
#F9E6E8
(249,230,232)
#FAF2F0
(250,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F07AA0; }

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

This text font color is #F07AA0.

Background Color

.myBgColor { background-color: #F07AA0; }

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

This div background color is #F07AA0.

Border color

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

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

This div border color is #F07AA0.

Opacity

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

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

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

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

This text has shadow with #F07AA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F07AA0.

Preview

Color preview on black background

This text has color #F07AA0 on black background.


Color preview on white background

This text has color #F07AA0 on white background.


Black color preview on #F07AA0 background

This text has black color on #F07AA0 background.


White color preview on #F07AA0 background

This text has white color on #F07AA0 background.


Related colors

Complementary color

Complementary color for #hex is #0F855F.


I love getcolorcode.com

Triadic colors

1 #A0F07A and #7AA0F0 with #F07AA0 are triadic colors.

2 #A07AF0 and #7AF0A0 with #F07AA0 are triadic colors.