COLOR #F6254B

HEX: #F6254B
RGB: (246,37,75)

Color info

#F6254B contains mainly red color. Web safe color of #F6254B is #FF3333 (or #F33).

RGB color model

#F6254B color RGB value is (246,37,75).

  • red value is 246;
  • green value is 37;
  • blue value is 75.
RGB:
(246,37,75)
(96%,15%,29%)

RGB channels and saturation

R 246 of 255 = 96%
G 37 of 255 = 15%
B 75 of 255 = 29%

246
37
75

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

Portions of RGB colors in percentages

R + G + B =
246 + 37 + 75 = 358 (100%)
R 246 of 358 ~ 68.72%
G 37 of 358 ~ 10.34%
B 75 of 358 ~ 20.95%

%68.72
%10.34
%20.95

CMYK color model

#F6254B color CMYK value is (0,85,70,4).

  • cyan value is 0.00%
  • magenta value is 84.96%
  • yellow value is 69.51%
  • key color value is 3.53%
CMYK:
(0,85,70,4)
C0M85Y70K4 
(0%,85%,70%,4%)
(0.00/0.85/0.70/0.04)	

CMYK percentages

%0
%84.96
%69.51
%3.53

Codes

Color #F6254B in popluar color models

F6254B
RGB2463775
HSL349°92.07%55.49%
HSB/HSV349°84.96%96.47%
CMYK0.00%84.96%69.51%
3.53%

Color #F6254B in popluar number systems.

HEXF6254B
Decimal2463775
Binary111101101001011001011
Octal36645113

Shades and tints

Shades of #F6254B

#F6254B
(246,37,75)
#E02245
(224,34,69)
#CA1F3F
(202,31,63)
#B41C39
(180,28,57)
#9E1933
(158,25,51)
#88162D
(136,22,45)
#721327
(114,19,39)
#5C1021
(92,16,33)
#460D1B
(70,13,27)
#300A15
(48,10,21)
#1A070F
(26,7,15)
#000000
(0,0,0)

Tints of #F6254B

#F6254B
(246,37,75)
#F6385B
(246,56,91)
#F64B6B
(246,75,107)
#F65E7B
(246,94,123)
#F6718B
(246,113,139)
#F6849B
(246,132,155)
#F697AB
(246,151,171)
#F6AABB
(246,170,187)
#F6BDCB
(246,189,203)
#F6D0DB
(246,208,219)
#F6E3EB
(246,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6254B color. Also use rgb(246,37,75) instead hex code.

Text Font Color

.myTextColor { color: #F6254B; }

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

This text font color is #F6254B.


Background Color

.myBgColor { background-color: #F6254B; }

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

This div background color is #F6254B.


Border color

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

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

This div border color is #F6254B.


Opacity

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

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

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

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

This text has shadow with #F6254B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6254B on black background.


Color preview on white background

This text has color #F6254B on white background.



Black color preview on #F6254B background

This text has black color on #F6254B background.


White color preview on #F6254B background

This text has white color on #F6254B background.