COLOR #F799F1

HEX: #F799F1
RGB: (247,153,241)

Color info

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

RGB color model

#F799F1 color RGB value is (247,153,241).

  • red value is 247;
  • green value is 153;
  • blue value is 241.
RGB:
(247,153,241)
(97%,60%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 153 of 255 = 60%
B 241 of 255 = 95%

247
153
241

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

Portions of RGB colors in percentages

R + G + B =
247 + 153 + 241 = 641 (100%)
R 247 of 641 ~ 38.53%
G 153 of 641 ~ 23.87%
B 241 of 641 ~ 37.6%

%38.53
%23.87
%37.6

CMYK color model

#F799F1 color CMYK value is (0,38,2,3).

  • cyan value is 0.00%
  • magenta value is 38.06%
  • yellow value is 2.43%
  • key color value is 3.14%
CMYK:
(0,38,2,3)
C0M38Y2K3 
(0%,38%,2%,3%)
(0.00/0.38/0.02/0.03)	

CMYK percentages

%0
%38.06
%2.43
%3.14

Codes

Color #F799F1 in popluar color models

F799F1
RGB247153241
HSL304°85.45%78.43%
HSB/HSV304°38.06%96.86%
CMYK0.00%38.06%2.43%
3.14%

Color #F799F1 in popluar number systems.

HEXF799F1
Decimal247153241
Binary111101111001100111110001
Octal367231361

Shades and tints

Shades of #F799F1

#F799F1
(247,153,241)
#E18CDC
(225,140,220)
#CB7FC7
(203,127,199)
#B572B2
(181,114,178)
#9F659D
(159,101,157)
#895888
(137,88,136)
#734B73
(115,75,115)
#5D3E5E
(93,62,94)
#473149
(71,49,73)
#312434
(49,36,52)
#1B171F
(27,23,31)
#000000
(0,0,0)

Tints of #F799F1

#F799F1
(247,153,241)
#F7A2F2
(247,162,242)
#F7ABF3
(247,171,243)
#F7B4F4
(247,180,244)
#F7BDF5
(247,189,245)
#F7C6F6
(247,198,246)
#F7CFF7
(247,207,247)
#F7D8F8
(247,216,248)
#F7E1F9
(247,225,249)
#F7EAFA
(247,234,250)
#F7F3FB
(247,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F799F1 color. Also use rgb(247,153,241) instead hex code.

Text Font Color

.myTextColor { color: #F799F1; }

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

This text font color is #F799F1.


Background Color

.myBgColor { background-color: #F799F1; }

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

This div background color is #F799F1.


Border color

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

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

This div border color is #F799F1.


Opacity

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

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

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

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

This text has shadow with #F799F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F799F1 on black background.


Color preview on white background

This text has color #F799F1 on white background.



Black color preview on #F799F1 background

This text has black color on #F799F1 background.


White color preview on #F799F1 background

This text has white color on #F799F1 background.