COLOR #FF446D

HEX: #FF446D
RGB: (255,68,109)

Color info

#FF446D contains mainly red color. Web safe color of #FF446D is #FF3366 (or #F36).

RGB color model

#FF446D color RGB value is (255,68,109).

  • red value is 255;
  • green value is 68;
  • blue value is 109.
RGB:
(255,68,109)
(100%,27%,43%)

RGB channels and saturation

R 255 of 255 = 100%
G 68 of 255 = 27%
B 109 of 255 = 43%

255
68
109

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

Portions of RGB colors in percentages

R + G + B =
255 + 68 + 109 = 432 (100%)
R 255 of 432 ~ 59.03%
G 68 of 432 ~ 15.74%
B 109 of 432 ~ 25.23%

%59.03
%15.74
%25.23

CMYK color model

#FF446D color CMYK value is (0,73,57,0).

  • cyan value is 0.00%
  • magenta value is 73.33%
  • yellow value is 57.25%
  • key color value is 0.00%
CMYK:
(0,73,57,0)
C0M73Y57K0 
(0%,73%,57%,0%)
(0.00/0.73/0.57/0.00)	

CMYK percentages

%0
%73.33
%57.25
%0

Codes

Color #FF446D in popluar color models

FF446D
RGB25568109
HSL347°100.00%63.33%
HSB/HSV347°73.33%100.00%
CMYK0.00%73.33%57.25%
0.00%

Color #FF446D in popluar number systems.

HEXFF446D
Decimal25568109
Binary1111111110001001101101
Octal377104155

Shades and tints

Shades of #FF446D

#FF446D
(255,68,109)
#E83E64
(232,62,100)
#D1385B
(209,56,91)
#BA3252
(186,50,82)
#A32C49
(163,44,73)
#8C2640
(140,38,64)
#752037
(117,32,55)
#5E1A2E
(94,26,46)
#471425
(71,20,37)
#300E1C
(48,14,28)
#190813
(25,8,19)
#000000
(0,0,0)

Tints of #FF446D

#FF446D
(255,68,109)
#FF557A
(255,85,122)
#FF6687
(255,102,135)
#FF7794
(255,119,148)
#FF88A1
(255,136,161)
#FF99AE
(255,153,174)
#FFAABB
(255,170,187)
#FFBBC8
(255,187,200)
#FFCCD5
(255,204,213)
#FFDDE2
(255,221,226)
#FFEEEF
(255,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF446D color. Also use rgb(255,68,109) instead hex code.

Text Font Color

.myTextColor { color: #FF446D; }

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

This text font color is #FF446D.


Background Color

.myBgColor { background-color: #FF446D; }

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

This div background color is #FF446D.


Border color

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

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

This div border color is #FF446D.


Opacity

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

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

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

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

This text has shadow with #FF446D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF446D on black background.


Color preview on white background

This text has color #FF446D on white background.



Black color preview on #FF446D background

This text has black color on #FF446D background.


White color preview on #FF446D background

This text has white color on #FF446D background.