COLOR #F04F52

HEX: #F04F52
RGB: (240,79,82)

Color info

#F04F52 contains mainly red color. Web safe color of #F04F52 is #FF6666 (or #F66).

RGB color model

#F04F52 color RGB value is (240,79,82).

  • red value is 240;
  • green value is 79;
  • blue value is 82.
RGB:
(240,79,82)
(94%,31%,32%)

RGB channels and saturation

R 240 of 255 = 94%
G 79 of 255 = 31%
B 82 of 255 = 32%

240
79
82

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

Portions of RGB colors in percentages

R + G + B =
240 + 79 + 82 = 401 (100%)
R 240 of 401 ~ 59.85%
G 79 of 401 ~ 19.7%
B 82 of 401 ~ 20.45%

%59.85
%19.7
%20.45

CMYK color model

#F04F52 color CMYK value is (0,67,66,6).

  • cyan value is 0.00%
  • magenta value is 67.08%
  • yellow value is 65.83%
  • key color value is 5.88%
CMYK:
(0,67,66,6)
C0M67Y66K6 
(0%,67%,66%,6%)
(0.00/0.67/0.66/0.06)	

CMYK percentages

%0
%67.08
%65.83
%5.88

Codes

Color #F04F52 in popluar color models

F04F52
RGB2407982
HSL359°84.29%62.55%
HSB/HSV359°67.08%94.12%
CMYK0.00%67.08%65.83%
5.88%

Color #F04F52 in popluar number systems.

HEXF04F52
Decimal2407982
Binary1111000010011111010010
Octal360117122

Shades and tints

Shades of #F04F52

#F04F52
(240,79,82)
#DB484B
(219,72,75)
#C64144
(198,65,68)
#B13A3D
(177,58,61)
#9C3336
(156,51,54)
#872C2F
(135,44,47)
#722528
(114,37,40)
#5D1E21
(93,30,33)
#48171A
(72,23,26)
#331013
(51,16,19)
#1E090C
(30,9,12)
#000000
(0,0,0)

Tints of #F04F52

#F04F52
(240,79,82)
#F15F61
(241,95,97)
#F26F70
(242,111,112)
#F37F7F
(243,127,127)
#F48F8E
(244,143,142)
#F59F9D
(245,159,157)
#F6AFAC
(246,175,172)
#F7BFBB
(247,191,187)
#F8CFCA
(248,207,202)
#F9DFD9
(249,223,217)
#FAEFE8
(250,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F04F52; }

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

This text font color is #F04F52.


Background Color

.myBgColor { background-color: #F04F52; }

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

This div background color is #F04F52.


Border color

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

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

This div border color is #F04F52.


Opacity

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

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

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

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

This text has shadow with #F04F52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04F52 on black background.


Color preview on white background

This text has color #F04F52 on white background.



Black color preview on #F04F52 background

This text has black color on #F04F52 background.


White color preview on #F04F52 background

This text has white color on #F04F52 background.