COLOR #F95A55

HEX: #F95A55
RGB: (249,90,85)

Color info

#F95A55 contains mainly red color. Web safe color of #F95A55 is #FF6666 (or #F66).

RGB color model

#F95A55 color RGB value is (249,90,85).

  • red value is 249;
  • green value is 90;
  • blue value is 85.
RGB:
(249,90,85)
(98%,35%,33%)

RGB channels and saturation

R 249 of 255 = 98%
G 90 of 255 = 35%
B 85 of 255 = 33%

249
90
85

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

Portions of RGB colors in percentages

R + G + B =
249 + 90 + 85 = 424 (100%)
R 249 of 424 ~ 58.73%
G 90 of 424 ~ 21.23%
B 85 of 424 ~ 20.05%

%58.73
%21.23
%20.05

CMYK color model

#F95A55 color CMYK value is (0,64,66,2).

  • cyan value is 0.00%
  • magenta value is 63.86%
  • yellow value is 65.86%
  • key color value is 2.35%
CMYK:
(0,64,66,2)
C0M64Y66K2 
(0%,64%,66%,2%)
(0.00/0.64/0.66/0.02)	

CMYK percentages

%0
%63.86
%65.86
%2.35

Codes

Color #F95A55 in popluar color models

F95A55
RGB2499085
HSL93.18%65.49%
HSB/HSV65.86%97.65%
CMYK0.00%63.86%65.86%
2.35%

Color #F95A55 in popluar number systems.

HEXF95A55
Decimal2499085
Binary1111100110110101010101
Octal371132125

Shades and tints

Shades of #F95A55

#F95A55
(249,90,85)
#E3524E
(227,82,78)
#CD4A47
(205,74,71)
#B74240
(183,66,64)
#A13A39
(161,58,57)
#8B3232
(139,50,50)
#752A2B
(117,42,43)
#5F2224
(95,34,36)
#491A1D
(73,26,29)
#331216
(51,18,22)
#1D0A0F
(29,10,15)
#000000
(0,0,0)

Tints of #F95A55

#F95A55
(249,90,85)
#F96964
(249,105,100)
#F97873
(249,120,115)
#F98782
(249,135,130)
#F99691
(249,150,145)
#F9A5A0
(249,165,160)
#F9B4AF
(249,180,175)
#F9C3BE
(249,195,190)
#F9D2CD
(249,210,205)
#F9E1DC
(249,225,220)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F95A55 color. Also use rgb(249,90,85) instead hex code.

Text Font Color

.myTextColor { color: #F95A55; }

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

This text font color is #F95A55.


Background Color

.myBgColor { background-color: #F95A55; }

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

This div background color is #F95A55.


Border color

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

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

This div border color is #F95A55.


Opacity

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

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

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

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

This text has shadow with #F95A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F95A55 on black background.


Color preview on white background

This text has color #F95A55 on white background.



Black color preview on #F95A55 background

This text has black color on #F95A55 background.


White color preview on #F95A55 background

This text has white color on #F95A55 background.