COLOR #F68190

HEX: #F68190
RGB: (246,129,144)

Color info

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

RGB color model

#F68190 color RGB value is (246,129,144).

  • red value is 246;
  • green value is 129;
  • blue value is 144.
RGB:
(246,129,144)
(96%,51%,56%)

RGB channels and saturation

R 246 of 255 = 96%
G 129 of 255 = 51%
B 144 of 255 = 56%

246
129
144

R + G + B ~ 68%. #F68190 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 129 + 144 = 519 (100%)
R 246 of 519 ~ 47.4%
G 129 of 519 ~ 24.86%
B 144 of 519 ~ 27.75%

%47.4
%24.86
%27.75

CMYK color model

#F68190 color CMYK value is (0,48,41,4).

  • cyan value is 0.00%
  • magenta value is 47.56%
  • yellow value is 41.46%
  • key color value is 3.53%
CMYK:
(0,48,41,4)
C0M48Y41K4 
(0%,48%,41%,4%)
(0.00/0.48/0.41/0.04)	

CMYK percentages

%0
%47.56
%41.46
%3.53

Codes

Color #F68190 in popluar color models

F68190
RGB246129144
HSL352°86.67%73.53%
HSB/HSV352°47.56%96.47%
CMYK0.00%47.56%41.46%
3.53%

Color #F68190 in popluar number systems.

HEXF68190
Decimal246129144
Binary111101101000000110010000
Octal366201220

Shades and tints

Shades of #F68190

#F68190
(246,129,144)
#E07683
(224,118,131)
#CA6B76
(202,107,118)
#B46069
(180,96,105)
#9E555C
(158,85,92)
#884A4F
(136,74,79)
#723F42
(114,63,66)
#5C3435
(92,52,53)
#462928
(70,41,40)
#301E1B
(48,30,27)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #F68190

#F68190
(246,129,144)
#F68C9A
(246,140,154)
#F697A4
(246,151,164)
#F6A2AE
(246,162,174)
#F6ADB8
(246,173,184)
#F6B8C2
(246,184,194)
#F6C3CC
(246,195,204)
#F6CED6
(246,206,214)
#F6D9E0
(246,217,224)
#F6E4EA
(246,228,234)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F68190 color. Also use rgb(246,129,144) instead hex code.

Text Font Color

.myTextColor { color: #F68190; }

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

This text font color is #F68190.


Background Color

.myBgColor { background-color: #F68190; }

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

This div background color is #F68190.


Border color

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

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

This div border color is #F68190.


Opacity

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

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

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

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

This text has shadow with #F68190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F68190 on black background.


Color preview on white background

This text has color #F68190 on white background.



Black color preview on #F68190 background

This text has black color on #F68190 background.


White color preview on #F68190 background

This text has white color on #F68190 background.