COLOR #F07C99

HEX: #F07C99
RGB: (240,124,153)

Color info

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

RGB color model

#F07C99 color RGB value is (240,124,153).

  • red value is 240;
  • green value is 124;
  • blue value is 153.
RGB:
(240,124,153)
(94%,49%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 124 of 255 = 49%
B 153 of 255 = 60%

240
124
153

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

Portions of RGB colors in percentages

R + G + B =
240 + 124 + 153 = 517 (100%)
R 240 of 517 ~ 46.42%
G 124 of 517 ~ 23.98%
B 153 of 517 ~ 29.59%

%46.42
%23.98
%29.59

CMYK color model

#F07C99 color CMYK value is (0,48,36,6).

  • cyan value is 0.00%
  • magenta value is 48.33%
  • yellow value is 36.25%
  • key color value is 5.88%
CMYK:
(0,48,36,6)
C0M48Y36K6 
(0%,48%,36%,6%)
(0.00/0.48/0.36/0.06)	

CMYK percentages

%0
%48.33
%36.25
%5.88

Codes

Color #F07C99 in popluar color models

F07C99
RGB240124153
HSL345°79.45%71.37%
HSB/HSV345°48.33%94.12%
CMYK0.00%48.33%36.25%
5.88%

Color #F07C99 in popluar number systems.

HEXF07C99
Decimal240124153
Binary11110000111110010011001
Octal360174231

Shades and tints

Shades of #F07C99

#F07C99
(240,124,153)
#DB718C
(219,113,140)
#C6667F
(198,102,127)
#B15B72
(177,91,114)
#9C5065
(156,80,101)
#874558
(135,69,88)
#723A4B
(114,58,75)
#5D2F3E
(93,47,62)
#482431
(72,36,49)
#331924
(51,25,36)
#1E0E17
(30,14,23)
#000000
(0,0,0)

Tints of #F07C99

#F07C99
(240,124,153)
#F187A2
(241,135,162)
#F292AB
(242,146,171)
#F39DB4
(243,157,180)
#F4A8BD
(244,168,189)
#F5B3C6
(245,179,198)
#F6BECF
(246,190,207)
#F7C9D8
(247,201,216)
#F8D4E1
(248,212,225)
#F9DFEA
(249,223,234)
#FAEAF3
(250,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07C99 color. Also use rgb(240,124,153) instead hex code.

Text Font Color

.myTextColor { color: #F07C99; }

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

This text font color is #F07C99.


Background Color

.myBgColor { background-color: #F07C99; }

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

This div background color is #F07C99.


Border color

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

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

This div border color is #F07C99.


Opacity

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

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

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

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

This text has shadow with #F07C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07C99 on black background.


Color preview on white background

This text has color #F07C99 on white background.



Black color preview on #F07C99 background

This text has black color on #F07C99 background.


White color preview on #F07C99 background

This text has white color on #F07C99 background.