Color Hex Logo

#f1625f Color Hex

#F1625F
(241,98,95)
0 Favorites   0 Comments

Color spaces of #f1625f

RGB 2419895
HSL0.000.840.66
HSV61°95°
CMYK 0.000.590.61   0.05
XYZ42.708928.262414.0306
Yxy28.26240.50240.3325
Hunter Lab53.162450.366821.5659
CIE-Lab60.125154.843530.2313

#f1625f color RGB value is (241,98,95).

#f1625f hex color red value is 241, green value is 98 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f1625f hue: 0.00 , saturation: 0.84 and the lightness value of f1625f is 0.66.

The process color (four color CMYK) of #f1625f color hex is 0.00, 0.59, 0.61, 0.05. Web safe color of #f1625f is #ff6666. Color #f1625f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100010 01011111
Octal 361 142 137
Decimal 241 98 95
Hex F1 62 5F

RGB Percentages of Color #f1625f

%55.53
%22.58
%21.89

CMYK Percentages of Color #f1625f

%0
%59
%61
%5

Triadic Colors of #f1625f

#f1625f #5ff162 #625ff1

Analogous Colors of #f1625f

#f1625f #f1ab5f #f15fa5

Monochromatic Colors of #f1625f

#f1625f

Complementary Color

#f1625f #5feef1

#f1625f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1625f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1625f Color CSS Codes

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

#f1625f Text Font Color

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

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


#f1625f Background Color

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

This div background color is #f1625f


#f1625f Border Color

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

This div border color is #f1625f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1625f


Comments

No comments written yet.

Please login to write comment.