COLOR #F90D59

HEX: #F90D59
RGB: (249,13,89)

Color info

#F90D59 contains mainly red color. Web safe color of #F90D59 is #FF0066 (or #F06).

RGB color model

#F90D59 color RGB value is (249,13,89).

  • red value is 249;
  • green value is 13;
  • blue value is 89.
RGB:
(249,13,89)
(98%,5%,35%)

RGB channels and saturation

R 249 of 255 = 98%
G 13 of 255 = 5%
B 89 of 255 = 35%

249
13
89

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

Portions of RGB colors in percentages

R + G + B =
249 + 13 + 89 = 351 (100%)
R 249 of 351 ~ 70.94%
G 13 of 351 ~ 3.7%
B 89 of 351 ~ 25.36%

%70.94
%25.36

CMYK color model

#F90D59 color CMYK value is (0,95,64,2).

  • cyan value is 0.00%
  • magenta value is 94.78%
  • yellow value is 64.26%
  • key color value is 2.35%
CMYK:
(0,95,64,2)
C0M95Y64K2 
(0%,95%,64%,2%)
(0.00/0.95/0.64/0.02)	

CMYK percentages

%0
%94.78
%64.26
%2.35

Codes

Color #F90D59 in popluar color models

F90D59
RGB2491389
HSL341°95.16%51.37%
HSB/HSV341°94.78%97.65%
CMYK0.00%94.78%64.26%
2.35%

Color #F90D59 in popluar number systems.

HEXF90D59
Decimal2491389
Binary1111100111011011001
Octal37115131

Shades and tints

Shades of #F90D59

#F90D59
(249,13,89)
#E30C51
(227,12,81)
#CD0B49
(205,11,73)
#B70A41
(183,10,65)
#A10939
(161,9,57)
#8B0831
(139,8,49)
#750729
(117,7,41)
#5F0621
(95,6,33)
#490519
(73,5,25)
#330411
(51,4,17)
#1D0309
(29,3,9)
#000000
(0,0,0)

Tints of #F90D59

#F90D59
(249,13,89)
#F92368
(249,35,104)
#F93977
(249,57,119)
#F94F86
(249,79,134)
#F96595
(249,101,149)
#F97BA4
(249,123,164)
#F991B3
(249,145,179)
#F9A7C2
(249,167,194)
#F9BDD1
(249,189,209)
#F9D3E0
(249,211,224)
#F9E9EF
(249,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F90D59 color. Also use rgb(249,13,89) instead hex code.

Text Font Color

.myTextColor { color: #F90D59; }

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

This text font color is #F90D59.


Background Color

.myBgColor { background-color: #F90D59; }

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

This div background color is #F90D59.


Border color

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

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

This div border color is #F90D59.


Opacity

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

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

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

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

This text has shadow with #F90D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F90D59 on black background.


Color preview on white background

This text has color #F90D59 on white background.



Black color preview on #F90D59 background

This text has black color on #F90D59 background.


White color preview on #F90D59 background

This text has white color on #F90D59 background.