COLOR #F983A8

HEX: #F983A8
RGB: (249,131,168)

Color info

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

RGB color model

#F983A8 color RGB value is (249,131,168).

  • red value is 249;
  • green value is 131;
  • blue value is 168.
RGB:
(249,131,168)
(98%,51%,66%)

RGB channels and saturation

R 249 of 255 = 98%
G 131 of 255 = 51%
B 168 of 255 = 66%

249
131
168

R + G + B ~ 72%. #F983A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 131 + 168 = 548 (100%)
R 249 of 548 ~ 45.44%
G 131 of 548 ~ 23.91%
B 168 of 548 ~ 30.66%

%45.44
%23.91
%30.66

CMYK color model

#F983A8 color CMYK value is (0,47,33,2).

  • cyan value is 0.00%
  • magenta value is 47.39%
  • yellow value is 32.53%
  • key color value is 2.35%
CMYK:
(0,47,33,2)
C0M47Y33K2 
(0%,47%,33%,2%)
(0.00/0.47/0.33/0.02)	

CMYK percentages

%0
%47.39
%32.53
%2.35

Codes

Color #F983A8 in popluar color models

F983A8
RGB249131168
HSL341°90.77%74.51%
HSB/HSV341°47.39%97.65%
CMYK0.00%47.39%32.53%
2.35%

Color #F983A8 in popluar number systems.

HEXF983A8
Decimal249131168
Binary111110011000001110101000
Octal371203250

Shades and tints

Shades of #F983A8

#F983A8
(249,131,168)
#E37899
(227,120,153)
#CD6D8A
(205,109,138)
#B7627B
(183,98,123)
#A1576C
(161,87,108)
#8B4C5D
(139,76,93)
#75414E
(117,65,78)
#5F363F
(95,54,63)
#492B30
(73,43,48)
#332021
(51,32,33)
#1D1512
(29,21,18)
#000000
(0,0,0)

Tints of #F983A8

#F983A8
(249,131,168)
#F98EAF
(249,142,175)
#F999B6
(249,153,182)
#F9A4BD
(249,164,189)
#F9AFC4
(249,175,196)
#F9BACB
(249,186,203)
#F9C5D2
(249,197,210)
#F9D0D9
(249,208,217)
#F9DBE0
(249,219,224)
#F9E6E7
(249,230,231)
#F9F1EE
(249,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F983A8 color. Also use rgb(249,131,168) instead hex code.

Text Font Color

.myTextColor { color: #F983A8; }

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

This text font color is #F983A8.


Background Color

.myBgColor { background-color: #F983A8; }

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

This div background color is #F983A8.


Border color

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

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

This div border color is #F983A8.


Opacity

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

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

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

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

This text has shadow with #F983A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F983A8 on black background.


Color preview on white background

This text has color #F983A8 on white background.



Black color preview on #F983A8 background

This text has black color on #F983A8 background.


White color preview on #F983A8 background

This text has white color on #F983A8 background.