COLOR #F91C58

HEX: #F91C58
RGB: (249,28,88)

Color info

#F91C58 contains mainly red color. Web safe color of #F91C58 is #FF3366 (or #F36).

RGB color model

#F91C58 color RGB value is (249,28,88).

  • red value is 249;
  • green value is 28;
  • blue value is 88.
RGB:
(249,28,88)
(98%,11%,35%)

RGB channels and saturation

R 249 of 255 = 98%
G 28 of 255 = 11%
B 88 of 255 = 35%

249
28
88

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

Portions of RGB colors in percentages

R + G + B =
249 + 28 + 88 = 365 (100%)
R 249 of 365 ~ 68.22%
G 28 of 365 ~ 7.67%
B 88 of 365 ~ 24.11%

%68.22
%24.11

CMYK color model

#F91C58 color CMYK value is (0,89,65,2).

  • cyan value is 0.00%
  • magenta value is 88.76%
  • yellow value is 64.66%
  • key color value is 2.35%
CMYK:
(0,89,65,2)
C0M89Y65K2 
(0%,89%,65%,2%)
(0.00/0.89/0.65/0.02)	

CMYK percentages

%0
%88.76
%64.66
%2.35

Codes

Color #F91C58 in popluar color models

F91C58
RGB2492888
HSL344°94.85%54.31%
HSB/HSV344°88.76%97.65%
CMYK0.00%88.76%64.66%
2.35%

Color #F91C58 in popluar number systems.

HEXF91C58
Decimal2492888
Binary11111001111001011000
Octal37134130

Shades and tints

Shades of #F91C58

#F91C58
(249,28,88)
#E31A50
(227,26,80)
#CD1848
(205,24,72)
#B71640
(183,22,64)
#A11438
(161,20,56)
#8B1230
(139,18,48)
#751028
(117,16,40)
#5F0E20
(95,14,32)
#490C18
(73,12,24)
#330A10
(51,10,16)
#1D0808
(29,8,8)
#000000
(0,0,0)

Tints of #F91C58

#F91C58
(249,28,88)
#F93067
(249,48,103)
#F94476
(249,68,118)
#F95885
(249,88,133)
#F96C94
(249,108,148)
#F980A3
(249,128,163)
#F994B2
(249,148,178)
#F9A8C1
(249,168,193)
#F9BCD0
(249,188,208)
#F9D0DF
(249,208,223)
#F9E4EE
(249,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F91C58 color. Also use rgb(249,28,88) instead hex code.

Text Font Color

.myTextColor { color: #F91C58; }

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

This text font color is #F91C58.


Background Color

.myBgColor { background-color: #F91C58; }

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

This div background color is #F91C58.


Border color

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

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

This div border color is #F91C58.


Opacity

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

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

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

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

This text has shadow with #F91C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F91C58 on black background.


Color preview on white background

This text has color #F91C58 on white background.



Black color preview on #F91C58 background

This text has black color on #F91C58 background.


White color preview on #F91C58 background

This text has white color on #F91C58 background.