COLOR #F010B8

HEX: #F010B8
RGB: (240,16,184)

Color info

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

RGB color model

#F010B8 color RGB value is (240,16,184).

  • red value is 240;
  • green value is 16;
  • blue value is 184.
RGB:
(240,16,184)
(94%,6%,72%)

RGB channels and saturation

R 240 of 255 = 94%
G 16 of 255 = 6%
B 184 of 255 = 72%

240
16
184

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

Portions of RGB colors in percentages

R + G + B =
240 + 16 + 184 = 440 (100%)
R 240 of 440 ~ 54.55%
G 16 of 440 ~ 3.64%
B 184 of 440 ~ 41.82%

%54.55
%41.82

CMYK color model

#F010B8 color CMYK value is (0,93,23,6).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 23.33%
  • key color value is 5.88%
CMYK:
(0,93,23,6)
C0M93Y23K6 
(0%,93%,23%,6%)
(0.00/0.93/0.23/0.06)	

CMYK percentages

%0
%93.33
%23.33
%5.88

Codes

Color #F010B8 in popluar color models

F010B8
RGB24016184
HSL315°88.19%50.20%
HSB/HSV315°93.33%94.12%
CMYK0.00%93.33%23.33%
5.88%

Color #F010B8 in popluar number systems.

HEXF010B8
Decimal24016184
Binary111100001000010111000
Octal36020270

Shades and tints

Shades of #F010B8

#F010B8
(240,16,184)
#DB0FA8
(219,15,168)
#C60E98
(198,14,152)
#B10D88
(177,13,136)
#9C0C78
(156,12,120)
#870B68
(135,11,104)
#720A58
(114,10,88)
#5D0948
(93,9,72)
#480838
(72,8,56)
#330728
(51,7,40)
#1E0618
(30,6,24)
#000000
(0,0,0)

Tints of #F010B8

#F010B8
(240,16,184)
#F125BE
(241,37,190)
#F23AC4
(242,58,196)
#F34FCA
(243,79,202)
#F464D0
(244,100,208)
#F579D6
(245,121,214)
#F68EDC
(246,142,220)
#F7A3E2
(247,163,226)
#F8B8E8
(248,184,232)
#F9CDEE
(249,205,238)
#FAE2F4
(250,226,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F010B8 color. Also use rgb(240,16,184) instead hex code.

Text Font Color

.myTextColor { color: #F010B8; }

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

This text font color is #F010B8.


Background Color

.myBgColor { background-color: #F010B8; }

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

This div background color is #F010B8.


Border color

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

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

This div border color is #F010B8.


Opacity

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

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

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

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

This text has shadow with #F010B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F010B8 on black background.


Color preview on white background

This text has color #F010B8 on white background.



Black color preview on #F010B8 background

This text has black color on #F010B8 background.


White color preview on #F010B8 background

This text has white color on #F010B8 background.