COLOR #F02D7D

HEX: #F02D7D
RGB: (240,45,125)

Color info

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

RGB color model

#F02D7D color RGB value is (240,45,125).

  • red value is 240;
  • green value is 45;
  • blue value is 125.
RGB:
(240,45,125)
(94%,18%,49%)

RGB channels and saturation

R 240 of 255 = 94%
G 45 of 255 = 18%
B 125 of 255 = 49%

240
45
125

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

Portions of RGB colors in percentages

R + G + B =
240 + 45 + 125 = 410 (100%)
R 240 of 410 ~ 58.54%
G 45 of 410 ~ 10.98%
B 125 of 410 ~ 30.49%

%58.54
%10.98
%30.49

CMYK color model

#F02D7D color CMYK value is (0,81,48,6).

  • cyan value is 0.00%
  • magenta value is 81.25%
  • yellow value is 47.92%
  • key color value is 5.88%
CMYK:
(0,81,48,6)
C0M81Y48K6 
(0%,81%,48%,6%)
(0.00/0.81/0.48/0.06)	

CMYK percentages

%0
%81.25
%47.92
%5.88

Codes

Color #F02D7D in popluar color models

F02D7D
RGB24045125
HSL335°86.67%55.88%
HSB/HSV335°81.25%94.12%
CMYK0.00%81.25%47.92%
5.88%

Color #F02D7D in popluar number systems.

HEXF02D7D
Decimal24045125
Binary111100001011011111101
Octal36055175

Shades and tints

Shades of #F02D7D

#F02D7D
(240,45,125)
#DB2972
(219,41,114)
#C62567
(198,37,103)
#B1215C
(177,33,92)
#9C1D51
(156,29,81)
#871946
(135,25,70)
#72153B
(114,21,59)
#5D1130
(93,17,48)
#480D25
(72,13,37)
#33091A
(51,9,26)
#1E050F
(30,5,15)
#000000
(0,0,0)

Tints of #F02D7D

#F02D7D
(240,45,125)
#F14088
(241,64,136)
#F25393
(242,83,147)
#F3669E
(243,102,158)
#F479A9
(244,121,169)
#F58CB4
(245,140,180)
#F69FBF
(246,159,191)
#F7B2CA
(247,178,202)
#F8C5D5
(248,197,213)
#F9D8E0
(249,216,224)
#FAEBEB
(250,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F02D7D color. Also use rgb(240,45,125) instead hex code.

Text Font Color

.myTextColor { color: #F02D7D; }

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

This text font color is #F02D7D.


Background Color

.myBgColor { background-color: #F02D7D; }

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

This div background color is #F02D7D.


Border color

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

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

This div border color is #F02D7D.


Opacity

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

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

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

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

This text has shadow with #F02D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F02D7D on black background.


Color preview on white background

This text has color #F02D7D on white background.



Black color preview on #F02D7D background

This text has black color on #F02D7D background.


White color preview on #F02D7D background

This text has white color on #F02D7D background.