COLOR #F05B8A

HEX: #F05B8A
RGB: (240,91,138)

Color info

#F05B8A contains mainly red color. Web safe color of #F05B8A is #FF6699 (or #F69).

RGB color model

#F05B8A color RGB value is (240,91,138).

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

RGB channels and saturation

R 240 of 255 = 94%
G 91 of 255 = 36%
B 138 of 255 = 54%

240
91
138

R + G + B ~ 61%. #F05B8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 91 + 138 = 469 (100%)
R 240 of 469 ~ 51.17%
G 91 of 469 ~ 19.4%
B 138 of 469 ~ 29.42%

%51.17
%19.4
%29.42

CMYK color model

#F05B8A color CMYK value is (0,62,43,6).

  • cyan value is 0.00%
  • magenta value is 62.08%
  • yellow value is 42.50%
  • key color value is 5.88%
CMYK:
(0,62,43,6)
C0M62Y43K6 
(0%,62%,43%,6%)
(0.00/0.62/0.43/0.06)	

CMYK percentages

%0
%62.08
%42.5
%5.88

Codes

Color #F05B8A in popluar color models

F05B8A
RGB24091138
HSL341°83.24%64.90%
HSB/HSV341°62.08%94.12%
CMYK0.00%62.08%42.50%
5.88%

Color #F05B8A in popluar number systems.

HEXF05B8A
Decimal24091138
Binary11110000101101110001010
Octal360133212

Shades and tints

Shades of #F05B8A

#F05B8A
(240,91,138)
#DB537E
(219,83,126)
#C64B72
(198,75,114)
#B14366
(177,67,102)
#9C3B5A
(156,59,90)
#87334E
(135,51,78)
#722B42
(114,43,66)
#5D2336
(93,35,54)
#481B2A
(72,27,42)
#33131E
(51,19,30)
#1E0B12
(30,11,18)
#000000
(0,0,0)

Tints of #F05B8A

#F05B8A
(240,91,138)
#F16994
(241,105,148)
#F2779E
(242,119,158)
#F385A8
(243,133,168)
#F493B2
(244,147,178)
#F5A1BC
(245,161,188)
#F6AFC6
(246,175,198)
#F7BDD0
(247,189,208)
#F8CBDA
(248,203,218)
#F9D9E4
(249,217,228)
#FAE7EE
(250,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F05B8A; }

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

This text font color is #F05B8A.


Background Color

.myBgColor { background-color: #F05B8A; }

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

This div background color is #F05B8A.


Border color

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

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

This div border color is #F05B8A.


Opacity

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

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

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

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

This text has shadow with #F05B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F05B8A on black background.


Color preview on white background

This text has color #F05B8A on white background.



Black color preview on #F05B8A background

This text has black color on #F05B8A background.


White color preview on #F05B8A background

This text has white color on #F05B8A background.