COLOR #F5AFAF

HEX: #F5AFAF
RGB: (245,175,175)

Color info

#F5AFAF contains mainly red color. Web safe color of #F5AFAF is #FF9999 (or #F99).

RGB color model

#F5AFAF color RGB value is (245,175,175).

  • red value is 245;
  • green value is 175;
  • blue value is 175.
RGB:
(245,175,175)
(96%,69%,69%)

RGB channels and saturation

R 245 of 255 = 96%
G 175 of 255 = 69%
B 175 of 255 = 69%

245
175
175

R + G + B ~ 78%. #F5AFAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 175 + 175 = 595 (100%)
R 245 of 595 ~ 41.18%
G 175 of 595 ~ 29.41%
B 175 of 595 ~ 29.41%

%41.18
%29.41
%29.41

CMYK color model

#F5AFAF color CMYK value is (0,29,29,4).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 28.57%
  • key color value is 3.92%
CMYK:
(0,29,29,4)
C0M29Y29K4 
(0%,29%,29%,4%)
(0.00/0.29/0.29/0.04)	

CMYK percentages

%0
%28.57
%28.57
%3.92

Codes

Color #F5AFAF in popluar color models

F5AFAF
RGB245175175
HSL77.78%82.35%
HSB/HSV28.57%96.08%
CMYK0.00%28.57%28.57%
3.92%

Color #F5AFAF in popluar number systems.

HEXF5AFAF
Decimal245175175
Binary111101011010111110101111
Octal365257257

Shades and tints

Shades of #F5AFAF

#F5AFAF
(245,175,175)
#DFA0A0
(223,160,160)
#C99191
(201,145,145)
#B38282
(179,130,130)
#9D7373
(157,115,115)
#876464
(135,100,100)
#715555
(113,85,85)
#5B4646
(91,70,70)
#453737
(69,55,55)
#2F2828
(47,40,40)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #F5AFAF

#F5AFAF
(245,175,175)
#F5B6B6
(245,182,182)
#F5BDBD
(245,189,189)
#F5C4C4
(245,196,196)
#F5CBCB
(245,203,203)
#F5D2D2
(245,210,210)
#F5D9D9
(245,217,217)
#F5E0E0
(245,224,224)
#F5E7E7
(245,231,231)
#F5EEEE
(245,238,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5AFAF color. Also use rgb(245,175,175) instead hex code.

Text Font Color

.myTextColor { color: #F5AFAF; }

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

This text font color is #F5AFAF.


Background Color

.myBgColor { background-color: #F5AFAF; }

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

This div background color is #F5AFAF.


Border color

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

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

This div border color is #F5AFAF.


Opacity

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

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

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

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

This text has shadow with #F5AFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5AFAF on black background.


Color preview on white background

This text has color #F5AFAF on white background.



Black color preview on #F5AFAF background

This text has black color on #F5AFAF background.


White color preview on #F5AFAF background

This text has white color on #F5AFAF background.