COLOR #F70BD5

HEX: #F70BD5
RGB: (247,11,213)

Color info

#F70BD5 contains mainly red and blue colors. Web safe color of #F70BD5 is #FF00CC (or #F0C).

RGB color model

#F70BD5 color RGB value is (247,11,213).

  • red value is 247;
  • green value is 11;
  • blue value is 213.
RGB:
(247,11,213)
(97%,4%,84%)

RGB channels and saturation

R 247 of 255 = 97%
G 11 of 255 = 4%
B 213 of 255 = 84%

247
11
213

R + G + B ~ 62%. #F70BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 11 + 213 = 471 (100%)
R 247 of 471 ~ 52.44%
G 11 of 471 ~ 2.34%
B 213 of 471 ~ 45.22%

%52.44
%45.22

CMYK color model

#F70BD5 color CMYK value is (0,96,14,3).

  • cyan value is 0.00%
  • magenta value is 95.55%
  • yellow value is 13.77%
  • key color value is 3.14%
CMYK:
(0,96,14,3)
C0M96Y14K3 
(0%,96%,14%,3%)
(0.00/0.96/0.14/0.03)	

CMYK percentages

%0
%95.55
%13.77
%3.14

Codes

Color #F70BD5 in popluar color models

F70BD5
RGB24711213
HSL309°93.65%50.59%
HSB/HSV309°95.55%96.86%
CMYK0.00%95.55%13.77%
3.14%

Color #F70BD5 in popluar number systems.

HEXF70BD5
Decimal24711213
Binary11110111101111010101
Octal36713325

Shades and tints

Shades of #F70BD5

#F70BD5
(247,11,213)
#E10AC2
(225,10,194)
#CB09AF
(203,9,175)
#B5089C
(181,8,156)
#9F0789
(159,7,137)
#890676
(137,6,118)
#730563
(115,5,99)
#5D0450
(93,4,80)
#47033D
(71,3,61)
#31022A
(49,2,42)
#1B0117
(27,1,23)
#000000
(0,0,0)

Tints of #F70BD5

#F70BD5
(247,11,213)
#F721D8
(247,33,216)
#F737DB
(247,55,219)
#F74DDE
(247,77,222)
#F763E1
(247,99,225)
#F779E4
(247,121,228)
#F78FE7
(247,143,231)
#F7A5EA
(247,165,234)
#F7BBED
(247,187,237)
#F7D1F0
(247,209,240)
#F7E7F3
(247,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F70BD5 color. Also use rgb(247,11,213) instead hex code.

Text Font Color

.myTextColor { color: #F70BD5; }

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

This text font color is #F70BD5.


Background Color

.myBgColor { background-color: #F70BD5; }

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

This div background color is #F70BD5.


Border color

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

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

This div border color is #F70BD5.


Opacity

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

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

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

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

This text has shadow with #F70BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F70BD5 on black background.


Color preview on white background

This text has color #F70BD5 on white background.



Black color preview on #F70BD5 background

This text has black color on #F70BD5 background.


White color preview on #F70BD5 background

This text has white color on #F70BD5 background.