COLOR #F090F2

HEX: #F090F2
RGB: (240,144,242)

Color info

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

RGB color model

#F090F2 color RGB value is (240,144,242).

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

RGB channels and saturation

R 240 of 255 = 94%
G 144 of 255 = 56%
B 242 of 255 = 95%

240
144
242

R + G + B ~ 82%. #F090F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 144 + 242 = 626 (100%)
R 240 of 626 ~ 38.34%
G 144 of 626 ~ 23%
B 242 of 626 ~ 38.66%

%38.34
%23
%38.66

CMYK color model

#F090F2 color CMYK value is (1,40,0,5).

  • cyan value is 0.83%
  • magenta value is 40.50%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(1,40,0,5)
C1M40Y0K5 
(1%,40%,0%,5%)
(0.01/0.40/0.00/0.05)	

CMYK percentages

%0.83
%40.5
%0
%5.1

Codes

Color #F090F2 in popluar color models

F090F2
RGB240144242
HSL299°79.03%75.69%
HSB/HSV299°40.50%94.90%
CMYK0.83%40.50%0.00%
5.10%

Color #F090F2 in popluar number systems.

HEXF090F2
Decimal240144242
Binary111100001001000011110010
Octal360220362

Shades and tints

Shades of #F090F2

#F090F2
(240,144,242)
#DB83DC
(219,131,220)
#C676C6
(198,118,198)
#B169B0
(177,105,176)
#9C5C9A
(156,92,154)
#874F84
(135,79,132)
#72426E
(114,66,110)
#5D3558
(93,53,88)
#482842
(72,40,66)
#331B2C
(51,27,44)
#1E0E16
(30,14,22)
#000000
(0,0,0)

Tints of #F090F2

#F090F2
(240,144,242)
#F19AF3
(241,154,243)
#F2A4F4
(242,164,244)
#F3AEF5
(243,174,245)
#F4B8F6
(244,184,246)
#F5C2F7
(245,194,247)
#F6CCF8
(246,204,248)
#F7D6F9
(247,214,249)
#F8E0FA
(248,224,250)
#F9EAFB
(249,234,251)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F090F2; }

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

This text font color is #F090F2.


Background Color

.myBgColor { background-color: #F090F2; }

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

This div background color is #F090F2.


Border color

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

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

This div border color is #F090F2.


Opacity

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

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

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

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

This text has shadow with #F090F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F090F2 on black background.


Color preview on white background

This text has color #F090F2 on white background.



Black color preview on #F090F2 background

This text has black color on #F090F2 background.


White color preview on #F090F2 background

This text has white color on #F090F2 background.