COLOR #F00ACF

HEX: #F00ACF
RGB: (240,10,207)

Color info

#F00ACF contains mainly red and blue colors. Web safe color of #F00ACF is #FF00CC (or #F0C).

RGB color model

#F00ACF color RGB value is (240,10,207).

  • red value is 240;
  • green value is 10;
  • blue value is 207.
RGB:
(240,10,207)
(94%,4%,81%)

RGB channels and saturation

R 240 of 255 = 94%
G 10 of 255 = 4%
B 207 of 255 = 81%

240
10
207

R + G + B ~ 60%. #F00ACF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
240 + 10 + 207 = 457 (100%)
R 240 of 457 ~ 52.52%
G 10 of 457 ~ 2.19%
B 207 of 457 ~ 45.3%

%52.52
%45.3

CMYK color model

#F00ACF color CMYK value is (0,96,14,6).

  • cyan value is 0.00%
  • magenta value is 95.83%
  • yellow value is 13.75%
  • key color value is 5.88%
CMYK:
(0,96,14,6)
C0M96Y14K6 
(0%,96%,14%,6%)
(0.00/0.96/0.14/0.06)	

CMYK percentages

%0
%95.83
%13.75
%5.88

Codes

Color #F00ACF in popluar color models

F00ACF
RGB24010207
HSL309°92.00%49.02%
HSB/HSV309°95.83%94.12%
CMYK0.00%95.83%13.75%
5.88%

Color #F00ACF in popluar number systems.

HEXF00ACF
Decimal24010207
Binary11110000101011001111
Octal36012317

Shades and tints

Shades of #F00ACF

#F00ACF
(240,10,207)
#DB0ABD
(219,10,189)
#C60AAB
(198,10,171)
#B10A99
(177,10,153)
#9C0A87
(156,10,135)
#870A75
(135,10,117)
#720A63
(114,10,99)
#5D0A51
(93,10,81)
#480A3F
(72,10,63)
#330A2D
(51,10,45)
#1E0A1B
(30,10,27)
#000000
(0,0,0)

Tints of #F00ACF

#F00ACF
(240,10,207)
#F120D3
(241,32,211)
#F236D7
(242,54,215)
#F34CDB
(243,76,219)
#F462DF
(244,98,223)
#F578E3
(245,120,227)
#F68EE7
(246,142,231)
#F7A4EB
(247,164,235)
#F8BAEF
(248,186,239)
#F9D0F3
(249,208,243)
#FAE6F7
(250,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F00ACF color. Also use rgb(240,10,207) instead hex code.

Text Font Color

.myTextColor { color: #F00ACF; }

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

This text font color is #F00ACF.


Background Color

.myBgColor { background-color: #F00ACF; }

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

This div background color is #F00ACF.


Border color

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

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

This div border color is #F00ACF.


Opacity

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

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

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

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

This text has shadow with #F00ACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F00ACF on black background.


Color preview on white background

This text has color #F00ACF on white background.



Black color preview on #F00ACF background

This text has black color on #F00ACF background.


White color preview on #F00ACF background

This text has white color on #F00ACF background.