COLOR #F01983

HEX: #F01983 RGB: (240,25,131)

Color info

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

RGB color model

#F01983 color RGB value is (240,25,131).

RGB: (240,25,131) (94%, 10%, 51%)

RGB channels and saturation

R 240 of 255 = 94%
G 25 of 255 = 10%
B 131 of 255 = 51%

240
25
131

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

Portions of RGB colors in percentages

R + G + B = 240 + 25 + 131 = 396 (100%)
R 240 of 396 ~ 60.61%
G 25 of 396 ~ 6.31%
B 131 of 396 ~ 33.08'%

%60.61
%33.08

CMYK color model

#F01983 color CMYK value is (0,90,45,6).

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

CMYK: (0,90,45,6)
C0M90Y45K6 (0%, 90%, 45%, 6%)
(0.00 / 0.90 / 0.45 / 0.06)

CMYK percentages

%0
%89.58
%45.42
%5.88

Codes

Color #F01983 in popluar color models

F0 19 83
RGB 240 25 131
HSL 330° 87.76% 51.96%
HSB/HSV 330° 89.58% 94.12%
CMYK 0.00% 89.58% 45.42%
5.88%

Color #F01983 in popluar number systems.

HEX F0 19 83
Decimal 240 25 131
Binary 11110000 11001 10000011
Octal 360 31 203

Shades and tints

Shades of #F01983

#F01983
(240,25,131)
#DB1778
(219,23,120)
#C6156D
(198,21,109)
#B11362
(177,19,98)
#9C1157
(156,17,87)
#870F4C
(135,15,76)
#720D41
(114,13,65)
#5D0B36
(93,11,54)
#48092B
(72,9,43)
#330720
(51,7,32)
#1E0515
(30,5,21)
#000000
(0,0,0)

Tints of #F01983

#F01983
(240,25,131)
#F12D8E
(241,45,142)
#F24199
(242,65,153)
#F355A4
(243,85,164)
#F469AF
(244,105,175)
#F57DBA
(245,125,186)
#F691C5
(246,145,197)
#F7A5D0
(247,165,208)
#F8B9DB
(248,185,219)
#F9CDE6
(249,205,230)
#FAE1F1
(250,225,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F01983; }

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

This text font color is #F01983.

Background Color

.myBgColor { background-color: #F01983; }

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

This div background color is #F01983.

Border color

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

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

This div border color is #F01983.

Opacity

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

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

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

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

This text has shadow with #F01983 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F01983.

Preview

Color preview on black background

This text has color #F01983 on black background.


Color preview on white background

This text has color #F01983 on white background.


Black color preview on #F01983 background

This text has black color on #F01983 background.


White color preview on #F01983 background

This text has white color on #F01983 background.


Related colors

Complementary color

Complementary color for #hex is #0FE67C.


I love getcolorcode.com

Triadic colors

1 #83F019 and #1983F0 with #F01983 are triadic colors.

2 #8319F0 and #19F083 with #F01983 are triadic colors.