Color Hex Logo

#f91019 Color Hex

#F91019
(249,16,25)
0 Favorites   0 Comments

Color spaces of #f91019

RGB 2491625
HSL0.990.950.52
HSV358°94°98°
CMYK 0.000.940.90   0.02
XYZ39.427720.58052.8141
Yxy20.58050.62760.3276
Hunter Lab45.365775.745628.0782
CIE-Lab52.487377.695058.9495

#f91019 color RGB value is (249,16,25).

#f91019 hex color red value is 249, green value is 16 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #f91019 hue: 0.99 , saturation: 0.95 and the lightness value of f91019 is 0.52.

The process color (four color CMYK) of #f91019 color hex is 0.00, 0.94, 0.90, 0.02. Web safe color of #f91019 is #ff0000. Color #f91019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010000 00011001
Octal 371 20 31
Decimal 249 16 25
Hex F9 10 19

RGB Percentages of Color #f91019

%85.86
%5.52
%8.62

CMYK Percentages of Color #f91019

%0
%94
%90
%2

Triadic Colors of #f91019

#f91019 #19f910 #1019f9

Analogous Colors of #f91019

#f91019 #f97c10 #f9108e

Monochromatic Colors of #f91019

#f91019

Complementary Color

#f91019 #10f9f0

#f91019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f91019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f91019 Color CSS Codes

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

#f91019 Text Font Color

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

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


#f91019 Background Color

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

This div background color is #f91019


#f91019 Border Color

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

This div border color is #f91019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f91019


Comments

No comments written yet.

Please login to write comment.