COLOR #F08AF4

HEX: #F08AF4
RGB: (240,138,244)

Color info

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

RGB color model

#F08AF4 color RGB value is (240,138,244).

  • red value is 240;
  • green value is 138;
  • blue value is 244.
RGB:
(240,138,244)
(94%,54%,96%)

RGB channels and saturation

R 240 of 255 = 94%
G 138 of 255 = 54%
B 244 of 255 = 96%

240
138
244

R + G + B ~ 81%. #F08AF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 138 + 244 = 622 (100%)
R 240 of 622 ~ 38.59%
G 138 of 622 ~ 22.19%
B 244 of 622 ~ 39.23%

%38.59
%22.19
%39.23

CMYK color model

#F08AF4 color CMYK value is (2,43,0,4).

  • cyan value is 1.64%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(2,43,0,4)
C2M43Y0K4 
(2%,43%,0%,4%)
(0.02/0.43/0.00/0.04)	

CMYK percentages

%1.64
%43.44
%0
%4.31

Codes

Color #F08AF4 in popluar color models

F08AF4
RGB240138244
HSL298°82.81%74.90%
HSB/HSV298°43.44%95.69%
CMYK1.64%43.44%0.00%
4.31%

Color #F08AF4 in popluar number systems.

HEXF08AF4
Decimal240138244
Binary111100001000101011110100
Octal360212364

Shades and tints

Shades of #F08AF4

#F08AF4
(240,138,244)
#DB7EDE
(219,126,222)
#C672C8
(198,114,200)
#B166B2
(177,102,178)
#9C5A9C
(156,90,156)
#874E86
(135,78,134)
#724270
(114,66,112)
#5D365A
(93,54,90)
#482A44
(72,42,68)
#331E2E
(51,30,46)
#1E1218
(30,18,24)
#000000
(0,0,0)

Tints of #F08AF4

#F08AF4
(240,138,244)
#F194F5
(241,148,245)
#F29EF6
(242,158,246)
#F3A8F7
(243,168,247)
#F4B2F8
(244,178,248)
#F5BCF9
(245,188,249)
#F6C6FA
(246,198,250)
#F7D0FB
(247,208,251)
#F8DAFC
(248,218,252)
#F9E4FD
(249,228,253)
#FAEEFE
(250,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F08AF4 color. Also use rgb(240,138,244) instead hex code.

Text Font Color

.myTextColor { color: #F08AF4; }

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

This text font color is #F08AF4.


Background Color

.myBgColor { background-color: #F08AF4; }

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

This div background color is #F08AF4.


Border color

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

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

This div border color is #F08AF4.


Opacity

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

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

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

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

This text has shadow with #F08AF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F08AF4 on black background.


Color preview on white background

This text has color #F08AF4 on white background.



Black color preview on #F08AF4 background

This text has black color on #F08AF4 background.


White color preview on #F08AF4 background

This text has white color on #F08AF4 background.