COLOR #F103E4

HEX: #F103E4
RGB: (241,3,228)

Color info

#F103E4 contains mainly red and blue colors. Web safe color of #F103E4 is #FF00CC (or #F0C).

RGB color model

#F103E4 color RGB value is (241,3,228).

  • red value is 241;
  • green value is 3;
  • blue value is 228.
RGB:
(241,3,228)
(95%,1%,89%)

RGB channels and saturation

R 241 of 255 = 95%
G 3 of 255 = 1%
B 228 of 255 = 89%

241
3
228

R + G + B ~ 62%. #F103E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
241 + 3 + 228 = 472 (100%)
R 241 of 472 ~ 51.06%
G 3 of 472 ~ 0.64%
B 228 of 472 ~ 48.31%

%51.06
%48.31

CMYK color model

#F103E4 color CMYK value is (0,99,5,5).

  • cyan value is 0.00%
  • magenta value is 98.76%
  • yellow value is 5.39%
  • key color value is 5.49%
CMYK:
(0,99,5,5)
C0M99Y5K5 
(0%,99%,5%,5%)
(0.00/0.99/0.05/0.05)	

CMYK percentages

%0
%98.76
%5.39
%5.49

Codes

Color #F103E4 in popluar color models

F103E4
RGB2413228
HSL303°97.54%47.84%
HSB/HSV303°98.76%94.51%
CMYK0.00%98.76%5.39%
5.49%

Color #F103E4 in popluar number systems.

HEXF103E4
Decimal2413228
Binary111100011111100100
Octal3613344

Shades and tints

Shades of #F103E4

#F103E4
(241,3,228)
#DC03D0
(220,3,208)
#C703BC
(199,3,188)
#B203A8
(178,3,168)
#9D0394
(157,3,148)
#880380
(136,3,128)
#73036C
(115,3,108)
#5E0358
(94,3,88)
#490344
(73,3,68)
#340330
(52,3,48)
#1F031C
(31,3,28)
#000000
(0,0,0)

Tints of #F103E4

#F103E4
(241,3,228)
#F219E6
(242,25,230)
#F32FE8
(243,47,232)
#F445EA
(244,69,234)
#F55BEC
(245,91,236)
#F671EE
(246,113,238)
#F787F0
(247,135,240)
#F89DF2
(248,157,242)
#F9B3F4
(249,179,244)
#FAC9F6
(250,201,246)
#FBDFF8
(251,223,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F103E4 color. Also use rgb(241,3,228) instead hex code.

Text Font Color

.myTextColor { color: #F103E4; }

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

This text font color is #F103E4.


Background Color

.myBgColor { background-color: #F103E4; }

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

This div background color is #F103E4.


Border color

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

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

This div border color is #F103E4.


Opacity

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

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

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

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

This text has shadow with #F103E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F103E4 on black background.


Color preview on white background

This text has color #F103E4 on white background.



Black color preview on #F103E4 background

This text has black color on #F103E4 background.


White color preview on #F103E4 background

This text has white color on #F103E4 background.