COLOR #F35363

HEX: #F35363
RGB: (243,83,99)

Color info

#F35363 contains mainly red color. Web safe color of #F35363 is #FF6666 (or #F66).

RGB color model

#F35363 color RGB value is (243,83,99).

  • red value is 243;
  • green value is 83;
  • blue value is 99.
RGB:
(243,83,99)
(95%,33%,39%)

RGB channels and saturation

R 243 of 255 = 95%
G 83 of 255 = 33%
B 99 of 255 = 39%

243
83
99

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

Portions of RGB colors in percentages

R + G + B =
243 + 83 + 99 = 425 (100%)
R 243 of 425 ~ 57.18%
G 83 of 425 ~ 19.53%
B 99 of 425 ~ 23.29%

%57.18
%19.53
%23.29

CMYK color model

#F35363 color CMYK value is (0,66,59,5).

  • cyan value is 0.00%
  • magenta value is 65.84%
  • yellow value is 59.26%
  • key color value is 4.71%
CMYK:
(0,66,59,5)
C0M66Y59K5 
(0%,66%,59%,5%)
(0.00/0.66/0.59/0.05)	

CMYK percentages

%0
%65.84
%59.26
%4.71

Codes

Color #F35363 in popluar color models

F35363
RGB2438399
HSL354°86.96%63.92%
HSB/HSV354°65.84%95.29%
CMYK0.00%65.84%59.26%
4.71%

Color #F35363 in popluar number systems.

HEXF35363
Decimal2438399
Binary1111001110100111100011
Octal363123143

Shades and tints

Shades of #F35363

#F35363
(243,83,99)
#DD4C5A
(221,76,90)
#C74551
(199,69,81)
#B13E48
(177,62,72)
#9B373F
(155,55,63)
#853036
(133,48,54)
#6F292D
(111,41,45)
#592224
(89,34,36)
#431B1B
(67,27,27)
#2D1412
(45,20,18)
#170D09
(23,13,9)
#000000
(0,0,0)

Tints of #F35363

#F35363
(243,83,99)
#F46271
(244,98,113)
#F5717F
(245,113,127)
#F6808D
(246,128,141)
#F78F9B
(247,143,155)
#F89EA9
(248,158,169)
#F9ADB7
(249,173,183)
#FABCC5
(250,188,197)
#FBCBD3
(251,203,211)
#FCDAE1
(252,218,225)
#FDE9EF
(253,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F35363 color. Also use rgb(243,83,99) instead hex code.

Text Font Color

.myTextColor { color: #F35363; }

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

This text font color is #F35363.


Background Color

.myBgColor { background-color: #F35363; }

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

This div background color is #F35363.


Border color

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

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

This div border color is #F35363.


Opacity

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

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

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

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

This text has shadow with #F35363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F35363 on black background.


Color preview on white background

This text has color #F35363 on white background.



Black color preview on #F35363 background

This text has black color on #F35363 background.


White color preview on #F35363 background

This text has white color on #F35363 background.