COLOR #F90203

HEX: #F90203
RGB: (249,2,3)

Color info

#F90203 contains mainly red color. Web safe color of #F90203 is #FF0000 (or #F00).

RGB color model

#F90203 color RGB value is (249,2,3).

  • red value is 249;
  • green value is 2;
  • blue value is 3.
RGB:
(249,2,3)
(98%,1%,1%)

RGB channels and saturation

R 249 of 255 = 98%
G 2 of 255 = 1%
B 3 of 255 = 1%

249
2
3

R + G + B ~ 33%. #F90203 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
249 + 2 + 3 = 254 (100%)
R 249 of 254 ~ 98.03%
G 2 of 254 ~ 0.79%
B 3 of 254 ~ 1.18%

%98.03

CMYK color model

#F90203 color CMYK value is (0,99,99,2).

  • cyan value is 0.00%
  • magenta value is 99.20%
  • yellow value is 98.80%
  • key color value is 2.35%
CMYK:
(0,99,99,2)
C0M99Y99K2 
(0%,99%,99%,2%)
(0.00/0.99/0.99/0.02)	

CMYK percentages

%0
%99.2
%98.8
%2.35

Codes

Color #F90203 in popluar color models

F90203
RGB24923
HSL360°98.41%49.22%
HSB/HSV360°99.20%97.65%
CMYK0.00%99.20%98.80%
2.35%

Color #F90203 in popluar number systems.

HEXF90203
Decimal24923
Binary111110011011
Octal37123

Shades and tints

Shades of #F90203

#F90203
(249,2,3)
#E30203
(227,2,3)
#CD0203
(205,2,3)
#B70203
(183,2,3)
#A10203
(161,2,3)
#8B0203
(139,2,3)
#750203
(117,2,3)
#5F0203
(95,2,3)
#490203
(73,2,3)
#330203
(51,2,3)
#1D0203
(29,2,3)
#000000
(0,0,0)

Tints of #F90203

#F90203
(249,2,3)
#F91919
(249,25,25)
#F9302F
(249,48,47)
#F94745
(249,71,69)
#F95E5B
(249,94,91)
#F97571
(249,117,113)
#F98C87
(249,140,135)
#F9A39D
(249,163,157)
#F9BAB3
(249,186,179)
#F9D1C9
(249,209,201)
#F9E8DF
(249,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F90203 color. Also use rgb(249,2,3) instead hex code.

Text Font Color

.myTextColor { color: #F90203; }

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

This text font color is #F90203.


Background Color

.myBgColor { background-color: #F90203; }

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

This div background color is #F90203.


Border color

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

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

This div border color is #F90203.


Opacity

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

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

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

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

This text has shadow with #F90203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F90203 on black background.


Color preview on white background

This text has color #F90203 on white background.



Black color preview on #F90203 background

This text has black color on #F90203 background.


White color preview on #F90203 background

This text has white color on #F90203 background.