COLOR #F07BD1

HEX: #F07BD1
RGB: (240,123,209)

Color info

#F07BD1 contains mainly red and blue colors. Web safe color of #F07BD1 is #FF66CC (or #F6C).

RGB color model

#F07BD1 color RGB value is (240,123,209).

  • red value is 240;
  • green value is 123;
  • blue value is 209.
RGB:
(240,123,209)
(94%,48%,82%)

RGB channels and saturation

R 240 of 255 = 94%
G 123 of 255 = 48%
B 209 of 255 = 82%

240
123
209

R + G + B ~ 75%. #F07BD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 123 + 209 = 572 (100%)
R 240 of 572 ~ 41.96%
G 123 of 572 ~ 21.5%
B 209 of 572 ~ 36.54%

%41.96
%21.5
%36.54

CMYK color model

#F07BD1 color CMYK value is (0,49,13,6).

  • cyan value is 0.00%
  • magenta value is 48.75%
  • yellow value is 12.92%
  • key color value is 5.88%
CMYK:
(0,49,13,6)
C0M49Y13K6 
(0%,49%,13%,6%)
(0.00/0.49/0.13/0.06)	

CMYK percentages

%0
%48.75
%12.92
%5.88

Codes

Color #F07BD1 in popluar color models

F07BD1
RGB240123209
HSL316°79.59%71.18%
HSB/HSV316°48.75%94.12%
CMYK0.00%48.75%12.92%
5.88%

Color #F07BD1 in popluar number systems.

HEXF07BD1
Decimal240123209
Binary11110000111101111010001
Octal360173321

Shades and tints

Shades of #F07BD1

#F07BD1
(240,123,209)
#DB70BE
(219,112,190)
#C665AB
(198,101,171)
#B15A98
(177,90,152)
#9C4F85
(156,79,133)
#874472
(135,68,114)
#72395F
(114,57,95)
#5D2E4C
(93,46,76)
#482339
(72,35,57)
#331826
(51,24,38)
#1E0D13
(30,13,19)
#000000
(0,0,0)

Tints of #F07BD1

#F07BD1
(240,123,209)
#F187D5
(241,135,213)
#F293D9
(242,147,217)
#F39FDD
(243,159,221)
#F4ABE1
(244,171,225)
#F5B7E5
(245,183,229)
#F6C3E9
(246,195,233)
#F7CFED
(247,207,237)
#F8DBF1
(248,219,241)
#F9E7F5
(249,231,245)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F07BD1 color. Also use rgb(240,123,209) instead hex code.

Text Font Color

.myTextColor { color: #F07BD1; }

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

This text font color is #F07BD1.


Background Color

.myBgColor { background-color: #F07BD1; }

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

This div background color is #F07BD1.


Border color

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

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

This div border color is #F07BD1.


Opacity

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

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

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

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

This text has shadow with #F07BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F07BD1 on black background.


Color preview on white background

This text has color #F07BD1 on white background.



Black color preview on #F07BD1 background

This text has black color on #F07BD1 background.


White color preview on #F07BD1 background

This text has white color on #F07BD1 background.