COLOR #F02B74

HEX: #F02B74
RGB: (240,43,116)

Color info

#F02B74 contains mainly red color. Web safe color of #F02B74 is #FF3366 (or #F36).

RGB color model

#F02B74 color RGB value is (240,43,116).

  • red value is 240;
  • green value is 43;
  • blue value is 116.
RGB:
(240,43,116)
(94%,17%,45%)

RGB channels and saturation

R 240 of 255 = 94%
G 43 of 255 = 17%
B 116 of 255 = 45%

240
43
116

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

Portions of RGB colors in percentages

R + G + B =
240 + 43 + 116 = 399 (100%)
R 240 of 399 ~ 60.15%
G 43 of 399 ~ 10.78%
B 116 of 399 ~ 29.07%

%60.15
%10.78
%29.07

CMYK color model

#F02B74 color CMYK value is (0,82,52,6).

  • cyan value is 0.00%
  • magenta value is 82.08%
  • yellow value is 51.67%
  • key color value is 5.88%
CMYK:
(0,82,52,6)
C0M82Y52K6 
(0%,82%,52%,6%)
(0.00/0.82/0.52/0.06)	

CMYK percentages

%0
%82.08
%51.67
%5.88

Codes

Color #F02B74 in popluar color models

F02B74
RGB24043116
HSL338°86.78%55.49%
HSB/HSV338°82.08%94.12%
CMYK0.00%82.08%51.67%
5.88%

Color #F02B74 in popluar number systems.

HEXF02B74
Decimal24043116
Binary111100001010111110100
Octal36053164

Shades and tints

Shades of #F02B74

#F02B74
(240,43,116)
#DB286A
(219,40,106)
#C62560
(198,37,96)
#B12256
(177,34,86)
#9C1F4C
(156,31,76)
#871C42
(135,28,66)
#721938
(114,25,56)
#5D162E
(93,22,46)
#481324
(72,19,36)
#33101A
(51,16,26)
#1E0D10
(30,13,16)
#000000
(0,0,0)

Tints of #F02B74

#F02B74
(240,43,116)
#F13E80
(241,62,128)
#F2518C
(242,81,140)
#F36498
(243,100,152)
#F477A4
(244,119,164)
#F58AB0
(245,138,176)
#F69DBC
(246,157,188)
#F7B0C8
(247,176,200)
#F8C3D4
(248,195,212)
#F9D6E0
(249,214,224)
#FAE9EC
(250,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F02B74 color. Also use rgb(240,43,116) instead hex code.

Text Font Color

.myTextColor { color: #F02B74; }

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

This text font color is #F02B74.


Background Color

.myBgColor { background-color: #F02B74; }

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

This div background color is #F02B74.


Border color

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

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

This div border color is #F02B74.


Opacity

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

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

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

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

This text has shadow with #F02B74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F02B74 on black background.


Color preview on white background

This text has color #F02B74 on white background.



Black color preview on #F02B74 background

This text has black color on #F02B74 background.


White color preview on #F02B74 background

This text has white color on #F02B74 background.