COLOR #F07689

HEX: #F07689
RGB: (240,118,137)

Color info

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

RGB color model

#F07689 color RGB value is (240,118,137).

  • red value is 240;
  • green value is 118;
  • blue value is 137.
RGB:
(240,118,137)
(94%,46%,54%)

RGB channels and saturation

R 240 of 255 = 94%
G 118 of 255 = 46%
B 137 of 255 = 54%

240
118
137

R + G + B ~ 65%. #F07689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 118 + 137 = 495 (100%)
R 240 of 495 ~ 48.48%
G 118 of 495 ~ 23.84%
B 137 of 495 ~ 27.68%

%48.48
%23.84
%27.68

CMYK color model

#F07689 color CMYK value is (0,51,43,6).

  • cyan value is 0.00%
  • magenta value is 50.83%
  • yellow value is 42.92%
  • key color value is 5.88%
CMYK:
(0,51,43,6)
C0M51Y43K6 
(0%,51%,43%,6%)
(0.00/0.51/0.43/0.06)	

CMYK percentages

%0
%50.83
%42.92
%5.88

Codes

Color #F07689 in popluar color models

F07689
RGB240118137
HSL351°80.26%70.20%
HSB/HSV351°50.83%94.12%
CMYK0.00%50.83%42.92%
5.88%

Color #F07689 in popluar number systems.

HEXF07689
Decimal240118137
Binary11110000111011010001001
Octal360166211

Shades and tints

Shades of #F07689

#F07689
(240,118,137)
#DB6C7D
(219,108,125)
#C66271
(198,98,113)
#B15865
(177,88,101)
#9C4E59
(156,78,89)
#87444D
(135,68,77)
#723A41
(114,58,65)
#5D3035
(93,48,53)
#482629
(72,38,41)
#331C1D
(51,28,29)
#1E1211
(30,18,17)
#000000
(0,0,0)

Tints of #F07689

#F07689
(240,118,137)
#F18293
(241,130,147)
#F28E9D
(242,142,157)
#F39AA7
(243,154,167)
#F4A6B1
(244,166,177)
#F5B2BB
(245,178,187)
#F6BEC5
(246,190,197)
#F7CACF
(247,202,207)
#F8D6D9
(248,214,217)
#F9E2E3
(249,226,227)
#FAEEED
(250,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07689 color. Also use rgb(240,118,137) instead hex code.

Text Font Color

.myTextColor { color: #F07689; }

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

This text font color is #F07689.


Background Color

.myBgColor { background-color: #F07689; }

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

This div background color is #F07689.


Border color

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

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

This div border color is #F07689.


Opacity

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

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

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

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

This text has shadow with #F07689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07689 on black background.


Color preview on white background

This text has color #F07689 on white background.



Black color preview on #F07689 background

This text has black color on #F07689 background.


White color preview on #F07689 background

This text has white color on #F07689 background.