COLOR #F9153E

HEX: #F9153E
RGB: (249,21,62)

Color info

#F9153E contains mainly red color. Web safe color of #F9153E is #FF0033 (or #F03).

RGB color model

#F9153E color RGB value is (249,21,62).

  • red value is 249;
  • green value is 21;
  • blue value is 62.
RGB:
(249,21,62)
(98%,8%,24%)

RGB channels and saturation

R 249 of 255 = 98%
G 21 of 255 = 8%
B 62 of 255 = 24%

249
21
62

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

Portions of RGB colors in percentages

R + G + B =
249 + 21 + 62 = 332 (100%)
R 249 of 332 ~ 75%
G 21 of 332 ~ 6.33%
B 62 of 332 ~ 18.67%

%75
%18.67

CMYK color model

#F9153E color CMYK value is (0,92,75,2).

  • cyan value is 0.00%
  • magenta value is 91.57%
  • yellow value is 75.10%
  • key color value is 2.35%
CMYK:
(0,92,75,2)
C0M92Y75K2 
(0%,92%,75%,2%)
(0.00/0.92/0.75/0.02)	

CMYK percentages

%0
%91.57
%75.1
%2.35

Codes

Color #F9153E in popluar color models

F9153E
RGB2492162
HSL349°95.00%52.94%
HSB/HSV349°91.57%97.65%
CMYK0.00%91.57%75.10%
2.35%

Color #F9153E in popluar number systems.

HEXF9153E
Decimal2492162
Binary1111100110101111110
Octal3712576

Shades and tints

Shades of #F9153E

#F9153E
(249,21,62)
#E31439
(227,20,57)
#CD1334
(205,19,52)
#B7122F
(183,18,47)
#A1112A
(161,17,42)
#8B1025
(139,16,37)
#750F20
(117,15,32)
#5F0E1B
(95,14,27)
#490D16
(73,13,22)
#330C11
(51,12,17)
#1D0B0C
(29,11,12)
#000000
(0,0,0)

Tints of #F9153E

#F9153E
(249,21,62)
#F92A4F
(249,42,79)
#F93F60
(249,63,96)
#F95471
(249,84,113)
#F96982
(249,105,130)
#F97E93
(249,126,147)
#F993A4
(249,147,164)
#F9A8B5
(249,168,181)
#F9BDC6
(249,189,198)
#F9D2D7
(249,210,215)
#F9E7E8
(249,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9153E color. Also use rgb(249,21,62) instead hex code.

Text Font Color

.myTextColor { color: #F9153E; }

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

This text font color is #F9153E.


Background Color

.myBgColor { background-color: #F9153E; }

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

This div background color is #F9153E.


Border color

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

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

This div border color is #F9153E.


Opacity

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

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

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

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

This text has shadow with #F9153E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9153E on black background.


Color preview on white background

This text has color #F9153E on white background.



Black color preview on #F9153E background

This text has black color on #F9153E background.


White color preview on #F9153E background

This text has white color on #F9153E background.