COLOR #F07EB3

HEX: #F07EB3 RGB: (240,126,179)

Color info

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

RGB color model

#F07EB3 color RGB value is (240,126,179).

RGB: (240,126,179) (94%, 49%, 70%)

RGB channels and saturation

R 240 of 255 = 94%
G 126 of 255 = 49%
B 179 of 255 = 70%

240
126
179

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

Portions of RGB colors in percentages

R + G + B = 240 + 126 + 179 = 545 (100%)
R 240 of 545 ~ 44.04%
G 126 of 545 ~ 23.12%
B 179 of 545 ~ 32.84'%

%44.04
%23.12
%32.84

CMYK color model

#F07EB3 color CMYK value is (0,48,25,6).

  • cyan value is 0.00%
  • magenta value is 47.50%
  • yellow value is 25.42%
  • key color value is 5.88%

CMYK: (0,48,25,6)
C0M48Y25K6 (0%, 48%, 25%, 6%)
(0.00 / 0.48 / 0.25 / 0.06)

CMYK percentages

%0
%47.5
%25.42
%5.88

Codes

Color #F07EB3 in popluar color models

F0 7E B3
RGB 240 126 179
HSL 332° 79.17% 71.76%
HSB/HSV 332° 47.50% 94.12%
CMYK 0.00% 47.50% 25.42%
5.88%

Color #F07EB3 in popluar number systems.

HEX F0 7E B3
Decimal 240 126 179
Binary 11110000 1111110 10110011
Octal 360 176 263

Shades and tints

Shades of #F07EB3

#F07EB3
(240,126,179)
#DB73A3
(219,115,163)
#C66893
(198,104,147)
#B15D83
(177,93,131)
#9C5273
(156,82,115)
#874763
(135,71,99)
#723C53
(114,60,83)
#5D3143
(93,49,67)
#482633
(72,38,51)
#331B23
(51,27,35)
#1E1013
(30,16,19)
#000000
(0,0,0)

Tints of #F07EB3

#F07EB3
(240,126,179)
#F189B9
(241,137,185)
#F294BF
(242,148,191)
#F39FC5
(243,159,197)
#F4AACB
(244,170,203)
#F5B5D1
(245,181,209)
#F6C0D7
(246,192,215)
#F7CBDD
(247,203,221)
#F8D6E3
(248,214,227)
#F9E1E9
(249,225,233)
#FAECEF
(250,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07EB3 color. Also use rgb(240,126,179) instead hex code.

Text Font Color

.myTextColor { color: #F07EB3; }

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

This text font color is #F07EB3.

Background Color

.myBgColor { background-color: #F07EB3; }

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

This div background color is #F07EB3.

Border color

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

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

This div border color is #F07EB3.

Opacity

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

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

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

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

This text has shadow with #F07EB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F07EB3.

Preview

Color preview on black background

This text has color #F07EB3 on black background.


Color preview on white background

This text has color #F07EB3 on white background.


Black color preview on #F07EB3 background

This text has black color on #F07EB3 background.


White color preview on #F07EB3 background

This text has white color on #F07EB3 background.


Related colors

Complementary color

Complementary color for #hex is #0F814C.


I love getcolorcode.com

Triadic colors

1 #B3F07E and #7EB3F0 with #F07EB3 are triadic colors.

2 #B37EF0 and #7EF0B3 with #F07EB3 are triadic colors.