COLOR #F75255

HEX: #F75255
RGB: (247,82,85)

Color info

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

RGB color model

#F75255 color RGB value is (247,82,85).

  • red value is 247;
  • green value is 82;
  • blue value is 85.
RGB:
(247,82,85)
(97%,32%,33%)

RGB channels and saturation

R 247 of 255 = 97%
G 82 of 255 = 32%
B 85 of 255 = 33%

247
82
85

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

Portions of RGB colors in percentages

R + G + B =
247 + 82 + 85 = 414 (100%)
R 247 of 414 ~ 59.66%
G 82 of 414 ~ 19.81%
B 85 of 414 ~ 20.53%

%59.66
%19.81
%20.53

CMYK color model

#F75255 color CMYK value is (0,67,66,3).

  • cyan value is 0.00%
  • magenta value is 66.80%
  • yellow value is 65.59%
  • key color value is 3.14%
CMYK:
(0,67,66,3)
C0M67Y66K3 
(0%,67%,66%,3%)
(0.00/0.67/0.66/0.03)	

CMYK percentages

%0
%66.8
%65.59
%3.14

Codes

Color #F75255 in popluar color models

F75255
RGB2478285
HSL359°91.16%64.51%
HSB/HSV359°66.80%96.86%
CMYK0.00%66.80%65.59%
3.14%

Color #F75255 in popluar number systems.

HEXF75255
Decimal2478285
Binary1111011110100101010101
Octal367122125

Shades and tints

Shades of #F75255

#F75255
(247,82,85)
#E14B4E
(225,75,78)
#CB4447
(203,68,71)
#B53D40
(181,61,64)
#9F3639
(159,54,57)
#892F32
(137,47,50)
#73282B
(115,40,43)
#5D2124
(93,33,36)
#471A1D
(71,26,29)
#311316
(49,19,22)
#1B0C0F
(27,12,15)
#000000
(0,0,0)

Tints of #F75255

#F75255
(247,82,85)
#F76164
(247,97,100)
#F77073
(247,112,115)
#F77F82
(247,127,130)
#F78E91
(247,142,145)
#F79DA0
(247,157,160)
#F7ACAF
(247,172,175)
#F7BBBE
(247,187,190)
#F7CACD
(247,202,205)
#F7D9DC
(247,217,220)
#F7E8EB
(247,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F75255 color. Also use rgb(247,82,85) instead hex code.

Text Font Color

.myTextColor { color: #F75255; }

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

This text font color is #F75255.


Background Color

.myBgColor { background-color: #F75255; }

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

This div background color is #F75255.


Border color

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

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

This div border color is #F75255.


Opacity

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

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

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

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

This text has shadow with #F75255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F75255 on black background.


Color preview on white background

This text has color #F75255 on white background.



Black color preview on #F75255 background

This text has black color on #F75255 background.


White color preview on #F75255 background

This text has white color on #F75255 background.