Color Hex Logo

#f10625 Color Hex

#F10625
(241,6,37)
0 Favorites   0 Comments

Color spaces of #f10625

RGB 241637
HSL0.980.950.48
HSV352°98°95°
CMYK 0.000.980.85   0.05
XYZ36.674718.96463.4778
Yxy18.96460.62040.3208
Hunter Lab43.548474.116025.7489
CIE-Lab50.645876.743351.4497

#f10625 color RGB value is (241,6,37).

#f10625 hex color red value is 241, green value is 6 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #f10625 hue: 0.98 , saturation: 0.95 and the lightness value of f10625 is 0.48.

The process color (four color CMYK) of #f10625 color hex is 0.00, 0.98, 0.85, 0.05. Web safe color of #f10625 is #ff0033. Color #f10625 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00000110 00100101
Octal 361 6 45
Decimal 241 6 37
Hex F1 6 25

RGB Percentages of Color #f10625

%84.86
%2.11
%13.03

CMYK Percentages of Color #f10625

%0
%98
%85
%5

Triadic Colors of #f10625

#f10625 #25f106 #0625f1

Analogous Colors of #f10625

#f10625 #f15d06 #f1069b

Monochromatic Colors of #f10625

#f10625

Complementary Color

#f10625 #06f1d2

#f10625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f10625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f10625 Color CSS Codes

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

#f10625 Text Font Color

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

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


#f10625 Background Color

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

This div background color is #f10625


#f10625 Border Color

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

This div border color is #f10625


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,6,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f10625; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f10625;
  -webkit-box-shadow: 1px 1px 3px 2px #f10625;
  box-shadow:         1px 1px 3px 2px #f10625; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,6,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f10625


Comments

No comments written yet.

Please login to write comment.