Color Hex Logo

#f90d2f Color Hex

#F90D2F
(249,13,47)
0 Favorites   0 Comments

Color spaces of #f90d2f

RGB 2491347
HSL0.980.950.51
HSV351°95°98°
CMYK 0.000.950.81   0.02
XYZ39.723920.63284.5782
Yxy20.63280.61170.3177
Hunter Lab45.423376.612125.8205
CIE-Lab52.545378.376648.6350

#f90d2f color RGB value is (249,13,47).

#f90d2f hex color red value is 249, green value is 13 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f90d2f hue: 0.98 , saturation: 0.95 and the lightness value of f90d2f is 0.51.

The process color (four color CMYK) of #f90d2f color hex is 0.00, 0.95, 0.81, 0.02. Web safe color of #f90d2f is #ff0033. Color #f90d2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00001101 00101111
Octal 371 15 57
Decimal 249 13 47
Hex F9 D 2F

RGB Percentages of Color #f90d2f

%80.58
%4.21
%15.21

CMYK Percentages of Color #f90d2f

%0
%95
%81
%2

Triadic Colors of #f90d2f

#f90d2f #2ff90d #0d2ff9

Analogous Colors of #f90d2f

#f90d2f #f9610d #f90da5

Monochromatic Colors of #f90d2f

#f90d2f

Complementary Color

#f90d2f #0df9d7

#f90d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90d2f Color CSS Codes

.mybgcolor {background-color:#f90d2f; } 
.myforecolor {color:#f90d2f; }
.mybordercolor {border:3px solid #f90d2f; }

#f90d2f Text Font Color

<p style="color:#f90d2f">Text here</p>

This sample text font color is #f90d2f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f90d2f Background Color

<div style="background-color:#f90d2f">
Div content here</div>

This div background color is #f90d2f


#f90d2f Border Color

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

This div border color is #f90d2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,13,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f90d2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f90d2f;
  -webkit-box-shadow: 1px 1px 3px 2px #f90d2f;
  box-shadow:         1px 1px 3px 2px #f90d2f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,13,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f90d2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f90d2f;
  -webkit-box-shadow: 1px 1px 3px 2px #f90d2f;
  box-shadow:         1px 1px 3px 2px #f90d2f;">
Div content here</div>

This div box has shadow with color #f90d2f


Comments

No comments written yet.

Please login to write comment.