COLOR #F812BB

HEX: #F812BB
RGB: (248,18,187)

Color info

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

RGB color model

#F812BB color RGB value is (248,18,187).

  • red value is 248;
  • green value is 18;
  • blue value is 187.
RGB:
(248,18,187)
(97%,7%,73%)

RGB channels and saturation

R 248 of 255 = 97%
G 18 of 255 = 7%
B 187 of 255 = 73%

248
18
187

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

Portions of RGB colors in percentages

R + G + B =
248 + 18 + 187 = 453 (100%)
R 248 of 453 ~ 54.75%
G 18 of 453 ~ 3.97%
B 187 of 453 ~ 41.28%

%54.75
%41.28

CMYK color model

#F812BB color CMYK value is (0,93,25,3).

  • cyan value is 0.00%
  • magenta value is 92.74%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK:
(0,93,25,3)
C0M93Y25K3 
(0%,93%,25%,3%)
(0.00/0.93/0.25/0.03)	

CMYK percentages

%0
%92.74
%24.6
%2.75

Codes

Color #F812BB in popluar color models

F812BB
RGB24818187
HSL316°94.26%52.16%
HSB/HSV316°92.74%97.25%
CMYK0.00%92.74%24.60%
2.75%

Color #F812BB in popluar number systems.

HEXF812BB
Decimal24818187
Binary111110001001010111011
Octal37022273

Shades and tints

Shades of #F812BB

#F812BB
(248,18,187)
#E211AA
(226,17,170)
#CC1099
(204,16,153)
#B60F88
(182,15,136)
#A00E77
(160,14,119)
#8A0D66
(138,13,102)
#740C55
(116,12,85)
#5E0B44
(94,11,68)
#480A33
(72,10,51)
#320922
(50,9,34)
#1C0811
(28,8,17)
#000000
(0,0,0)

Tints of #F812BB

#F812BB
(248,18,187)
#F827C1
(248,39,193)
#F83CC7
(248,60,199)
#F851CD
(248,81,205)
#F866D3
(248,102,211)
#F87BD9
(248,123,217)
#F890DF
(248,144,223)
#F8A5E5
(248,165,229)
#F8BAEB
(248,186,235)
#F8CFF1
(248,207,241)
#F8E4F7
(248,228,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F812BB color. Also use rgb(248,18,187) instead hex code.

Text Font Color

.myTextColor { color: #F812BB; }

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

This text font color is #F812BB.


Background Color

.myBgColor { background-color: #F812BB; }

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

This div background color is #F812BB.


Border color

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

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

This div border color is #F812BB.


Opacity

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

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

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

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

This text has shadow with #F812BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F812BB on black background.


Color preview on white background

This text has color #F812BB on white background.



Black color preview on #F812BB background

This text has black color on #F812BB background.


White color preview on #F812BB background

This text has white color on #F812BB background.