COLOR #F700B9

HEX: #F700B9
RGB: (247,0,185)

Color info

#F700B9 contains mainly red color. Web safe color of #F700B9 is #FF00CC (or #F0C).

RGB color model

#F700B9 color RGB value is (247,0,185).

  • red value is 247;
  • green value is 0;
  • blue value is 185.
RGB:
(247,0,185)
(97%,0%,73%)

RGB channels and saturation

R 247 of 255 = 97%
G 0 of 255 = 0%
B 185 of 255 = 73%

247
0
185

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

Portions of RGB colors in percentages

R + G + B =
247 + 0 + 185 = 432 (100%)
R 247 of 432 ~ 57.18%
G 0 of 432 ~ 0%
B 185 of 432 ~ 42.82%

%57.18
%42.82

CMYK color model

#F700B9 color CMYK value is (0,100,25,3).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 25.10%
  • key color value is 3.14%
CMYK:
(0,100,25,3)
C0M100Y25K3 
(0%,100%,25%,3%)
(0.00/1.00/0.25/0.03)	

CMYK percentages

%0
%100
%25.1
%3.14

Codes

Color #F700B9 in popluar color models

F700B9
RGB2470185
HSL315°100.00%48.43%
HSB/HSV315°100.00%96.86%
CMYK0.00%100.00%25.10%
3.14%

Color #F700B9 in popluar number systems.

HEXF700B9
Decimal2470185
Binary11110111010111001
Octal3670271

Shades and tints

Shades of #F700B9

#F700B9
(247,0,185)
#E100A9
(225,0,169)
#CB0099
(203,0,153)
#B50089
(181,0,137)
#9F0079
(159,0,121)
#890069
(137,0,105)
#730059
(115,0,89)
#5D0049
(93,0,73)
#470039
(71,0,57)
#310029
(49,0,41)
#1B0019
(27,0,25)
#000000
(0,0,0)

Tints of #F700B9

#F700B9
(247,0,185)
#F717BF
(247,23,191)
#F72EC5
(247,46,197)
#F745CB
(247,69,203)
#F75CD1
(247,92,209)
#F773D7
(247,115,215)
#F78ADD
(247,138,221)
#F7A1E3
(247,161,227)
#F7B8E9
(247,184,233)
#F7CFEF
(247,207,239)
#F7E6F5
(247,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F700B9 color. Also use rgb(247,0,185) instead hex code.

Text Font Color

.myTextColor { color: #F700B9; }

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

This text font color is #F700B9.


Background Color

.myBgColor { background-color: #F700B9; }

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

This div background color is #F700B9.


Border color

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

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

This div border color is #F700B9.


Opacity

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

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

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

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

This text has shadow with #F700B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F700B9 on black background.


Color preview on white background

This text has color #F700B9 on white background.



Black color preview on #F700B9 background

This text has black color on #F700B9 background.


White color preview on #F700B9 background

This text has white color on #F700B9 background.