COLOR #F45375

HEX: #F45375
RGB: (244,83,117)

Color info

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

RGB color model

#F45375 color RGB value is (244,83,117).

  • red value is 244;
  • green value is 83;
  • blue value is 117.
RGB:
(244,83,117)
(96%,33%,46%)

RGB channels and saturation

R 244 of 255 = 96%
G 83 of 255 = 33%
B 117 of 255 = 46%

244
83
117

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

Portions of RGB colors in percentages

R + G + B =
244 + 83 + 117 = 444 (100%)
R 244 of 444 ~ 54.95%
G 83 of 444 ~ 18.69%
B 117 of 444 ~ 26.35%

%54.95
%18.69
%26.35

CMYK color model

#F45375 color CMYK value is (0,66,52,4).

  • cyan value is 0.00%
  • magenta value is 65.98%
  • yellow value is 52.05%
  • key color value is 4.31%
CMYK:
(0,66,52,4)
C0M66Y52K4 
(0%,66%,52%,4%)
(0.00/0.66/0.52/0.04)	

CMYK percentages

%0
%65.98
%52.05
%4.31

Codes

Color #F45375 in popluar color models

F45375
RGB24483117
HSL347°87.98%64.12%
HSB/HSV347°65.98%95.69%
CMYK0.00%65.98%52.05%
4.31%

Color #F45375 in popluar number systems.

HEXF45375
Decimal24483117
Binary1111010010100111110101
Octal364123165

Shades and tints

Shades of #F45375

#F45375
(244,83,117)
#DE4C6B
(222,76,107)
#C84561
(200,69,97)
#B23E57
(178,62,87)
#9C374D
(156,55,77)
#863043
(134,48,67)
#702939
(112,41,57)
#5A222F
(90,34,47)
#441B25
(68,27,37)
#2E141B
(46,20,27)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #F45375

#F45375
(244,83,117)
#F56281
(245,98,129)
#F6718D
(246,113,141)
#F78099
(247,128,153)
#F88FA5
(248,143,165)
#F99EB1
(249,158,177)
#FAADBD
(250,173,189)
#FBBCC9
(251,188,201)
#FCCBD5
(252,203,213)
#FDDAE1
(253,218,225)
#FEE9ED
(254,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F45375 color. Also use rgb(244,83,117) instead hex code.

Text Font Color

.myTextColor { color: #F45375; }

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

This text font color is #F45375.


Background Color

.myBgColor { background-color: #F45375; }

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

This div background color is #F45375.


Border color

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

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

This div border color is #F45375.


Opacity

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

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

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

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

This text has shadow with #F45375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F45375 on black background.


Color preview on white background

This text has color #F45375 on white background.



Black color preview on #F45375 background

This text has black color on #F45375 background.


White color preview on #F45375 background

This text has white color on #F45375 background.