COLOR #F0199A

HEX: #F0199A RGB: (240,25,154)

Color info

#F0199A contains mainly red color. Web safe color of #F0199A is #FF0099 (or #F09).

RGB color model

#F0199A color RGB value is (240,25,154).

RGB: (240,25,154) (94%, 10%, 60%)

RGB channels and saturation

R 240 of 255 = 94%
G 25 of 255 = 10%
B 154 of 255 = 60%

240
25
154

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

Portions of RGB colors in percentages

R + G + B = 240 + 25 + 154 = 419 (100%)
R 240 of 419 ~ 57.28%
G 25 of 419 ~ 5.97%
B 154 of 419 ~ 36.75'%

%57.28
%36.75

CMYK color model

#F0199A color CMYK value is (0,90,36,6).

  • cyan value is 0.00%
  • magenta value is 89.58%
  • yellow value is 35.83%
  • key color value is 5.88%

CMYK: (0,90,36,6)
C0M90Y36K6 (0%, 90%, 36%, 6%)
(0.00 / 0.90 / 0.36 / 0.06)

CMYK percentages

%0
%89.58
%35.83
%5.88

Codes

Color #F0199A in popluar color models

F0 19 9A
RGB 240 25 154
HSL 324° 87.76% 51.96%
HSB/HSV 324° 89.58% 94.12%
CMYK 0.00% 89.58% 35.83%
5.88%

Color #F0199A in popluar number systems.

HEX F0 19 9A
Decimal 240 25 154
Binary 11110000 11001 10011010
Octal 360 31 232

Shades and tints

Shades of #F0199A

#F0199A
(240,25,154)
#DB178C
(219,23,140)
#C6157E
(198,21,126)
#B11370
(177,19,112)
#9C1162
(156,17,98)
#870F54
(135,15,84)
#720D46
(114,13,70)
#5D0B38
(93,11,56)
#48092A
(72,9,42)
#33071C
(51,7,28)
#1E050E
(30,5,14)
#000000
(0,0,0)

Tints of #F0199A

#F0199A
(240,25,154)
#F12DA3
(241,45,163)
#F241AC
(242,65,172)
#F355B5
(243,85,181)
#F469BE
(244,105,190)
#F57DC7
(245,125,199)
#F691D0
(246,145,208)
#F7A5D9
(247,165,217)
#F8B9E2
(248,185,226)
#F9CDEB
(249,205,235)
#FAE1F4
(250,225,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0199A color. Also use rgb(240,25,154) instead hex code.

Text Font Color

.myTextColor { color: #F0199A; }

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

This text font color is #F0199A.

Background Color

.myBgColor { background-color: #F0199A; }

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

This div background color is #F0199A.

Border color

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

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

This div border color is #F0199A.

Opacity

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

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

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

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

This text has shadow with #F0199A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F0199A.

Preview

Color preview on black background

This text has color #F0199A on black background.


Color preview on white background

This text has color #F0199A on white background.


Black color preview on #F0199A background

This text has black color on #F0199A background.


White color preview on #F0199A background

This text has white color on #F0199A background.


Related colors

Complementary color

Complementary color for #hex is #0FE665.


I love getcolorcode.com

Triadic colors

1 #9AF019 and #199AF0 with #F0199A are triadic colors.

2 #9A19F0 and #19F09A with #F0199A are triadic colors.