COLOR #F298F0

HEX: #F298F0
RGB: (242,152,240)

Color info

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

RGB color model

#F298F0 color RGB value is (242,152,240).

  • red value is 242;
  • green value is 152;
  • blue value is 240.
RGB:
(242,152,240)
(95%,60%,94%)

RGB channels and saturation

R 242 of 255 = 95%
G 152 of 255 = 60%
B 240 of 255 = 94%

242
152
240

R + G + B ~ 83%. #F298F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 152 + 240 = 634 (100%)
R 242 of 634 ~ 38.17%
G 152 of 634 ~ 23.97%
B 240 of 634 ~ 37.85%

%38.17
%23.97
%37.85

CMYK color model

#F298F0 color CMYK value is (0,37,1,5).

  • cyan value is 0.00%
  • magenta value is 37.19%
  • yellow value is 0.83%
  • key color value is 5.10%
CMYK:
(0,37,1,5)
C0M37Y1K5 
(0%,37%,1%,5%)
(0.00/0.37/0.01/0.05)	

CMYK percentages

%0
%37.19
%0.83
%5.1

Codes

Color #F298F0 in popluar color models

F298F0
RGB242152240
HSL301°77.59%77.25%
HSB/HSV301°37.19%94.90%
CMYK0.00%37.19%0.83%
5.10%

Color #F298F0 in popluar number systems.

HEXF298F0
Decimal242152240
Binary111100101001100011110000
Octal362230360

Shades and tints

Shades of #F298F0

#F298F0
(242,152,240)
#DC8BDB
(220,139,219)
#C67EC6
(198,126,198)
#B071B1
(176,113,177)
#9A649C
(154,100,156)
#845787
(132,87,135)
#6E4A72
(110,74,114)
#583D5D
(88,61,93)
#423048
(66,48,72)
#2C2333
(44,35,51)
#16161E
(22,22,30)
#000000
(0,0,0)

Tints of #F298F0

#F298F0
(242,152,240)
#F3A1F1
(243,161,241)
#F4AAF2
(244,170,242)
#F5B3F3
(245,179,243)
#F6BCF4
(246,188,244)
#F7C5F5
(247,197,245)
#F8CEF6
(248,206,246)
#F9D7F7
(249,215,247)
#FAE0F8
(250,224,248)
#FBE9F9
(251,233,249)
#FCF2FA
(252,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F298F0 color. Also use rgb(242,152,240) instead hex code.

Text Font Color

.myTextColor { color: #F298F0; }

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

This text font color is #F298F0.


Background Color

.myBgColor { background-color: #F298F0; }

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

This div background color is #F298F0.


Border color

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

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

This div border color is #F298F0.


Opacity

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

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

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

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

This text has shadow with #F298F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F298F0 on black background.


Color preview on white background

This text has color #F298F0 on white background.



Black color preview on #F298F0 background

This text has black color on #F298F0 background.


White color preview on #F298F0 background

This text has white color on #F298F0 background.