COLOR #F811A4

HEX: #F811A4
RGB: (248,17,164)

Color info

#F811A4 contains mainly red color. Web safe color of #F811A4 is #FF0099 (or #F09).

RGB color model

#F811A4 color RGB value is (248,17,164).

  • red value is 248;
  • green value is 17;
  • blue value is 164.
RGB:
(248,17,164)
(97%,7%,64%)

RGB channels and saturation

R 248 of 255 = 97%
G 17 of 255 = 7%
B 164 of 255 = 64%

248
17
164

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

Portions of RGB colors in percentages

R + G + B =
248 + 17 + 164 = 429 (100%)
R 248 of 429 ~ 57.81%
G 17 of 429 ~ 3.96%
B 164 of 429 ~ 38.23%

%57.81
%38.23

CMYK color model

#F811A4 color CMYK value is (0,93,34,3).

  • cyan value is 0.00%
  • magenta value is 93.15%
  • yellow value is 33.87%
  • key color value is 2.75%
CMYK:
(0,93,34,3)
C0M93Y34K3 
(0%,93%,34%,3%)
(0.00/0.93/0.34/0.03)	

CMYK percentages

%0
%93.15
%33.87
%2.75

Codes

Color #F811A4 in popluar color models

F811A4
RGB24817164
HSL322°94.29%51.96%
HSB/HSV322°93.15%97.25%
CMYK0.00%93.15%33.87%
2.75%

Color #F811A4 in popluar number systems.

HEXF811A4
Decimal24817164
Binary111110001000110100100
Octal37021244

Shades and tints

Shades of #F811A4

#F811A4
(248,17,164)
#E21096
(226,16,150)
#CC0F88
(204,15,136)
#B60E7A
(182,14,122)
#A00D6C
(160,13,108)
#8A0C5E
(138,12,94)
#740B50
(116,11,80)
#5E0A42
(94,10,66)
#480934
(72,9,52)
#320826
(50,8,38)
#1C0718
(28,7,24)
#000000
(0,0,0)

Tints of #F811A4

#F811A4
(248,17,164)
#F826AC
(248,38,172)
#F83BB4
(248,59,180)
#F850BC
(248,80,188)
#F865C4
(248,101,196)
#F87ACC
(248,122,204)
#F88FD4
(248,143,212)
#F8A4DC
(248,164,220)
#F8B9E4
(248,185,228)
#F8CEEC
(248,206,236)
#F8E3F4
(248,227,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F811A4 color. Also use rgb(248,17,164) instead hex code.

Text Font Color

.myTextColor { color: #F811A4; }

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

This text font color is #F811A4.


Background Color

.myBgColor { background-color: #F811A4; }

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

This div background color is #F811A4.


Border color

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

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

This div border color is #F811A4.


Opacity

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

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

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

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

This text has shadow with #F811A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F811A4 on black background.


Color preview on white background

This text has color #F811A4 on white background.



Black color preview on #F811A4 background

This text has black color on #F811A4 background.


White color preview on #F811A4 background

This text has white color on #F811A4 background.