COLOR #FF0742

HEX: #FF0742
RGB: (255,7,66)

Color info

#FF0742 contains mainly red color. Web safe color of #FF0742 is #FF0033 (or #F03).

RGB color model

#FF0742 color RGB value is (255,7,66).

  • red value is 255;
  • green value is 7;
  • blue value is 66.
RGB:
(255,7,66)
(100%,3%,26%)

RGB channels and saturation

R 255 of 255 = 100%
G 7 of 255 = 3%
B 66 of 255 = 26%

255
7
66

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

Portions of RGB colors in percentages

R + G + B =
255 + 7 + 66 = 328 (100%)
R 255 of 328 ~ 77.74%
G 7 of 328 ~ 2.13%
B 66 of 328 ~ 20.12%

%77.74
%20.12

CMYK color model

#FF0742 color CMYK value is (0,97,74,0).

  • cyan value is 0.00%
  • magenta value is 97.25%
  • yellow value is 74.12%
  • key color value is 0.00%
CMYK:
(0,97,74,0)
C0M97Y74K0 
(0%,97%,74%,0%)
(0.00/0.97/0.74/0.00)	

CMYK percentages

%0
%97.25
%74.12
%0

Codes

Color #FF0742 in popluar color models

FF0742
RGB255766
HSL346°100.00%51.37%
HSB/HSV346°97.25%100.00%
CMYK0.00%97.25%74.12%
0.00%

Color #FF0742 in popluar number systems.

HEXFF0742
Decimal255766
Binary111111111111000010
Octal3777102

Shades and tints

Shades of #FF0742

#FF0742
(255,7,66)
#E8073C
(232,7,60)
#D10736
(209,7,54)
#BA0730
(186,7,48)
#A3072A
(163,7,42)
#8C0724
(140,7,36)
#75071E
(117,7,30)
#5E0718
(94,7,24)
#470712
(71,7,18)
#30070C
(48,7,12)
#190706
(25,7,6)
#000000
(0,0,0)

Tints of #FF0742

#FF0742
(255,7,66)
#FF1D53
(255,29,83)
#FF3364
(255,51,100)
#FF4975
(255,73,117)
#FF5F86
(255,95,134)
#FF7597
(255,117,151)
#FF8BA8
(255,139,168)
#FFA1B9
(255,161,185)
#FFB7CA
(255,183,202)
#FFCDDB
(255,205,219)
#FFE3EC
(255,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FF0742 color. Also use rgb(255,7,66) instead hex code.

Text Font Color

.myTextColor { color: #FF0742; }

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

This text font color is #FF0742.


Background Color

.myBgColor { background-color: #FF0742; }

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

This div background color is #FF0742.


Border color

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

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

This div border color is #FF0742.


Opacity

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

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

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

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

This text has shadow with #FF0742 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF0742 on black background.


Color preview on white background

This text has color #FF0742 on white background.



Black color preview on #FF0742 background

This text has black color on #FF0742 background.


White color preview on #FF0742 background

This text has white color on #FF0742 background.