Color Hex Logo

#f90314 Color Hex

#F90314
(249,3,20)
0 Favorites   0 Comments

Color spaces of #f90314

RGB 249320
HSL0.990.980.49
HSV356°99°98°
CMYK 0.000.990.92   0.02
XYZ39.225820.25542.5041
Yxy20.25540.63280.3268
Hunter Lab45.006076.814428.2053
CIE-Lab52.124878.620160.5807

#f90314 color RGB value is (249,3,20).

#f90314 hex color red value is 249, green value is 3 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #f90314 hue: 0.99 , saturation: 0.98 and the lightness value of f90314 is 0.49.

The process color (four color CMYK) of #f90314 color hex is 0.00, 0.99, 0.92, 0.02. Web safe color of #f90314 is #ff0000. Color #f90314 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00000011 00010100
Octal 371 3 24
Decimal 249 3 20
Hex F9 3 14

RGB Percentages of Color #f90314

%91.54
%1.10
%7.35

CMYK Percentages of Color #f90314

%0
%99
%92
%2

Triadic Colors of #f90314

#f90314 #14f903 #0314f9

Analogous Colors of #f90314

#f90314 #f96d03 #f9038f

Monochromatic Colors of #f90314

#f90314

Complementary Color

#f90314 #03f9e8

#f90314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f90314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f90314 Color CSS Codes

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

#f90314 Text Font Color

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

This sample text font color is #f90314
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.


#f90314 Background Color

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

This div background color is #f90314


#f90314 Border Color

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

This div border color is #f90314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f90314


Comments

No comments written yet.

Please login to write comment.