COLOR #F000F0

HEX: #F000F0
RGB: (240,0,240)

Color info

#F000F0 contains only red and blue colors. Web safe color of #F000F0 is #FF00FF (or #F0F).

RGB color model

#F000F0 color RGB value is (240,0,240).

  • red value is 240;
  • green value is 0;
  • blue value is 240.
RGB:
(240,0,240)
(94%,0%,94%)

RGB channels and saturation

R 240 of 255 = 94%
G 0 of 255 = 0%
B 240 of 255 = 94%

240
0
240

R + G + B ~ 63%. #F000F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
240 + 0 + 240 = 480 (100%)
R 240 of 480 ~ 50%
G 0 of 480 ~ 0%
B 240 of 480 ~ 50%

%50
%50

CMYK color model

#F000F0 color CMYK value is (0,100,0,6).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(0,100,0,6)
C0M100Y0K6 
(0%,100%,0%,6%)
(0.00/1.00/0.00/0.06)	

CMYK percentages

%0
%100
%0
%5.88

Codes

Color #F000F0 in popluar color models

F000F0
RGB2400240
HSL300°100.00%47.06%
HSB/HSV300°100.00%94.12%
CMYK0.00%100.00%0.00%
5.88%

Color #F000F0 in popluar number systems.

HEXF000F0
Decimal2400240
Binary11110000011110000
Octal3600360

Shades and tints

Shades of #F000F0

#F000F0
(240,0,240)
#DB00DB
(219,0,219)
#C600C6
(198,0,198)
#B100B1
(177,0,177)
#9C009C
(156,0,156)
#870087
(135,0,135)
#720072
(114,0,114)
#5D005D
(93,0,93)
#480048
(72,0,72)
#330033
(51,0,51)
#1E001E
(30,0,30)
#000000
(0,0,0)

Tints of #F000F0

#F000F0
(240,0,240)
#F117F1
(241,23,241)
#F22EF2
(242,46,242)
#F345F3
(243,69,243)
#F45CF4
(244,92,244)
#F573F5
(245,115,245)
#F68AF6
(246,138,246)
#F7A1F7
(247,161,247)
#F8B8F8
(248,184,248)
#F9CFF9
(249,207,249)
#FAE6FA
(250,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F000F0; }

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

This text font color is #F000F0.


Background Color

.myBgColor { background-color: #F000F0; }

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

This div background color is #F000F0.


Border color

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

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

This div border color is #F000F0.


Opacity

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

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

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

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

This text has shadow with #F000F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F000F0 on black background.


Color preview on white background

This text has color #F000F0 on white background.



Black color preview on #F000F0 background

This text has black color on #F000F0 background.


White color preview on #F000F0 background

This text has white color on #F000F0 background.