COLOR #F91015

HEX: #F91015 RGB: (249,16,21)

Color info

#F91015 contains mainly red color. Web safe color of #F91015 is #FF0000 (or #F00).

RGB color model

#F91015 color RGB value is (249,16,21).

RGB: (249,16,21) (98%, 6%, 8%)

RGB channels and saturation

R 249 of 255 = 98%
G 16 of 255 = 6%
B 21 of 255 = 8%

249
16
21

R + G + B ~ 37%. #F91015 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 249 + 16 + 21 = 286 (100%)
R 249 of 286 ~ 87.06%
G 16 of 286 ~ 5.59%
B 21 of 286 ~ 7.34'%

%87.06

CMYK color model

#F91015 color CMYK value is (0,94,92,2).

  • cyan value is 0.00%
  • magenta value is 93.57%
  • yellow value is 91.57%
  • key color value is 2.35%

CMYK: (0,94,92,2)
C0M94Y92K2 (0%, 94%, 92%, 2%)
(0.00 / 0.94 / 0.92 / 0.02)

CMYK percentages

%0
%93.57
%91.57
%2.35

Codes

Color #F91015 in popluar color models

F9 10 15
RGB 249 16 21
HSL 359° 95.10% 51.96%
HSB/HSV 359° 93.57% 97.65%
CMYK 0.00% 93.57% 91.57%
2.35%

Color #F91015 in popluar number systems.

HEX F9 10 15
Decimal 249 16 21
Binary 11111001 10000 10101
Octal 371 20 25

Shades and tints

Shades of #F91015

#F91015
(249,16,21)
#E30F14
(227,15,20)
#CD0E13
(205,14,19)
#B70D12
(183,13,18)
#A10C11
(161,12,17)
#8B0B10
(139,11,16)
#750A0F
(117,10,15)
#5F090E
(95,9,14)
#49080D
(73,8,13)
#33070C
(51,7,12)
#1D060B
(29,6,11)
#000000
(0,0,0)

Tints of #F91015

#F91015
(249,16,21)
#F9252A
(249,37,42)
#F93A3F
(249,58,63)
#F94F54
(249,79,84)
#F96469
(249,100,105)
#F9797E
(249,121,126)
#F98E93
(249,142,147)
#F9A3A8
(249,163,168)
#F9B8BD
(249,184,189)
#F9CDD2
(249,205,210)
#F9E2E7
(249,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F91015; }

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

This text font color is #F91015.

Background Color

.myBgColor { background-color: #F91015; }

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

This div background color is #F91015.

Border color

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

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

This div border color is #F91015.

Opacity

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

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

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

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

This text has shadow with #F91015 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F91015.

Preview

Color preview on black background

This text has color #F91015 on black background.


Color preview on white background

This text has color #F91015 on white background.


Black color preview on #F91015 background

This text has black color on #F91015 background.


White color preview on #F91015 background

This text has white color on #F91015 background.


Related colors

Complementary color

Complementary color for #hex is #06EFEA.


I love getcolorcode.com

Triadic colors

1 #15F910 and #1015F9 with #F91015 are triadic colors.

2 #1510F9 and #10F915 with #F91015 are triadic colors.