COLOR #F07488

HEX: #F07488
RGB: (240,116,136)

Color info

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

RGB color model

#F07488 color RGB value is (240,116,136).

  • red value is 240;
  • green value is 116;
  • blue value is 136.
RGB:
(240,116,136)
(94%,45%,53%)

RGB channels and saturation

R 240 of 255 = 94%
G 116 of 255 = 45%
B 136 of 255 = 53%

240
116
136

R + G + B ~ 64%. #F07488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 116 + 136 = 492 (100%)
R 240 of 492 ~ 48.78%
G 116 of 492 ~ 23.58%
B 136 of 492 ~ 27.64%

%48.78
%23.58
%27.64

CMYK color model

#F07488 color CMYK value is (0,52,43,6).

  • cyan value is 0.00%
  • magenta value is 51.67%
  • yellow value is 43.33%
  • key color value is 5.88%
CMYK:
(0,52,43,6)
C0M52Y43K6 
(0%,52%,43%,6%)
(0.00/0.52/0.43/0.06)	

CMYK percentages

%0
%51.67
%43.33
%5.88

Codes

Color #F07488 in popluar color models

F07488
RGB240116136
HSL350°80.52%69.80%
HSB/HSV350°51.67%94.12%
CMYK0.00%51.67%43.33%
5.88%

Color #F07488 in popluar number systems.

HEXF07488
Decimal240116136
Binary11110000111010010001000
Octal360164210

Shades and tints

Shades of #F07488

#F07488
(240,116,136)
#DB6A7C
(219,106,124)
#C66070
(198,96,112)
#B15664
(177,86,100)
#9C4C58
(156,76,88)
#87424C
(135,66,76)
#723840
(114,56,64)
#5D2E34
(93,46,52)
#482428
(72,36,40)
#331A1C
(51,26,28)
#1E1010
(30,16,16)
#000000
(0,0,0)

Tints of #F07488

#F07488
(240,116,136)
#F18092
(241,128,146)
#F28C9C
(242,140,156)
#F398A6
(243,152,166)
#F4A4B0
(244,164,176)
#F5B0BA
(245,176,186)
#F6BCC4
(246,188,196)
#F7C8CE
(247,200,206)
#F8D4D8
(248,212,216)
#F9E0E2
(249,224,226)
#FAECEC
(250,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07488 color. Also use rgb(240,116,136) instead hex code.

Text Font Color

.myTextColor { color: #F07488; }

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

This text font color is #F07488.


Background Color

.myBgColor { background-color: #F07488; }

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

This div background color is #F07488.


Border color

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

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

This div border color is #F07488.


Opacity

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

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

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

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

This text has shadow with #F07488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07488 on black background.


Color preview on white background

This text has color #F07488 on white background.



Black color preview on #F07488 background

This text has black color on #F07488 background.


White color preview on #F07488 background

This text has white color on #F07488 background.