COLOR #F04865

HEX: #F04865
RGB: (240,72,101)

Color info

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

RGB color model

#F04865 color RGB value is (240,72,101).

  • red value is 240;
  • green value is 72;
  • blue value is 101.
RGB:
(240,72,101)
(94%,28%,40%)

RGB channels and saturation

R 240 of 255 = 94%
G 72 of 255 = 28%
B 101 of 255 = 40%

240
72
101

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

Portions of RGB colors in percentages

R + G + B =
240 + 72 + 101 = 413 (100%)
R 240 of 413 ~ 58.11%
G 72 of 413 ~ 17.43%
B 101 of 413 ~ 24.46%

%58.11
%17.43
%24.46

CMYK color model

#F04865 color CMYK value is (0,70,58,6).

  • cyan value is 0.00%
  • magenta value is 70.00%
  • yellow value is 57.92%
  • key color value is 5.88%
CMYK:
(0,70,58,6)
C0M70Y58K6 
(0%,70%,58%,6%)
(0.00/0.70/0.58/0.06)	

CMYK percentages

%0
%70
%57.92
%5.88

Codes

Color #F04865 in popluar color models

F04865
RGB24072101
HSL350°84.85%61.18%
HSB/HSV350°70.00%94.12%
CMYK0.00%70.00%57.92%
5.88%

Color #F04865 in popluar number systems.

HEXF04865
Decimal24072101
Binary1111000010010001100101
Octal360110145

Shades and tints

Shades of #F04865

#F04865
(240,72,101)
#DB425C
(219,66,92)
#C63C53
(198,60,83)
#B1364A
(177,54,74)
#9C3041
(156,48,65)
#872A38
(135,42,56)
#72242F
(114,36,47)
#5D1E26
(93,30,38)
#48181D
(72,24,29)
#331214
(51,18,20)
#1E0C0B
(30,12,11)
#000000
(0,0,0)

Tints of #F04865

#F04865
(240,72,101)
#F15873
(241,88,115)
#F26881
(242,104,129)
#F3788F
(243,120,143)
#F4889D
(244,136,157)
#F598AB
(245,152,171)
#F6A8B9
(246,168,185)
#F7B8C7
(247,184,199)
#F8C8D5
(248,200,213)
#F9D8E3
(249,216,227)
#FAE8F1
(250,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F04865 color. Also use rgb(240,72,101) instead hex code.

Text Font Color

.myTextColor { color: #F04865; }

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

This text font color is #F04865.


Background Color

.myBgColor { background-color: #F04865; }

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

This div background color is #F04865.


Border color

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

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

This div border color is #F04865.


Opacity

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

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

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

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

This text has shadow with #F04865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F04865 on black background.


Color preview on white background

This text has color #F04865 on white background.



Black color preview on #F04865 background

This text has black color on #F04865 background.


White color preview on #F04865 background

This text has white color on #F04865 background.