COLOR #F98595

HEX: #F98595
RGB: (249,133,149)

Color info

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

RGB color model

#F98595 color RGB value is (249,133,149).

  • red value is 249;
  • green value is 133;
  • blue value is 149.
RGB:
(249,133,149)
(98%,52%,58%)

RGB channels and saturation

R 249 of 255 = 98%
G 133 of 255 = 52%
B 149 of 255 = 58%

249
133
149

R + G + B ~ 69%. #F98595 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 133 + 149 = 531 (100%)
R 249 of 531 ~ 46.89%
G 133 of 531 ~ 25.05%
B 149 of 531 ~ 28.06%

%46.89
%25.05
%28.06

CMYK color model

#F98595 color CMYK value is (0,47,40,2).

  • cyan value is 0.00%
  • magenta value is 46.59%
  • yellow value is 40.16%
  • key color value is 2.35%
CMYK:
(0,47,40,2)
C0M47Y40K2 
(0%,47%,40%,2%)
(0.00/0.47/0.40/0.02)	

CMYK percentages

%0
%46.59
%40.16
%2.35

Codes

Color #F98595 in popluar color models

F98595
RGB249133149
HSL352°90.63%74.90%
HSB/HSV352°46.59%97.65%
CMYK0.00%46.59%40.16%
2.35%

Color #F98595 in popluar number systems.

HEXF98595
Decimal249133149
Binary111110011000010110010101
Octal371205225

Shades and tints

Shades of #F98595

#F98595
(249,133,149)
#E37988
(227,121,136)
#CD6D7B
(205,109,123)
#B7616E
(183,97,110)
#A15561
(161,85,97)
#8B4954
(139,73,84)
#753D47
(117,61,71)
#5F313A
(95,49,58)
#49252D
(73,37,45)
#331920
(51,25,32)
#1D0D13
(29,13,19)
#000000
(0,0,0)

Tints of #F98595

#F98595
(249,133,149)
#F9909E
(249,144,158)
#F99BA7
(249,155,167)
#F9A6B0
(249,166,176)
#F9B1B9
(249,177,185)
#F9BCC2
(249,188,194)
#F9C7CB
(249,199,203)
#F9D2D4
(249,210,212)
#F9DDDD
(249,221,221)
#F9E8E6
(249,232,230)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F98595 color. Also use rgb(249,133,149) instead hex code.

Text Font Color

.myTextColor { color: #F98595; }

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

This text font color is #F98595.


Background Color

.myBgColor { background-color: #F98595; }

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

This div background color is #F98595.


Border color

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

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

This div border color is #F98595.


Opacity

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

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

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

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

This text has shadow with #F98595 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F98595 on black background.


Color preview on white background

This text has color #F98595 on white background.



Black color preview on #F98595 background

This text has black color on #F98595 background.


White color preview on #F98595 background

This text has white color on #F98595 background.