COLOR #F10956

HEX: #F10956
RGB: (241,9,86)

Color info

#F10956 contains mainly red color. Web safe color of #F10956 is #FF0066 (or #F06).

RGB color model

#F10956 color RGB value is (241,9,86).

  • red value is 241;
  • green value is 9;
  • blue value is 86.
RGB:
(241,9,86)
(95%,4%,34%)

RGB channels and saturation

R 241 of 255 = 95%
G 9 of 255 = 4%
B 86 of 255 = 34%

241
9
86

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

Portions of RGB colors in percentages

R + G + B =
241 + 9 + 86 = 336 (100%)
R 241 of 336 ~ 71.73%
G 9 of 336 ~ 2.68%
B 86 of 336 ~ 25.6%

%71.73
%25.6

CMYK color model

#F10956 color CMYK value is (0,96,64,5).

  • cyan value is 0.00%
  • magenta value is 96.27%
  • yellow value is 64.32%
  • key color value is 5.49%
CMYK:
(0,96,64,5)
C0M96Y64K5 
(0%,96%,64%,5%)
(0.00/0.96/0.64/0.05)	

CMYK percentages

%0
%96.27
%64.32
%5.49

Codes

Color #F10956 in popluar color models

F10956
RGB241986
HSL340°92.80%49.02%
HSB/HSV340°96.27%94.51%
CMYK0.00%96.27%64.32%
5.49%

Color #F10956 in popluar number systems.

HEXF10956
Decimal241986
Binary1111000110011010110
Octal36111126

Shades and tints

Shades of #F10956

#F10956
(241,9,86)
#DC094F
(220,9,79)
#C70948
(199,9,72)
#B20941
(178,9,65)
#9D093A
(157,9,58)
#880933
(136,9,51)
#73092C
(115,9,44)
#5E0925
(94,9,37)
#49091E
(73,9,30)
#340917
(52,9,23)
#1F0910
(31,9,16)
#000000
(0,0,0)

Tints of #F10956

#F10956
(241,9,86)
#F21F65
(242,31,101)
#F33574
(243,53,116)
#F44B83
(244,75,131)
#F56192
(245,97,146)
#F677A1
(246,119,161)
#F78DB0
(247,141,176)
#F8A3BF
(248,163,191)
#F9B9CE
(249,185,206)
#FACFDD
(250,207,221)
#FBE5EC
(251,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F10956 color. Also use rgb(241,9,86) instead hex code.

Text Font Color

.myTextColor { color: #F10956; }

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

This text font color is #F10956.


Background Color

.myBgColor { background-color: #F10956; }

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

This div background color is #F10956.


Border color

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

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

This div border color is #F10956.


Opacity

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

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

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

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

This text has shadow with #F10956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F10956 on black background.


Color preview on white background

This text has color #F10956 on white background.



Black color preview on #F10956 background

This text has black color on #F10956 background.


White color preview on #F10956 background

This text has white color on #F10956 background.