COLOR #FF9288

HEX: #FF9288
RGB: (255,146,136)

Color info

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

RGB color model

#FF9288 color RGB value is (255,146,136).

  • red value is 255;
  • green value is 146;
  • blue value is 136.
RGB:
(255,146,136)
(100%,57%,53%)

RGB channels and saturation

R 255 of 255 = 100%
G 146 of 255 = 57%
B 136 of 255 = 53%

255
146
136

R + G + B ~ 70%. #FF9288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
255 + 146 + 136 = 537 (100%)
R 255 of 537 ~ 47.49%
G 146 of 537 ~ 27.19%
B 136 of 537 ~ 25.33%

%47.49
%27.19
%25.33

CMYK color model

#FF9288 color CMYK value is (0,43,47,0).

  • cyan value is 0.00%
  • magenta value is 42.75%
  • yellow value is 46.67%
  • key color value is 0.00%
CMYK:
(0,43,47,0)
C0M43Y47K0 
(0%,43%,47%,0%)
(0.00/0.43/0.47/0.00)	

CMYK percentages

%0
%42.75
%46.67
%0

Codes

Color #FF9288 in popluar color models

FF9288
RGB255146136
HSL100.00%76.67%
HSB/HSV46.67%100.00%
CMYK0.00%42.75%46.67%
0.00%

Color #FF9288 in popluar number systems.

HEXFF9288
Decimal255146136
Binary111111111001001010001000
Octal377222210

Shades and tints

Shades of #FF9288

#FF9288
(255,146,136)
#E8857C
(232,133,124)
#D17870
(209,120,112)
#BA6B64
(186,107,100)
#A35E58
(163,94,88)
#8C514C
(140,81,76)
#754440
(117,68,64)
#5E3734
(94,55,52)
#472A28
(71,42,40)
#301D1C
(48,29,28)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #FF9288

#FF9288
(255,146,136)
#FF9B92
(255,155,146)
#FFA49C
(255,164,156)
#FFADA6
(255,173,166)
#FFB6B0
(255,182,176)
#FFBFBA
(255,191,186)
#FFC8C4
(255,200,196)
#FFD1CE
(255,209,206)
#FFDAD8
(255,218,216)
#FFE3E2
(255,227,226)
#FFECEC
(255,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF9288 color. Also use rgb(255,146,136) instead hex code.

Text Font Color

.myTextColor { color: #FF9288; }

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

This text font color is #FF9288.


Background Color

.myBgColor { background-color: #FF9288; }

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

This div background color is #FF9288.


Border color

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

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

This div border color is #FF9288.


Opacity

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

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

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

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

This text has shadow with #FF9288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF9288 on black background.


Color preview on white background

This text has color #FF9288 on white background.



Black color preview on #FF9288 background

This text has black color on #FF9288 background.


White color preview on #FF9288 background

This text has white color on #FF9288 background.