COLOR #F90795

HEX: #F90795
RGB: (249,7,149)

Color info

#F90795 contains mainly red color. Web safe color of #F90795 is #FF0099 (or #F09).

RGB color model

#F90795 color RGB value is (249,7,149).

  • red value is 249;
  • green value is 7;
  • blue value is 149.
RGB:
(249,7,149)
(98%,3%,58%)

RGB channels and saturation

R 249 of 255 = 98%
G 7 of 255 = 3%
B 149 of 255 = 58%

249
7
149

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

Portions of RGB colors in percentages

R + G + B =
249 + 7 + 149 = 405 (100%)
R 249 of 405 ~ 61.48%
G 7 of 405 ~ 1.73%
B 149 of 405 ~ 36.79%

%61.48
%36.79

CMYK color model

#F90795 color CMYK value is (0,97,40,2).

  • cyan value is 0.00%
  • magenta value is 97.19%
  • yellow value is 40.16%
  • key color value is 2.35%
CMYK:
(0,97,40,2)
C0M97Y40K2 
(0%,97%,40%,2%)
(0.00/0.97/0.40/0.02)	

CMYK percentages

%0
%97.19
%40.16
%2.35

Codes

Color #F90795 in popluar color models

F90795
RGB2497149
HSL325°95.28%50.20%
HSB/HSV325°97.19%97.65%
CMYK0.00%97.19%40.16%
2.35%

Color #F90795 in popluar number systems.

HEXF90795
Decimal2497149
Binary1111100111110010101
Octal3717225

Shades and tints

Shades of #F90795

#F90795
(249,7,149)
#E30788
(227,7,136)
#CD077B
(205,7,123)
#B7076E
(183,7,110)
#A10761
(161,7,97)
#8B0754
(139,7,84)
#750747
(117,7,71)
#5F073A
(95,7,58)
#49072D
(73,7,45)
#330720
(51,7,32)
#1D0713
(29,7,19)
#000000
(0,0,0)

Tints of #F90795

#F90795
(249,7,149)
#F91D9E
(249,29,158)
#F933A7
(249,51,167)
#F949B0
(249,73,176)
#F95FB9
(249,95,185)
#F975C2
(249,117,194)
#F98BCB
(249,139,203)
#F9A1D4
(249,161,212)
#F9B7DD
(249,183,221)
#F9CDE6
(249,205,230)
#F9E3EF
(249,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F90795 color. Also use rgb(249,7,149) instead hex code.

Text Font Color

.myTextColor { color: #F90795; }

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

This text font color is #F90795.


Background Color

.myBgColor { background-color: #F90795; }

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

This div background color is #F90795.


Border color

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

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

This div border color is #F90795.


Opacity

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

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

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

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

This text has shadow with #F90795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F90795 on black background.


Color preview on white background

This text has color #F90795 on white background.



Black color preview on #F90795 background

This text has black color on #F90795 background.


White color preview on #F90795 background

This text has white color on #F90795 background.