COLOR #FF0863

HEX: #FF0863
RGB: (255,8,99)

Color info

#FF0863 contains mainly red color. Web safe color of #FF0863 is #FF0066 (or #F06).

RGB color model

#FF0863 color RGB value is (255,8,99).

  • red value is 255;
  • green value is 8;
  • blue value is 99.
RGB:
(255,8,99)
(100%,3%,39%)

RGB channels and saturation

R 255 of 255 = 100%
G 8 of 255 = 3%
B 99 of 255 = 39%

255
8
99

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

Portions of RGB colors in percentages

R + G + B =
255 + 8 + 99 = 362 (100%)
R 255 of 362 ~ 70.44%
G 8 of 362 ~ 2.21%
B 99 of 362 ~ 27.35%

%70.44
%27.35

CMYK color model

#FF0863 color CMYK value is (0,97,61,0).

  • cyan value is 0.00%
  • magenta value is 96.86%
  • yellow value is 61.18%
  • key color value is 0.00%
CMYK:
(0,97,61,0)
C0M97Y61K0 
(0%,97%,61%,0%)
(0.00/0.97/0.61/0.00)	

CMYK percentages

%0
%96.86
%61.18
%0

Codes

Color #FF0863 in popluar color models

FF0863
RGB255899
HSL338°100.00%51.57%
HSB/HSV338°96.86%100.00%
CMYK0.00%96.86%61.18%
0.00%

Color #FF0863 in popluar number systems.

HEXFF0863
Decimal255899
Binary1111111110001100011
Octal37710143

Shades and tints

Shades of #FF0863

#FF0863
(255,8,99)
#E8085A
(232,8,90)
#D10851
(209,8,81)
#BA0848
(186,8,72)
#A3083F
(163,8,63)
#8C0836
(140,8,54)
#75082D
(117,8,45)
#5E0824
(94,8,36)
#47081B
(71,8,27)
#300812
(48,8,18)
#190809
(25,8,9)
#000000
(0,0,0)

Tints of #FF0863

#FF0863
(255,8,99)
#FF1E71
(255,30,113)
#FF347F
(255,52,127)
#FF4A8D
(255,74,141)
#FF609B
(255,96,155)
#FF76A9
(255,118,169)
#FF8CB7
(255,140,183)
#FFA2C5
(255,162,197)
#FFB8D3
(255,184,211)
#FFCEE1
(255,206,225)
#FFE4EF
(255,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF0863 color. Also use rgb(255,8,99) instead hex code.

Text Font Color

.myTextColor { color: #FF0863; }

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

This text font color is #FF0863.


Background Color

.myBgColor { background-color: #FF0863; }

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

This div background color is #FF0863.


Border color

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

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

This div border color is #FF0863.


Opacity

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

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

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

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

This text has shadow with #FF0863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF0863 on black background.


Color preview on white background

This text has color #FF0863 on white background.



Black color preview on #FF0863 background

This text has black color on #FF0863 background.


White color preview on #FF0863 background

This text has white color on #FF0863 background.