COLOR #FF1140

HEX: #FF1140
RGB: (255,17,64)

Color info

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

RGB color model

#FF1140 color RGB value is (255,17,64).

  • red value is 255;
  • green value is 17;
  • blue value is 64.
RGB:
(255,17,64)
(100%,7%,25%)

RGB channels and saturation

R 255 of 255 = 100%
G 17 of 255 = 7%
B 64 of 255 = 25%

255
17
64

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

Portions of RGB colors in percentages

R + G + B =
255 + 17 + 64 = 336 (100%)
R 255 of 336 ~ 75.89%
G 17 of 336 ~ 5.06%
B 64 of 336 ~ 19.05%

%75.89
%19.05

CMYK color model

#FF1140 color CMYK value is (0,93,75,0).

  • cyan value is 0.00%
  • magenta value is 93.33%
  • yellow value is 74.90%
  • key color value is 0.00%
CMYK:
(0,93,75,0)
C0M93Y75K0 
(0%,93%,75%,0%)
(0.00/0.93/0.75/0.00)	

CMYK percentages

%0
%93.33
%74.9
%0

Codes

Color #FF1140 in popluar color models

FF1140
RGB2551764
HSL348°100.00%53.33%
HSB/HSV348°93.33%100.00%
CMYK0.00%93.33%74.90%
0.00%

Color #FF1140 in popluar number systems.

HEXFF1140
Decimal2551764
Binary11111111100011000000
Octal37721100

Shades and tints

Shades of #FF1140

#FF1140
(255,17,64)
#E8103B
(232,16,59)
#D10F36
(209,15,54)
#BA0E31
(186,14,49)
#A30D2C
(163,13,44)
#8C0C27
(140,12,39)
#750B22
(117,11,34)
#5E0A1D
(94,10,29)
#470918
(71,9,24)
#300813
(48,8,19)
#19070E
(25,7,14)
#000000
(0,0,0)

Tints of #FF1140

#FF1140
(255,17,64)
#FF2651
(255,38,81)
#FF3B62
(255,59,98)
#FF5073
(255,80,115)
#FF6584
(255,101,132)
#FF7A95
(255,122,149)
#FF8FA6
(255,143,166)
#FFA4B7
(255,164,183)
#FFB9C8
(255,185,200)
#FFCED9
(255,206,217)
#FFE3EA
(255,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF1140 color. Also use rgb(255,17,64) instead hex code.

Text Font Color

.myTextColor { color: #FF1140; }

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

This text font color is #FF1140.


Background Color

.myBgColor { background-color: #FF1140; }

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

This div background color is #FF1140.


Border color

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

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

This div border color is #FF1140.


Opacity

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

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

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

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

This text has shadow with #FF1140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF1140 on black background.


Color preview on white background

This text has color #FF1140 on white background.



Black color preview on #FF1140 background

This text has black color on #FF1140 background.


White color preview on #FF1140 background

This text has white color on #FF1140 background.