COLOR #F079EF

HEX: #F079EF RGB: (240,121,239)

Color info

#F079EF contains mainly red and blue colors. Web safe color of #F079EF is #FF66FF (or #F6F).

RGB color model

#F079EF color RGB value is (240,121,239).

RGB: (240,121,239) (94%, 47%, 94%)

RGB channels and saturation

R 240 of 255 = 94%
G 121 of 255 = 47%
B 239 of 255 = 94%

240
121
239

R + G + B ~ 78%. #F079EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 240 + 121 + 239 = 600 (100%)
R 240 of 600 ~ 40%
G 121 of 600 ~ 20.17%
B 239 of 600 ~ 39.83'%

%40
%20.17
%39.83

CMYK color model

#F079EF color CMYK value is (0,50,0,6).

  • cyan value is 0.00%
  • magenta value is 49.58%
  • yellow value is 0.42%
  • key color value is 5.88%

CMYK: (0,50,0,6)
C0M50Y0K6 (0%, 50%, 0%, 6%)
(0.00 / 0.50 / 0.00 / 0.06)

CMYK percentages

%0
%49.58
%0.42
%5.88

Codes

Color #F079EF in popluar color models

F0 79 EF
RGB 240 121 239
HSL 301° 79.87% 70.78%
HSB/HSV 301° 49.58% 94.12%
CMYK 0.00% 49.58% 0.42%
5.88%

Color #F079EF in popluar number systems.

HEX F0 79 EF
Decimal 240 121 239
Binary 11110000 1111001 11101111
Octal 360 171 357

Shades and tints

Shades of #F079EF

#F079EF
(240,121,239)
#DB6EDA
(219,110,218)
#C663C5
(198,99,197)
#B158B0
(177,88,176)
#9C4D9B
(156,77,155)
#874286
(135,66,134)
#723771
(114,55,113)
#5D2C5C
(93,44,92)
#482147
(72,33,71)
#331632
(51,22,50)
#1E0B1D
(30,11,29)
#000000
(0,0,0)

Tints of #F079EF

#F079EF
(240,121,239)
#F185F0
(241,133,240)
#F291F1
(242,145,241)
#F39DF2
(243,157,242)
#F4A9F3
(244,169,243)
#F5B5F4
(245,181,244)
#F6C1F5
(246,193,245)
#F7CDF6
(247,205,246)
#F8D9F7
(248,217,247)
#F9E5F8
(249,229,248)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F079EF color. Also use rgb(240,121,239) instead hex code.

Text Font Color

.myTextColor { color: #F079EF; }

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

This text font color is #F079EF.

Background Color

.myBgColor { background-color: #F079EF; }

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

This div background color is #F079EF.

Border color

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

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

This div border color is #F079EF.

Opacity

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

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

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

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

This text has shadow with #F079EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F079EF.

Preview

Color preview on black background

This text has color #F079EF on black background.


Color preview on white background

This text has color #F079EF on white background.


Black color preview on #F079EF background

This text has black color on #F079EF background.


White color preview on #F079EF background

This text has white color on #F079EF background.


Related colors

Complementary color

Complementary color for #hex is #0F8610.


I love getcolorcode.com

Triadic colors

1 #EFF079 and #79EFF0 with #F079EF are triadic colors.

2 #EF79F0 and #79F0EF with #F079EF are triadic colors.