COLOR #F12125

HEX: #F12125
RGB: (241,33,37)

Color info

#F12125 contains mainly red color. Web safe color of #F12125 is #FF3333 (or #F33).

RGB color model

#F12125 color RGB value is (241,33,37).

  • red value is 241;
  • green value is 33;
  • blue value is 37.
RGB:
(241,33,37)
(95%,13%,15%)

RGB channels and saturation

R 241 of 255 = 95%
G 33 of 255 = 13%
B 37 of 255 = 15%

241
33
37

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

Portions of RGB colors in percentages

R + G + B =
241 + 33 + 37 = 311 (100%)
R 241 of 311 ~ 77.49%
G 33 of 311 ~ 10.61%
B 37 of 311 ~ 11.9%

%77.49
%10.61
%11.9

CMYK color model

#F12125 color CMYK value is (0,86,85,5).

  • cyan value is 0.00%
  • magenta value is 86.31%
  • yellow value is 84.65%
  • key color value is 5.49%
CMYK:
(0,86,85,5)
C0M86Y85K5 
(0%,86%,85%,5%)
(0.00/0.86/0.85/0.05)	

CMYK percentages

%0
%86.31
%84.65
%5.49

Codes

Color #F12125 in popluar color models

F12125
RGB2413337
HSL359°88.14%53.73%
HSB/HSV359°86.31%94.51%
CMYK0.00%86.31%84.65%
5.49%

Color #F12125 in popluar number systems.

HEXF12125
Decimal2413337
Binary11110001100001100101
Octal3614145

Shades and tints

Shades of #F12125

#F12125
(241,33,37)
#DC1E22
(220,30,34)
#C71B1F
(199,27,31)
#B2181C
(178,24,28)
#9D1519
(157,21,25)
#881216
(136,18,22)
#730F13
(115,15,19)
#5E0C10
(94,12,16)
#49090D
(73,9,13)
#34060A
(52,6,10)
#1F0307
(31,3,7)
#000000
(0,0,0)

Tints of #F12125

#F12125
(241,33,37)
#F23538
(242,53,56)
#F3494B
(243,73,75)
#F45D5E
(244,93,94)
#F57171
(245,113,113)
#F68584
(246,133,132)
#F79997
(247,153,151)
#F8ADAA
(248,173,170)
#F9C1BD
(249,193,189)
#FAD5D0
(250,213,208)
#FBE9E3
(251,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F12125 color. Also use rgb(241,33,37) instead hex code.

Text Font Color

.myTextColor { color: #F12125; }

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

This text font color is #F12125.


Background Color

.myBgColor { background-color: #F12125; }

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

This div background color is #F12125.


Border color

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

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

This div border color is #F12125.


Opacity

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

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

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

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

This text has shadow with #F12125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F12125 on black background.


Color preview on white background

This text has color #F12125 on white background.



Black color preview on #F12125 background

This text has black color on #F12125 background.


White color preview on #F12125 background

This text has white color on #F12125 background.