COLOR #F02363

HEX: #F02363
RGB: (240,35,99)

Color info

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

RGB color model

#F02363 color RGB value is (240,35,99).

  • red value is 240;
  • green value is 35;
  • blue value is 99.
RGB:
(240,35,99)
(94%,14%,39%)

RGB channels and saturation

R 240 of 255 = 94%
G 35 of 255 = 14%
B 99 of 255 = 39%

240
35
99

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

Portions of RGB colors in percentages

R + G + B =
240 + 35 + 99 = 374 (100%)
R 240 of 374 ~ 64.17%
G 35 of 374 ~ 9.36%
B 99 of 374 ~ 26.47%

%64.17
%26.47

CMYK color model

#F02363 color CMYK value is (0,85,59,6).

  • cyan value is 0.00%
  • magenta value is 85.42%
  • yellow value is 58.75%
  • key color value is 5.88%
CMYK:
(0,85,59,6)
C0M85Y59K6 
(0%,85%,59%,6%)
(0.00/0.85/0.59/0.06)	

CMYK percentages

%0
%85.42
%58.75
%5.88

Codes

Color #F02363 in popluar color models

F02363
RGB2403599
HSL341°87.23%53.92%
HSB/HSV341°85.42%94.12%
CMYK0.00%85.42%58.75%
5.88%

Color #F02363 in popluar number systems.

HEXF02363
Decimal2403599
Binary111100001000111100011
Octal36043143

Shades and tints

Shades of #F02363

#F02363
(240,35,99)
#DB205A
(219,32,90)
#C61D51
(198,29,81)
#B11A48
(177,26,72)
#9C173F
(156,23,63)
#871436
(135,20,54)
#72112D
(114,17,45)
#5D0E24
(93,14,36)
#480B1B
(72,11,27)
#330812
(51,8,18)
#1E0509
(30,5,9)
#000000
(0,0,0)

Tints of #F02363

#F02363
(240,35,99)
#F13771
(241,55,113)
#F24B7F
(242,75,127)
#F35F8D
(243,95,141)
#F4739B
(244,115,155)
#F587A9
(245,135,169)
#F69BB7
(246,155,183)
#F7AFC5
(247,175,197)
#F8C3D3
(248,195,211)
#F9D7E1
(249,215,225)
#FAEBEF
(250,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F02363 color. Also use rgb(240,35,99) instead hex code.

Text Font Color

.myTextColor { color: #F02363; }

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

This text font color is #F02363.


Background Color

.myBgColor { background-color: #F02363; }

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

This div background color is #F02363.


Border color

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

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

This div border color is #F02363.


Opacity

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

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

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

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

This text has shadow with #F02363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F02363 on black background.


Color preview on white background

This text has color #F02363 on white background.



Black color preview on #F02363 background

This text has black color on #F02363 background.


White color preview on #F02363 background

This text has white color on #F02363 background.