COLOR #F91270

HEX: #F91270
RGB: (249,18,112)

Color info

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

RGB color model

#F91270 color RGB value is (249,18,112).

  • red value is 249;
  • green value is 18;
  • blue value is 112.
RGB:
(249,18,112)
(98%,7%,44%)

RGB channels and saturation

R 249 of 255 = 98%
G 18 of 255 = 7%
B 112 of 255 = 44%

249
18
112

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

Portions of RGB colors in percentages

R + G + B =
249 + 18 + 112 = 379 (100%)
R 249 of 379 ~ 65.7%
G 18 of 379 ~ 4.75%
B 112 of 379 ~ 29.55%

%65.7
%29.55

CMYK color model

#F91270 color CMYK value is (0,93,55,2).

  • cyan value is 0.00%
  • magenta value is 92.77%
  • yellow value is 55.02%
  • key color value is 2.35%
CMYK:
(0,93,55,2)
C0M93Y55K2 
(0%,93%,55%,2%)
(0.00/0.93/0.55/0.02)	

CMYK percentages

%0
%92.77
%55.02
%2.35

Codes

Color #F91270 in popluar color models

F91270
RGB24918112
HSL336°95.06%52.35%
HSB/HSV336°92.77%97.65%
CMYK0.00%92.77%55.02%
2.35%

Color #F91270 in popluar number systems.

HEXF91270
Decimal24918112
Binary11111001100101110000
Octal37122160

Shades and tints

Shades of #F91270

#F91270
(249,18,112)
#E31166
(227,17,102)
#CD105C
(205,16,92)
#B70F52
(183,15,82)
#A10E48
(161,14,72)
#8B0D3E
(139,13,62)
#750C34
(117,12,52)
#5F0B2A
(95,11,42)
#490A20
(73,10,32)
#330916
(51,9,22)
#1D080C
(29,8,12)
#000000
(0,0,0)

Tints of #F91270

#F91270
(249,18,112)
#F9277D
(249,39,125)
#F93C8A
(249,60,138)
#F95197
(249,81,151)
#F966A4
(249,102,164)
#F97BB1
(249,123,177)
#F990BE
(249,144,190)
#F9A5CB
(249,165,203)
#F9BAD8
(249,186,216)
#F9CFE5
(249,207,229)
#F9E4F2
(249,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F91270 color. Also use rgb(249,18,112) instead hex code.

Text Font Color

.myTextColor { color: #F91270; }

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

This text font color is #F91270.


Background Color

.myBgColor { background-color: #F91270; }

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

This div background color is #F91270.


Border color

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

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

This div border color is #F91270.


Opacity

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

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

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

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

This text has shadow with #F91270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F91270 on black background.


Color preview on white background

This text has color #F91270 on white background.



Black color preview on #F91270 background

This text has black color on #F91270 background.


White color preview on #F91270 background

This text has white color on #F91270 background.