COLOR #F6125D

HEX: #F6125D
RGB: (246,18,93)

Color info

#F6125D contains mainly red color. Web safe color of #F6125D is #FF0066 (or #F06).

RGB color model

#F6125D color RGB value is (246,18,93).

  • red value is 246;
  • green value is 18;
  • blue value is 93.
RGB:
(246,18,93)
(96%,7%,36%)

RGB channels and saturation

R 246 of 255 = 96%
G 18 of 255 = 7%
B 93 of 255 = 36%

246
18
93

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

Portions of RGB colors in percentages

R + G + B =
246 + 18 + 93 = 357 (100%)
R 246 of 357 ~ 68.91%
G 18 of 357 ~ 5.04%
B 93 of 357 ~ 26.05%

%68.91
%26.05

CMYK color model

#F6125D color CMYK value is (0,93,62,4).

  • cyan value is 0.00%
  • magenta value is 92.68%
  • yellow value is 62.20%
  • key color value is 3.53%
CMYK:
(0,93,62,4)
C0M93Y62K4 
(0%,93%,62%,4%)
(0.00/0.93/0.62/0.04)	

CMYK percentages

%0
%92.68
%62.2
%3.53

Codes

Color #F6125D in popluar color models

F6125D
RGB2461893
HSL340°92.68%51.76%
HSB/HSV340°92.68%96.47%
CMYK0.00%92.68%62.20%
3.53%

Color #F6125D in popluar number systems.

HEXF6125D
Decimal2461893
Binary11110110100101011101
Octal36622135

Shades and tints

Shades of #F6125D

#F6125D
(246,18,93)
#E01155
(224,17,85)
#CA104D
(202,16,77)
#B40F45
(180,15,69)
#9E0E3D
(158,14,61)
#880D35
(136,13,53)
#720C2D
(114,12,45)
#5C0B25
(92,11,37)
#460A1D
(70,10,29)
#300915
(48,9,21)
#1A080D
(26,8,13)
#000000
(0,0,0)

Tints of #F6125D

#F6125D
(246,18,93)
#F6276B
(246,39,107)
#F63C79
(246,60,121)
#F65187
(246,81,135)
#F66695
(246,102,149)
#F67BA3
(246,123,163)
#F690B1
(246,144,177)
#F6A5BF
(246,165,191)
#F6BACD
(246,186,205)
#F6CFDB
(246,207,219)
#F6E4E9
(246,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6125D color. Also use rgb(246,18,93) instead hex code.

Text Font Color

.myTextColor { color: #F6125D; }

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

This text font color is #F6125D.


Background Color

.myBgColor { background-color: #F6125D; }

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

This div background color is #F6125D.


Border color

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

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

This div border color is #F6125D.


Opacity

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

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

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

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

This text has shadow with #F6125D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6125D on black background.


Color preview on white background

This text has color #F6125D on white background.



Black color preview on #F6125D background

This text has black color on #F6125D background.


White color preview on #F6125D background

This text has white color on #F6125D background.