COLOR #F07795

HEX: #F07795
RGB: (240,119,149)

Color info

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

RGB color model

#F07795 color RGB value is (240,119,149).

  • red value is 240;
  • green value is 119;
  • blue value is 149.
RGB:
(240,119,149)
(94%,47%,58%)

RGB channels and saturation

R 240 of 255 = 94%
G 119 of 255 = 47%
B 149 of 255 = 58%

240
119
149

R + G + B ~ 66%. #F07795 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 119 + 149 = 508 (100%)
R 240 of 508 ~ 47.24%
G 119 of 508 ~ 23.43%
B 149 of 508 ~ 29.33%

%47.24
%23.43
%29.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 37.92%
  • key color value is 5.88%
CMYK:
(0,50,38,6)
C0M50Y38K6 
(0%,50%,38%,6%)
(0.00/0.50/0.38/0.06)	

CMYK percentages

%0
%50.42
%37.92
%5.88

Codes

Color #F07795 in popluar color models

F07795
RGB240119149
HSL345°80.13%70.39%
HSB/HSV345°50.42%94.12%
CMYK0.00%50.42%37.92%
5.88%

Color #F07795 in popluar number systems.

HEXF07795
Decimal240119149
Binary11110000111011110010101
Octal360167225

Shades and tints

Shades of #F07795

#F07795
(240,119,149)
#DB6D88
(219,109,136)
#C6637B
(198,99,123)
#B1596E
(177,89,110)
#9C4F61
(156,79,97)
#874554
(135,69,84)
#723B47
(114,59,71)
#5D313A
(93,49,58)
#48272D
(72,39,45)
#331D20
(51,29,32)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #F07795

#F07795
(240,119,149)
#F1839E
(241,131,158)
#F28FA7
(242,143,167)
#F39BB0
(243,155,176)
#F4A7B9
(244,167,185)
#F5B3C2
(245,179,194)
#F6BFCB
(246,191,203)
#F7CBD4
(247,203,212)
#F8D7DD
(248,215,221)
#F9E3E6
(249,227,230)
#FAEFEF
(250,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07795 color. Also use rgb(240,119,149) instead hex code.

Text Font Color

.myTextColor { color: #F07795; }

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

This text font color is #F07795.


Background Color

.myBgColor { background-color: #F07795; }

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

This div background color is #F07795.


Border color

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

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

This div border color is #F07795.


Opacity

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

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

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

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

This text has shadow with #F07795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07795 on black background.


Color preview on white background

This text has color #F07795 on white background.



Black color preview on #F07795 background

This text has black color on #F07795 background.


White color preview on #F07795 background

This text has white color on #F07795 background.