COLOR #F14275

HEX: #F14275
RGB: (241,66,117)

Color info

#F14275 contains mainly red color. Web safe color of #F14275 is #FF3366 (or #F36).

RGB color model

#F14275 color RGB value is (241,66,117).

  • red value is 241;
  • green value is 66;
  • blue value is 117.
RGB:
(241,66,117)
(95%,26%,46%)

RGB channels and saturation

R 241 of 255 = 95%
G 66 of 255 = 26%
B 117 of 255 = 46%

241
66
117

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

Portions of RGB colors in percentages

R + G + B =
241 + 66 + 117 = 424 (100%)
R 241 of 424 ~ 56.84%
G 66 of 424 ~ 15.57%
B 117 of 424 ~ 27.59%

%56.84
%15.57
%27.59

CMYK color model

#F14275 color CMYK value is (0,73,51,5).

  • cyan value is 0.00%
  • magenta value is 72.61%
  • yellow value is 51.45%
  • key color value is 5.49%
CMYK:
(0,73,51,5)
C0M73Y51K5 
(0%,73%,51%,5%)
(0.00/0.73/0.51/0.05)	

CMYK percentages

%0
%72.61
%51.45
%5.49

Codes

Color #F14275 in popluar color models

F14275
RGB24166117
HSL343°86.21%60.20%
HSB/HSV343°72.61%94.51%
CMYK0.00%72.61%51.45%
5.49%

Color #F14275 in popluar number systems.

HEXF14275
Decimal24166117
Binary1111000110000101110101
Octal361102165

Shades and tints

Shades of #F14275

#F14275
(241,66,117)
#DC3C6B
(220,60,107)
#C73661
(199,54,97)
#B23057
(178,48,87)
#9D2A4D
(157,42,77)
#882443
(136,36,67)
#731E39
(115,30,57)
#5E182F
(94,24,47)
#491225
(73,18,37)
#340C1B
(52,12,27)
#1F0611
(31,6,17)
#000000
(0,0,0)

Tints of #F14275

#F14275
(241,66,117)
#F25381
(242,83,129)
#F3648D
(243,100,141)
#F47599
(244,117,153)
#F586A5
(245,134,165)
#F697B1
(246,151,177)
#F7A8BD
(247,168,189)
#F8B9C9
(248,185,201)
#F9CAD5
(249,202,213)
#FADBE1
(250,219,225)
#FBECED
(251,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F14275 color. Also use rgb(241,66,117) instead hex code.

Text Font Color

.myTextColor { color: #F14275; }

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

This text font color is #F14275.


Background Color

.myBgColor { background-color: #F14275; }

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

This div background color is #F14275.


Border color

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

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

This div border color is #F14275.


Opacity

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

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

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

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

This text has shadow with #F14275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F14275 on black background.


Color preview on white background

This text has color #F14275 on white background.



Black color preview on #F14275 background

This text has black color on #F14275 background.


White color preview on #F14275 background

This text has white color on #F14275 background.