COLOR #F899F5

HEX: #F899F5
RGB: (248,153,245)

Color info

#F899F5 contains mainly red and blue colors. Web safe color of #F899F5 is #FF99FF (or #F9F).

RGB color model

#F899F5 color RGB value is (248,153,245).

  • red value is 248;
  • green value is 153;
  • blue value is 245.
RGB:
(248,153,245)
(97%,60%,96%)

RGB channels and saturation

R 248 of 255 = 97%
G 153 of 255 = 60%
B 245 of 255 = 96%

248
153
245

R + G + B ~ 84%. #F899F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 153 + 245 = 646 (100%)
R 248 of 646 ~ 38.39%
G 153 of 646 ~ 23.68%
B 245 of 646 ~ 37.93%

%38.39
%23.68
%37.93

CMYK color model

#F899F5 color CMYK value is (0,38,1,3).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 1.21%
  • key color value is 2.75%
CMYK:
(0,38,1,3)
C0M38Y1K3 
(0%,38%,1%,3%)
(0.00/0.38/0.01/0.03)	

CMYK percentages

%0
%38.31
%1.21
%2.75

Codes

Color #F899F5 in popluar color models

F899F5
RGB248153245
HSL302°87.16%78.63%
HSB/HSV302°38.31%97.25%
CMYK0.00%38.31%1.21%
2.75%

Color #F899F5 in popluar number systems.

HEXF899F5
Decimal248153245
Binary111110001001100111110101
Octal370231365

Shades and tints

Shades of #F899F5

#F899F5
(248,153,245)
#E28CDF
(226,140,223)
#CC7FC9
(204,127,201)
#B672B3
(182,114,179)
#A0659D
(160,101,157)
#8A5887
(138,88,135)
#744B71
(116,75,113)
#5E3E5B
(94,62,91)
#483145
(72,49,69)
#32242F
(50,36,47)
#1C1719
(28,23,25)
#000000
(0,0,0)

Tints of #F899F5

#F899F5
(248,153,245)
#F8A2F5
(248,162,245)
#F8ABF5
(248,171,245)
#F8B4F5
(248,180,245)
#F8BDF5
(248,189,245)
#F8C6F5
(248,198,245)
#F8CFF5
(248,207,245)
#F8D8F5
(248,216,245)
#F8E1F5
(248,225,245)
#F8EAF5
(248,234,245)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F899F5; }

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

This text font color is #F899F5.


Background Color

.myBgColor { background-color: #F899F5; }

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

This div background color is #F899F5.


Border color

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

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

This div border color is #F899F5.


Opacity

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

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

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

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

This text has shadow with #F899F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F899F5 on black background.


Color preview on white background

This text has color #F899F5 on white background.



Black color preview on #F899F5 background

This text has black color on #F899F5 background.


White color preview on #F899F5 background

This text has white color on #F899F5 background.