COLOR #F60AF0

HEX: #F60AF0
RGB: (246,10,240)

Color info

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

RGB color model

#F60AF0 color RGB value is (246,10,240).

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

RGB channels and saturation

R 246 of 255 = 96%
G 10 of 255 = 4%
B 240 of 255 = 94%

246
10
240

R + G + B ~ 65%. #F60AF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 10 + 240 = 496 (100%)
R 246 of 496 ~ 49.6%
G 10 of 496 ~ 2.02%
B 240 of 496 ~ 48.39%

%49.6
%48.39

CMYK color model

#F60AF0 color CMYK value is (0,96,2,4).

  • cyan value is 0.00%
  • magenta value is 95.93%
  • yellow value is 2.44%
  • key color value is 3.53%
CMYK:
(0,96,2,4)
C0M96Y2K4 
(0%,96%,2%,4%)
(0.00/0.96/0.02/0.04)	

CMYK percentages

%0
%95.93
%2.44
%3.53

Codes

Color #F60AF0 in popluar color models

F60AF0
RGB24610240
HSL302°92.91%50.20%
HSB/HSV302°95.93%96.47%
CMYK0.00%95.93%2.44%
3.53%

Color #F60AF0 in popluar number systems.

HEXF60AF0
Decimal24610240
Binary11110110101011110000
Octal36612360

Shades and tints

Shades of #F60AF0

#F60AF0
(246,10,240)
#E00ADB
(224,10,219)
#CA0AC6
(202,10,198)
#B40AB1
(180,10,177)
#9E0A9C
(158,10,156)
#880A87
(136,10,135)
#720A72
(114,10,114)
#5C0A5D
(92,10,93)
#460A48
(70,10,72)
#300A33
(48,10,51)
#1A0A1E
(26,10,30)
#000000
(0,0,0)

Tints of #F60AF0

#F60AF0
(246,10,240)
#F620F1
(246,32,241)
#F636F2
(246,54,242)
#F64CF3
(246,76,243)
#F662F4
(246,98,244)
#F678F5
(246,120,245)
#F68EF6
(246,142,246)
#F6A4F7
(246,164,247)
#F6BAF8
(246,186,248)
#F6D0F9
(246,208,249)
#F6E6FA
(246,230,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F60AF0; }

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

This text font color is #F60AF0.


Background Color

.myBgColor { background-color: #F60AF0; }

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

This div background color is #F60AF0.


Border color

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

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

This div border color is #F60AF0.


Opacity

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

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

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

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

This text has shadow with #F60AF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F60AF0 on black background.


Color preview on white background

This text has color #F60AF0 on white background.



Black color preview on #F60AF0 background

This text has black color on #F60AF0 background.


White color preview on #F60AF0 background

This text has white color on #F60AF0 background.