COLOR #F05BBD

HEX: #F05BBD
RGB: (240,91,189)

Color info

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

RGB color model

#F05BBD color RGB value is (240,91,189).

  • red value is 240;
  • green value is 91;
  • blue value is 189.
RGB:
(240,91,189)
(94%,36%,74%)

RGB channels and saturation

R 240 of 255 = 94%
G 91 of 255 = 36%
B 189 of 255 = 74%

240
91
189

R + G + B ~ 68%. #F05BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 91 + 189 = 520 (100%)
R 240 of 520 ~ 46.15%
G 91 of 520 ~ 17.5%
B 189 of 520 ~ 36.35%

%46.15
%17.5
%36.35

CMYK color model

#F05BBD color CMYK value is (0,62,21,6).

  • cyan value is 0.00%
  • magenta value is 62.08%
  • yellow value is 21.25%
  • key color value is 5.88%
CMYK:
(0,62,21,6)
C0M62Y21K6 
(0%,62%,21%,6%)
(0.00/0.62/0.21/0.06)	

CMYK percentages

%0
%62.08
%21.25
%5.88

Codes

Color #F05BBD in popluar color models

F05BBD
RGB24091189
HSL321°83.24%64.90%
HSB/HSV321°62.08%94.12%
CMYK0.00%62.08%21.25%
5.88%

Color #F05BBD in popluar number systems.

HEXF05BBD
Decimal24091189
Binary11110000101101110111101
Octal360133275

Shades and tints

Shades of #F05BBD

#F05BBD
(240,91,189)
#DB53AC
(219,83,172)
#C64B9B
(198,75,155)
#B1438A
(177,67,138)
#9C3B79
(156,59,121)
#873368
(135,51,104)
#722B57
(114,43,87)
#5D2346
(93,35,70)
#481B35
(72,27,53)
#331324
(51,19,36)
#1E0B13
(30,11,19)
#000000
(0,0,0)

Tints of #F05BBD

#F05BBD
(240,91,189)
#F169C3
(241,105,195)
#F277C9
(242,119,201)
#F385CF
(243,133,207)
#F493D5
(244,147,213)
#F5A1DB
(245,161,219)
#F6AFE1
(246,175,225)
#F7BDE7
(247,189,231)
#F8CBED
(248,203,237)
#F9D9F3
(249,217,243)
#FAE7F9
(250,231,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F05BBD color. Also use rgb(240,91,189) instead hex code.

Text Font Color

.myTextColor { color: #F05BBD; }

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

This text font color is #F05BBD.


Background Color

.myBgColor { background-color: #F05BBD; }

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

This div background color is #F05BBD.


Border color

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

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

This div border color is #F05BBD.


Opacity

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

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

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

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

This text has shadow with #F05BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F05BBD on black background.


Color preview on white background

This text has color #F05BBD on white background.



Black color preview on #F05BBD background

This text has black color on #F05BBD background.


White color preview on #F05BBD background

This text has white color on #F05BBD background.