COLOR #F70495

HEX: #F70495
RGB: (247,4,149)

Color info

#F70495 contains mainly red color. Web safe color of #F70495 is #FF0099 (or #F09).

RGB color model

#F70495 color RGB value is (247,4,149).

  • red value is 247;
  • green value is 4;
  • blue value is 149.
RGB:
(247,4,149)
(97%,2%,58%)

RGB channels and saturation

R 247 of 255 = 97%
G 4 of 255 = 2%
B 149 of 255 = 58%

247
4
149

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

Portions of RGB colors in percentages

R + G + B =
247 + 4 + 149 = 400 (100%)
R 247 of 400 ~ 61.75%
G 4 of 400 ~ 1%
B 149 of 400 ~ 37.25%

%61.75
%37.25

CMYK color model

#F70495 color CMYK value is (0,98,40,3).

  • cyan value is 0.00%
  • magenta value is 98.38%
  • yellow value is 39.68%
  • key color value is 3.14%
CMYK:
(0,98,40,3)
C0M98Y40K3 
(0%,98%,40%,3%)
(0.00/0.98/0.40/0.03)	

CMYK percentages

%0
%98.38
%39.68
%3.14

Codes

Color #F70495 in popluar color models

F70495
RGB2474149
HSL324°96.81%49.22%
HSB/HSV324°98.38%96.86%
CMYK0.00%98.38%39.68%
3.14%

Color #F70495 in popluar number systems.

HEXF70495
Decimal2474149
Binary1111011110010010101
Octal3674225

Shades and tints

Shades of #F70495

#F70495
(247,4,149)
#E10488
(225,4,136)
#CB047B
(203,4,123)
#B5046E
(181,4,110)
#9F0461
(159,4,97)
#890454
(137,4,84)
#730447
(115,4,71)
#5D043A
(93,4,58)
#47042D
(71,4,45)
#310420
(49,4,32)
#1B0413
(27,4,19)
#000000
(0,0,0)

Tints of #F70495

#F70495
(247,4,149)
#F71A9E
(247,26,158)
#F730A7
(247,48,167)
#F746B0
(247,70,176)
#F75CB9
(247,92,185)
#F772C2
(247,114,194)
#F788CB
(247,136,203)
#F79ED4
(247,158,212)
#F7B4DD
(247,180,221)
#F7CAE6
(247,202,230)
#F7E0EF
(247,224,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F70495 color. Also use rgb(247,4,149) instead hex code.

Text Font Color

.myTextColor { color: #F70495; }

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

This text font color is #F70495.


Background Color

.myBgColor { background-color: #F70495; }

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

This div background color is #F70495.


Border color

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

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

This div border color is #F70495.


Opacity

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

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

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

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

This text has shadow with #F70495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F70495 on black background.


Color preview on white background

This text has color #F70495 on white background.



Black color preview on #F70495 background

This text has black color on #F70495 background.


White color preview on #F70495 background

This text has white color on #F70495 background.