COLOR #F11055

HEX: #F11055 RGB: (241,16,85)

Color info

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

RGB color model

#F11055 color RGB value is (241,16,85).

RGB: (241,16,85) (95%, 6%, 33%)

RGB channels and saturation

R 241 of 255 = 95%
G 16 of 255 = 6%
B 85 of 255 = 33%

241
16
85

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

Portions of RGB colors in percentages

R + G + B = 241 + 16 + 85 = 342 (100%)
R 241 of 342 ~ 70.47%
G 16 of 342 ~ 4.68%
B 85 of 342 ~ 24.85'%

%70.47
%24.85

CMYK color model

#F11055 color CMYK value is (0,93,65,5).

  • cyan value is 0.00%
  • magenta value is 93.36%
  • yellow value is 64.73%
  • key color value is 5.49%

CMYK: (0,93,65,5)
C0M93Y65K5 (0%, 93%, 65%, 5%)
(0.00 / 0.93 / 0.65 / 0.05)

CMYK percentages

%0
%93.36
%64.73
%5.49

Codes

Color #F11055 in popluar color models

F1 10 55
RGB 241 16 85
HSL 342° 88.93% 50.39%
HSB/HSV 342° 93.36% 94.51%
CMYK 0.00% 93.36% 64.73%
5.49%

Color #F11055 in popluar number systems.

HEX F1 10 55
Decimal 241 16 85
Binary 11110001 10000 1010101
Octal 361 20 125

Shades and tints

Shades of #F11055

#F11055
(241,16,85)
#DC0F4E
(220,15,78)
#C70E47
(199,14,71)
#B20D40
(178,13,64)
#9D0C39
(157,12,57)
#880B32
(136,11,50)
#730A2B
(115,10,43)
#5E0924
(94,9,36)
#49081D
(73,8,29)
#340716
(52,7,22)
#1F060F
(31,6,15)
#000000
(0,0,0)

Tints of #F11055

#F11055
(241,16,85)
#F22564
(242,37,100)
#F33A73
(243,58,115)
#F44F82
(244,79,130)
#F56491
(245,100,145)
#F679A0
(246,121,160)
#F78EAF
(247,142,175)
#F8A3BE
(248,163,190)
#F9B8CD
(249,184,205)
#FACDDC
(250,205,220)
#FBE2EB
(251,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F11055 color. Also use rgb(241,16,85) instead hex code.

Text Font Color

.myTextColor { color: #F11055; }

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

This text font color is #F11055.

Background Color

.myBgColor { background-color: #F11055; }

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

This div background color is #F11055.

Border color

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

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

This div border color is #F11055.

Opacity

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

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

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

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

This text has shadow with #F11055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F11055.

Preview

Color preview on black background

This text has color #F11055 on black background.


Color preview on white background

This text has color #F11055 on white background.


Black color preview on #F11055 background

This text has black color on #F11055 background.


White color preview on #F11055 background

This text has white color on #F11055 background.


Related colors

Complementary color

Complementary color for #hex is #0EEFAA.


I love getcolorcode.com

Triadic colors

1 #55F110 and #1055F1 with #F11055 are triadic colors.

2 #5510F1 and #10F155 with #F11055 are triadic colors.