COLOR #F00070

HEX: #F00070
RGB: (240,0,112)

Color info

#F00070 contains mainly red color. Web safe color of #F00070 is #FF0066 (or #F06).

RGB color model

#F00070 color RGB value is (240,0,112).

  • red value is 240;
  • green value is 0;
  • blue value is 112.
RGB:
(240,0,112)
(94%,0%,44%)

RGB channels and saturation

R 240 of 255 = 94%
G 0 of 255 = 0%
B 112 of 255 = 44%

240
0
112

R + G + B ~ 46%. #F00070 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 0 + 112 = 352 (100%)
R 240 of 352 ~ 68.18%
G 0 of 352 ~ 0%
B 112 of 352 ~ 31.82%

%68.18
%31.82

CMYK color model

#F00070 color CMYK value is (0,100,53,6).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 53.33%
  • key color value is 5.88%
CMYK:
(0,100,53,6)
C0M100Y53K6 
(0%,100%,53%,6%)
(0.00/1.00/0.53/0.06)	

CMYK percentages

%0
%100
%53.33
%5.88

Codes

Color #F00070 in popluar color models

F00070
RGB2400112
HSL332°100.00%47.06%
HSB/HSV332°100.00%94.12%
CMYK0.00%100.00%53.33%
5.88%

Color #F00070 in popluar number systems.

HEXF00070
Decimal2400112
Binary1111000001110000
Octal3600160

Shades and tints

Shades of #F00070

#F00070
(240,0,112)
#DB0066
(219,0,102)
#C6005C
(198,0,92)
#B10052
(177,0,82)
#9C0048
(156,0,72)
#87003E
(135,0,62)
#720034
(114,0,52)
#5D002A
(93,0,42)
#480020
(72,0,32)
#330016
(51,0,22)
#1E000C
(30,0,12)
#000000
(0,0,0)

Tints of #F00070

#F00070
(240,0,112)
#F1177D
(241,23,125)
#F22E8A
(242,46,138)
#F34597
(243,69,151)
#F45CA4
(244,92,164)
#F573B1
(245,115,177)
#F68ABE
(246,138,190)
#F7A1CB
(247,161,203)
#F8B8D8
(248,184,216)
#F9CFE5
(249,207,229)
#FAE6F2
(250,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00070 color. Also use rgb(240,0,112) instead hex code.

Text Font Color

.myTextColor { color: #F00070; }

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

This text font color is #F00070.


Background Color

.myBgColor { background-color: #F00070; }

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

This div background color is #F00070.


Border color

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

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

This div border color is #F00070.


Opacity

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

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

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

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

This text has shadow with #F00070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00070 on black background.


Color preview on white background

This text has color #F00070 on white background.



Black color preview on #F00070 background

This text has black color on #F00070 background.


White color preview on #F00070 background

This text has white color on #F00070 background.