COLOR #F61A5D

HEX: #F61A5D RGB: (246,26,93)

Color info

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

RGB color model

#F61A5D color RGB value is (246,26,93).

RGB: (246,26,93) (96%, 10%, 36%)

RGB channels and saturation

R 246 of 255 = 96%
G 26 of 255 = 10%
B 93 of 255 = 36%

246
26
93

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

Portions of RGB colors in percentages

R + G + B = 246 + 26 + 93 = 365 (100%)
R 246 of 365 ~ 67.4%
G 26 of 365 ~ 7.12%
B 93 of 365 ~ 25.48'%

%67.4
%25.48

CMYK color model

#F61A5D color CMYK value is (0,89,62,4).

  • cyan value is 0.00%
  • magenta value is 89.43%
  • yellow value is 62.20%
  • key color value is 3.53%
CMYK: (0,89,62,4) C0M89Y62K4 (0%,89%,62%,4%) (0.00/0.89/0.62/0.04) 

CMYK percentages

%0
%89.43
%62.2
%3.53

Codes

Color #F61A5D in popluar color models

F6 1A 5D
RGB 246 26 93
HSL 342° 92.44% 53.33%
HSB/HSV 342° 89.43% 96.47%
CMYK 0.00% 89.43% 62.20%
3.53%

Color #F61A5D in popluar number systems.

HEX F6 1A 5D
Decimal 246 26 93
Binary 11110110 11010 1011101
Octal 366 32 135

Shades and tints

Shades of #F61A5D

#F61A5D
(246,26,93)
#E01855
(224,24,85)
#CA164D
(202,22,77)
#B41445
(180,20,69)
#9E123D
(158,18,61)
#881035
(136,16,53)
#720E2D
(114,14,45)
#5C0C25
(92,12,37)
#460A1D
(70,10,29)
#300815
(48,8,21)
#1A060D
(26,6,13)
#000000
(0,0,0)

Tints of #F61A5D

#F61A5D
(246,26,93)
#F62E6B
(246,46,107)
#F64279
(246,66,121)
#F65687
(246,86,135)
#F66A95
(246,106,149)
#F67EA3
(246,126,163)
#F692B1
(246,146,177)
#F6A6BF
(246,166,191)
#F6BACD
(246,186,205)
#F6CEDB
(246,206,219)
#F6E2E9
(246,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F61A5D; }

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

This text font color is #F61A5D.

Background Color

.myBgColor { background-color: #F61A5D; }

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

This div background color is #F61A5D.

Border color

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

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

This div border color is #F61A5D.

Opacity

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

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

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

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

This text has shadow with #F61A5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F61A5D.

Preview

Color preview on black background

This text has color #F61A5D on black background.


Color preview on white background

This text has color #F61A5D on white background.


Black color preview on #F61A5D background

This text has black color on #F61A5D background.


White color preview on #F61A5D background

This text has white color on #F61A5D background.


Related colors

Complementary color

Complementary color for #hex is #09E5A2.


I love getcolorcode.com

Triadic colors

1 #5DF61A and #1A5DF6 with #F61A5D are triadic colors.

2 #5D1AF6 and #1AF65D with #F61A5D are triadic colors.