COLOR #F03199

HEX: #F03199
RGB: (240,49,153)

Color info

#F03199 contains mainly red color. Web safe color of #F03199 is #FF3399 (or #F39).

RGB color model

#F03199 color RGB value is (240,49,153).

  • red value is 240;
  • green value is 49;
  • blue value is 153.
RGB:
(240,49,153)
(94%,19%,60%)

RGB channels and saturation

R 240 of 255 = 94%
G 49 of 255 = 19%
B 153 of 255 = 60%

240
49
153

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

Portions of RGB colors in percentages

R + G + B =
240 + 49 + 153 = 442 (100%)
R 240 of 442 ~ 54.3%
G 49 of 442 ~ 11.09%
B 153 of 442 ~ 34.62%

%54.3
%11.09
%34.62

CMYK color model

#F03199 color CMYK value is (0,80,36,6).

  • cyan value is 0.00%
  • magenta value is 79.58%
  • yellow value is 36.25%
  • key color value is 5.88%
CMYK:
(0,80,36,6)
C0M80Y36K6 
(0%,80%,36%,6%)
(0.00/0.80/0.36/0.06)	

CMYK percentages

%0
%79.58
%36.25
%5.88

Codes

Color #F03199 in popluar color models

F03199
RGB24049153
HSL327°86.43%56.67%
HSB/HSV327°79.58%94.12%
CMYK0.00%79.58%36.25%
5.88%

Color #F03199 in popluar number systems.

HEXF03199
Decimal24049153
Binary1111000011000110011001
Octal36061231

Shades and tints

Shades of #F03199

#F03199
(240,49,153)
#DB2D8C
(219,45,140)
#C6297F
(198,41,127)
#B12572
(177,37,114)
#9C2165
(156,33,101)
#871D58
(135,29,88)
#72194B
(114,25,75)
#5D153E
(93,21,62)
#481131
(72,17,49)
#330D24
(51,13,36)
#1E0917
(30,9,23)
#000000
(0,0,0)

Tints of #F03199

#F03199
(240,49,153)
#F143A2
(241,67,162)
#F255AB
(242,85,171)
#F367B4
(243,103,180)
#F479BD
(244,121,189)
#F58BC6
(245,139,198)
#F69DCF
(246,157,207)
#F7AFD8
(247,175,216)
#F8C1E1
(248,193,225)
#F9D3EA
(249,211,234)
#FAE5F3
(250,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F03199 color. Also use rgb(240,49,153) instead hex code.

Text Font Color

.myTextColor { color: #F03199; }

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

This text font color is #F03199.


Background Color

.myBgColor { background-color: #F03199; }

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

This div background color is #F03199.


Border color

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

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

This div border color is #F03199.


Opacity

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

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

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

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

This text has shadow with #F03199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F03199 on black background.


Color preview on white background

This text has color #F03199 on white background.



Black color preview on #F03199 background

This text has black color on #F03199 background.


White color preview on #F03199 background

This text has white color on #F03199 background.