COLOR #F1334D

HEX: #F1334D
RGB: (241,51,77)

Color info

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

RGB color model

#F1334D color RGB value is (241,51,77).

  • red value is 241;
  • green value is 51;
  • blue value is 77.
RGB:
(241,51,77)
(95%,20%,30%)

RGB channels and saturation

R 241 of 255 = 95%
G 51 of 255 = 20%
B 77 of 255 = 30%

241
51
77

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

Portions of RGB colors in percentages

R + G + B =
241 + 51 + 77 = 369 (100%)
R 241 of 369 ~ 65.31%
G 51 of 369 ~ 13.82%
B 77 of 369 ~ 20.87%

%65.31
%13.82
%20.87

CMYK color model

#F1334D color CMYK value is (0,79,68,5).

  • cyan value is 0.00%
  • magenta value is 78.84%
  • yellow value is 68.05%
  • key color value is 5.49%
CMYK:
(0,79,68,5)
C0M79Y68K5 
(0%,79%,68%,5%)
(0.00/0.79/0.68/0.05)	

CMYK percentages

%0
%78.84
%68.05
%5.49

Codes

Color #F1334D in popluar color models

F1334D
RGB2415177
HSL352°87.16%57.25%
HSB/HSV352°78.84%94.51%
CMYK0.00%78.84%68.05%
5.49%

Color #F1334D in popluar number systems.

HEXF1334D
Decimal2415177
Binary111100011100111001101
Octal36163115

Shades and tints

Shades of #F1334D

#F1334D
(241,51,77)
#DC2F46
(220,47,70)
#C72B3F
(199,43,63)
#B22738
(178,39,56)
#9D2331
(157,35,49)
#881F2A
(136,31,42)
#731B23
(115,27,35)
#5E171C
(94,23,28)
#491315
(73,19,21)
#340F0E
(52,15,14)
#1F0B07
(31,11,7)
#000000
(0,0,0)

Tints of #F1334D

#F1334D
(241,51,77)
#F2455D
(242,69,93)
#F3576D
(243,87,109)
#F4697D
(244,105,125)
#F57B8D
(245,123,141)
#F68D9D
(246,141,157)
#F79FAD
(247,159,173)
#F8B1BD
(248,177,189)
#F9C3CD
(249,195,205)
#FAD5DD
(250,213,221)
#FBE7ED
(251,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F1334D color. Also use rgb(241,51,77) instead hex code.

Text Font Color

.myTextColor { color: #F1334D; }

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

This text font color is #F1334D.


Background Color

.myBgColor { background-color: #F1334D; }

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

This div background color is #F1334D.


Border color

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

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

This div border color is #F1334D.


Opacity

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

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

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

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

This text has shadow with #F1334D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F1334D on black background.


Color preview on white background

This text has color #F1334D on white background.



Black color preview on #F1334D background

This text has black color on #F1334D background.


White color preview on #F1334D background

This text has white color on #F1334D background.