COLOR #FF124D

HEX: #FF124D
RGB: (255,18,77)

Color info

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

RGB color model

#FF124D color RGB value is (255,18,77).

  • red value is 255;
  • green value is 18;
  • blue value is 77.
RGB:
(255,18,77)
(100%,7%,30%)

RGB channels and saturation

R 255 of 255 = 100%
G 18 of 255 = 7%
B 77 of 255 = 30%

255
18
77

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

Portions of RGB colors in percentages

R + G + B =
255 + 18 + 77 = 350 (100%)
R 255 of 350 ~ 72.86%
G 18 of 350 ~ 5.14%
B 77 of 350 ~ 22%

%72.86
%22

CMYK color model

#FF124D color CMYK value is (0,93,70,0).

  • cyan value is 0.00%
  • magenta value is 92.94%
  • yellow value is 69.80%
  • key color value is 0.00%
CMYK:
(0,93,70,0)
C0M93Y70K0 
(0%,93%,70%,0%)
(0.00/0.93/0.70/0.00)	

CMYK percentages

%0
%92.94
%69.8
%0

Codes

Color #FF124D in popluar color models

FF124D
RGB2551877
HSL345°100.00%53.53%
HSB/HSV345°92.94%100.00%
CMYK0.00%92.94%69.80%
0.00%

Color #FF124D in popluar number systems.

HEXFF124D
Decimal2551877
Binary11111111100101001101
Octal37722115

Shades and tints

Shades of #FF124D

#FF124D
(255,18,77)
#E81146
(232,17,70)
#D1103F
(209,16,63)
#BA0F38
(186,15,56)
#A30E31
(163,14,49)
#8C0D2A
(140,13,42)
#750C23
(117,12,35)
#5E0B1C
(94,11,28)
#470A15
(71,10,21)
#30090E
(48,9,14)
#190807
(25,8,7)
#000000
(0,0,0)

Tints of #FF124D

#FF124D
(255,18,77)
#FF275D
(255,39,93)
#FF3C6D
(255,60,109)
#FF517D
(255,81,125)
#FF668D
(255,102,141)
#FF7B9D
(255,123,157)
#FF90AD
(255,144,173)
#FFA5BD
(255,165,189)
#FFBACD
(255,186,205)
#FFCFDD
(255,207,221)
#FFE4ED
(255,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF124D color. Also use rgb(255,18,77) instead hex code.

Text Font Color

.myTextColor { color: #FF124D; }

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

This text font color is #FF124D.


Background Color

.myBgColor { background-color: #FF124D; }

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

This div background color is #FF124D.


Border color

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

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

This div border color is #FF124D.


Opacity

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

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

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

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

This text has shadow with #FF124D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF124D on black background.


Color preview on white background

This text has color #FF124D on white background.



Black color preview on #FF124D background

This text has black color on #FF124D background.


White color preview on #FF124D background

This text has white color on #FF124D background.