COLOR #F388AB

HEX: #F388AB
RGB: (243,136,171)

Color info

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

RGB color model

#F388AB color RGB value is (243,136,171).

  • red value is 243;
  • green value is 136;
  • blue value is 171.
RGB:
(243,136,171)
(95%,53%,67%)

RGB channels and saturation

R 243 of 255 = 95%
G 136 of 255 = 53%
B 171 of 255 = 67%

243
136
171

R + G + B ~ 72%. #F388AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
243 + 136 + 171 = 550 (100%)
R 243 of 550 ~ 44.18%
G 136 of 550 ~ 24.73%
B 171 of 550 ~ 31.09%

%44.18
%24.73
%31.09

CMYK color model

#F388AB color CMYK value is (0,44,30,5).

  • cyan value is 0.00%
  • magenta value is 44.03%
  • yellow value is 29.63%
  • key color value is 4.71%
CMYK:
(0,44,30,5)
C0M44Y30K5 
(0%,44%,30%,5%)
(0.00/0.44/0.30/0.05)	

CMYK percentages

%0
%44.03
%29.63
%4.71

Codes

Color #F388AB in popluar color models

F388AB
RGB243136171
HSL340°81.68%74.31%
HSB/HSV340°44.03%95.29%
CMYK0.00%44.03%29.63%
4.71%

Color #F388AB in popluar number systems.

HEXF388AB
Decimal243136171
Binary111100111000100010101011
Octal363210253

Shades and tints

Shades of #F388AB

#F388AB
(243,136,171)
#DD7C9C
(221,124,156)
#C7708D
(199,112,141)
#B1647E
(177,100,126)
#9B586F
(155,88,111)
#854C60
(133,76,96)
#6F4051
(111,64,81)
#593442
(89,52,66)
#432833
(67,40,51)
#2D1C24
(45,28,36)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #F388AB

#F388AB
(243,136,171)
#F492B2
(244,146,178)
#F59CB9
(245,156,185)
#F6A6C0
(246,166,192)
#F7B0C7
(247,176,199)
#F8BACE
(248,186,206)
#F9C4D5
(249,196,213)
#FACEDC
(250,206,220)
#FBD8E3
(251,216,227)
#FCE2EA
(252,226,234)
#FDECF1
(253,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F388AB color. Also use rgb(243,136,171) instead hex code.

Text Font Color

.myTextColor { color: #F388AB; }

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

This text font color is #F388AB.


Background Color

.myBgColor { background-color: #F388AB; }

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

This div background color is #F388AB.


Border color

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

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

This div border color is #F388AB.


Opacity

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

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

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

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

This text has shadow with #F388AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F388AB on black background.


Color preview on white background

This text has color #F388AB on white background.



Black color preview on #F388AB background

This text has black color on #F388AB background.


White color preview on #F388AB background

This text has white color on #F388AB background.