COLOR #F240B0

HEX: #F240B0 RGB: (242,64,176)

Color info

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

RGB color model

#F240B0 color RGB value is (242,64,176).

RGB: (242,64,176) (95%, 25%, 69%)

RGB channels and saturation

R 242 of 255 = 95%
G 64 of 255 = 25%
B 176 of 255 = 69%

242
64
176

R + G + B ~ 63%. #F240B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 242 + 64 + 176 = 482 (100%)
R 242 of 482 ~ 50.21%
G 64 of 482 ~ 13.28%
B 176 of 482 ~ 36.51'%

%50.21
%13.28
%36.51

CMYK color model

#F240B0 color CMYK value is (0,74,27,5).

  • cyan value is 0.00%
  • magenta value is 73.55%
  • yellow value is 27.27%
  • key color value is 5.10%

CMYK: (0,74,27,5)
C0M74Y27K5 (0%, 74%, 27%, 5%)
(0.00 / 0.74 / 0.27 / 0.05)

CMYK percentages

%0
%73.55
%27.27
%5.1

Codes

Color #F240B0 in popluar color models

F2 40 B0
RGB 242 64 176
HSL 322° 87.25% 60.00%
HSB/HSV 322° 73.55% 94.90%
CMYK 0.00% 73.55% 27.27%
5.10%

Color #F240B0 in popluar number systems.

HEX F2 40 B0
Decimal 242 64 176
Binary 11110010 1000000 10110000
Octal 362 100 260

Shades and tints

Shades of #F240B0

#F240B0
(242,64,176)
#DC3BA0
(220,59,160)
#C63690
(198,54,144)
#B03180
(176,49,128)
#9A2C70
(154,44,112)
#842760
(132,39,96)
#6E2250
(110,34,80)
#581D40
(88,29,64)
#421830
(66,24,48)
#2C1320
(44,19,32)
#160E10
(22,14,16)
#000000
(0,0,0)

Tints of #F240B0

#F240B0
(242,64,176)
#F351B7
(243,81,183)
#F462BE
(244,98,190)
#F573C5
(245,115,197)
#F684CC
(246,132,204)
#F795D3
(247,149,211)
#F8A6DA
(248,166,218)
#F9B7E1
(249,183,225)
#FAC8E8
(250,200,232)
#FBD9EF
(251,217,239)
#FCEAF6
(252,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F240B0 color. Also use rgb(242,64,176) instead hex code.

Text Font Color

.myTextColor { color: #F240B0; }

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

This text font color is #F240B0.

Background Color

.myBgColor { background-color: #F240B0; }

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

This div background color is #F240B0.

Border color

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

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

This div border color is #F240B0.

Opacity

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

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

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

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

This text has shadow with #F240B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F240B0.

Preview

Color preview on black background

This text has color #F240B0 on black background.


Color preview on white background

This text has color #F240B0 on white background.


Black color preview on #F240B0 background

This text has black color on #F240B0 background.


White color preview on #F240B0 background

This text has white color on #F240B0 background.


Related colors

Complementary color

Complementary color for #hex is #0DBF4F.


I love getcolorcode.com

Triadic colors

1 #B0F240 and #40B0F2 with #F240B0 are triadic colors.

2 #B040F2 and #40F2B0 with #F240B0 are triadic colors.