COLOR #F819BB

HEX: #F819BB
RGB: (248,25,187)

Color info

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

RGB color model

#F819BB color RGB value is (248,25,187).

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

RGB channels and saturation

R 248 of 255 = 97%
G 25 of 255 = 10%
B 187 of 255 = 73%

248
25
187

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

Portions of RGB colors in percentages

R + G + B =
248 + 25 + 187 = 460 (100%)
R 248 of 460 ~ 53.91%
G 25 of 460 ~ 5.43%
B 187 of 460 ~ 40.65%

%53.91
%40.65

CMYK color model

#F819BB color CMYK value is (0,90,25,3).

  • cyan value is 0.00%
  • magenta value is 89.92%
  • yellow value is 24.60%
  • key color value is 2.75%
CMYK:
(0,90,25,3)
C0M90Y25K3 
(0%,90%,25%,3%)
(0.00/0.90/0.25/0.03)	

CMYK percentages

%0
%89.92
%24.6
%2.75

Codes

Color #F819BB in popluar color models

F819BB
RGB24825187
HSL316°94.09%53.53%
HSB/HSV316°89.92%97.25%
CMYK0.00%89.92%24.60%
2.75%

Color #F819BB in popluar number systems.

HEXF819BB
Decimal24825187
Binary111110001100110111011
Octal37031273

Shades and tints

Shades of #F819BB

#F819BB
(248,25,187)
#E217AA
(226,23,170)
#CC1599
(204,21,153)
#B61388
(182,19,136)
#A01177
(160,17,119)
#8A0F66
(138,15,102)
#740D55
(116,13,85)
#5E0B44
(94,11,68)
#480933
(72,9,51)
#320722
(50,7,34)
#1C0511
(28,5,17)
#000000
(0,0,0)

Tints of #F819BB

#F819BB
(248,25,187)
#F82DC1
(248,45,193)
#F841C7
(248,65,199)
#F855CD
(248,85,205)
#F869D3
(248,105,211)
#F87DD9
(248,125,217)
#F891DF
(248,145,223)
#F8A5E5
(248,165,229)
#F8B9EB
(248,185,235)
#F8CDF1
(248,205,241)
#F8E1F7
(248,225,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F819BB; }

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

This text font color is #F819BB.


Background Color

.myBgColor { background-color: #F819BB; }

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

This div background color is #F819BB.


Border color

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

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

This div border color is #F819BB.


Opacity

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

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

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

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

This text has shadow with #F819BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F819BB on black background.


Color preview on white background

This text has color #F819BB on white background.



Black color preview on #F819BB background

This text has black color on #F819BB background.


White color preview on #F819BB background

This text has white color on #F819BB background.