COLOR #F883A9

HEX: #F883A9
RGB: (248,131,169)

Color info

#F883A9 contains mainly red color. Web safe color of #F883A9 is #FF9999 (or #F99).

RGB color model

#F883A9 color RGB value is (248,131,169).

  • red value is 248;
  • green value is 131;
  • blue value is 169.
RGB:
(248,131,169)
(97%,51%,66%)

RGB channels and saturation

R 248 of 255 = 97%
G 131 of 255 = 51%
B 169 of 255 = 66%

248
131
169

R + G + B ~ 71%. #F883A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 131 + 169 = 548 (100%)
R 248 of 548 ~ 45.26%
G 131 of 548 ~ 23.91%
B 169 of 548 ~ 30.84%

%45.26
%23.91
%30.84

CMYK color model

#F883A9 color CMYK value is (0,47,32,3).

  • cyan value is 0.00%
  • magenta value is 47.18%
  • yellow value is 31.85%
  • key color value is 2.75%
CMYK:
(0,47,32,3)
C0M47Y32K3 
(0%,47%,32%,3%)
(0.00/0.47/0.32/0.03)	

CMYK percentages

%0
%47.18
%31.85
%2.75

Codes

Color #F883A9 in popluar color models

F883A9
RGB248131169
HSL341°89.31%74.31%
HSB/HSV341°47.18%97.25%
CMYK0.00%47.18%31.85%
2.75%

Color #F883A9 in popluar number systems.

HEXF883A9
Decimal248131169
Binary111110001000001110101001
Octal370203251

Shades and tints

Shades of #F883A9

#F883A9
(248,131,169)
#E2789A
(226,120,154)
#CC6D8B
(204,109,139)
#B6627C
(182,98,124)
#A0576D
(160,87,109)
#8A4C5E
(138,76,94)
#74414F
(116,65,79)
#5E3640
(94,54,64)
#482B31
(72,43,49)
#322022
(50,32,34)
#1C1513
(28,21,19)
#000000
(0,0,0)

Tints of #F883A9

#F883A9
(248,131,169)
#F88EB0
(248,142,176)
#F899B7
(248,153,183)
#F8A4BE
(248,164,190)
#F8AFC5
(248,175,197)
#F8BACC
(248,186,204)
#F8C5D3
(248,197,211)
#F8D0DA
(248,208,218)
#F8DBE1
(248,219,225)
#F8E6E8
(248,230,232)
#F8F1EF
(248,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F883A9 color. Also use rgb(248,131,169) instead hex code.

Text Font Color

.myTextColor { color: #F883A9; }

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

This text font color is #F883A9.


Background Color

.myBgColor { background-color: #F883A9; }

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

This div background color is #F883A9.


Border color

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

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

This div border color is #F883A9.


Opacity

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

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

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

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

This text has shadow with #F883A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F883A9 on black background.


Color preview on white background

This text has color #F883A9 on white background.



Black color preview on #F883A9 background

This text has black color on #F883A9 background.


White color preview on #F883A9 background

This text has white color on #F883A9 background.