COLOR #F0258B

HEX: #F0258B
RGB: (240,37,139)

Color info

#F0258B contains mainly red color. Web safe color of #F0258B is #FF3399 (or #F39).

RGB color model

#F0258B color RGB value is (240,37,139).

  • red value is 240;
  • green value is 37;
  • blue value is 139.
RGB:
(240,37,139)
(94%,15%,55%)

RGB channels and saturation

R 240 of 255 = 94%
G 37 of 255 = 15%
B 139 of 255 = 55%

240
37
139

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

Portions of RGB colors in percentages

R + G + B =
240 + 37 + 139 = 416 (100%)
R 240 of 416 ~ 57.69%
G 37 of 416 ~ 8.89%
B 139 of 416 ~ 33.41%

%57.69
%33.41

CMYK color model

#F0258B color CMYK value is (0,85,42,6).

  • cyan value is 0.00%
  • magenta value is 84.58%
  • yellow value is 42.08%
  • key color value is 5.88%
CMYK:
(0,85,42,6)
C0M85Y42K6 
(0%,85%,42%,6%)
(0.00/0.85/0.42/0.06)	

CMYK percentages

%0
%84.58
%42.08
%5.88

Codes

Color #F0258B in popluar color models

F0258B
RGB24037139
HSL330°87.12%54.31%
HSB/HSV330°84.58%94.12%
CMYK0.00%84.58%42.08%
5.88%

Color #F0258B in popluar number systems.

HEXF0258B
Decimal24037139
Binary1111000010010110001011
Octal36045213

Shades and tints

Shades of #F0258B

#F0258B
(240,37,139)
#DB227F
(219,34,127)
#C61F73
(198,31,115)
#B11C67
(177,28,103)
#9C195B
(156,25,91)
#87164F
(135,22,79)
#721343
(114,19,67)
#5D1037
(93,16,55)
#480D2B
(72,13,43)
#330A1F
(51,10,31)
#1E0713
(30,7,19)
#000000
(0,0,0)

Tints of #F0258B

#F0258B
(240,37,139)
#F13895
(241,56,149)
#F24B9F
(242,75,159)
#F35EA9
(243,94,169)
#F471B3
(244,113,179)
#F584BD
(245,132,189)
#F697C7
(246,151,199)
#F7AAD1
(247,170,209)
#F8BDDB
(248,189,219)
#F9D0E5
(249,208,229)
#FAE3EF
(250,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F0258B color. Also use rgb(240,37,139) instead hex code.

Text Font Color

.myTextColor { color: #F0258B; }

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

This text font color is #F0258B.


Background Color

.myBgColor { background-color: #F0258B; }

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

This div background color is #F0258B.


Border color

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

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

This div border color is #F0258B.


Opacity

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

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

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

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

This text has shadow with #F0258B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F0258B on black background.


Color preview on white background

This text has color #F0258B on white background.



Black color preview on #F0258B background

This text has black color on #F0258B background.


White color preview on #F0258B background

This text has white color on #F0258B background.