COLOR #F11FFA

HEX: #F11FFA
RGB: (241,31,250)

Color info

#F11FFA contains mainly red and blue colors. Web safe color of #F11FFA is #FF33FF (or #F3F).

RGB color model

#F11FFA color RGB value is (241,31,250).

  • red value is 241;
  • green value is 31;
  • blue value is 250.
RGB:
(241,31,250)
(95%,12%,98%)

RGB channels and saturation

R 241 of 255 = 95%
G 31 of 255 = 12%
B 250 of 255 = 98%

241
31
250

R + G + B ~ 68%. #F11FFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 31 + 250 = 522 (100%)
R 241 of 522 ~ 46.17%
G 31 of 522 ~ 5.94%
B 250 of 522 ~ 47.89%

%46.17
%47.89

CMYK color model

#F11FFA color CMYK value is (4,88,0,2).

  • cyan value is 3.60%
  • magenta value is 87.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(4,88,0,2)
C4M88Y0K2 
(4%,88%,0%,2%)
(0.04/0.88/0.00/0.02)	

CMYK percentages

%3.6
%87.6
%0
%1.96

Codes

Color #F11FFA in popluar color models

F11FFA
RGB24131250
HSL298°95.63%55.10%
HSB/HSV298°87.60%98.04%
CMYK3.60%87.60%0.00%
1.96%

Color #F11FFA in popluar number systems.

HEXF11FFA
Decimal24131250
Binary111100011111111111010
Octal36137372

Shades and tints

Shades of #F11FFA

#F11FFA
(241,31,250)
#DC1DE4
(220,29,228)
#C71BCE
(199,27,206)
#B219B8
(178,25,184)
#9D17A2
(157,23,162)
#88158C
(136,21,140)
#731376
(115,19,118)
#5E1160
(94,17,96)
#490F4A
(73,15,74)
#340D34
(52,13,52)
#1F0B1E
(31,11,30)
#000000
(0,0,0)

Tints of #F11FFA

#F11FFA
(241,31,250)
#F233FA
(242,51,250)
#F347FA
(243,71,250)
#F45BFA
(244,91,250)
#F56FFA
(245,111,250)
#F683FA
(246,131,250)
#F797FA
(247,151,250)
#F8ABFA
(248,171,250)
#F9BFFA
(249,191,250)
#FAD3FA
(250,211,250)
#FBE7FA
(251,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F11FFA color. Also use rgb(241,31,250) instead hex code.

Text Font Color

.myTextColor { color: #F11FFA; }

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

This text font color is #F11FFA.


Background Color

.myBgColor { background-color: #F11FFA; }

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

This div background color is #F11FFA.


Border color

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

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

This div border color is #F11FFA.


Opacity

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

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

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

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

This text has shadow with #F11FFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F11FFA on black background.


Color preview on white background

This text has color #F11FFA on white background.



Black color preview on #F11FFA background

This text has black color on #F11FFA background.


White color preview on #F11FFA background

This text has white color on #F11FFA background.