Color Hex Logo

#f1435f Color Hex

#F1435F
(241,67,95)
0 Favorites   0 Comments

Color spaces of #f1435f

RGB 2416795
HSL0.970.860.60
HSV350°72°95°
CMYK 0.000.720.61   0.05
XYZ40.348323.541313.2438
Yxy23.54130.52310.3052
Hunter Lab48.519463.530217.7798
CIE-Lab55.625667.047924.3983

#f1435f color RGB value is (241,67,95).

#f1435f hex color red value is 241, green value is 67 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f1435f hue: 0.97 , saturation: 0.86 and the lightness value of f1435f is 0.60.

The process color (four color CMYK) of #f1435f color hex is 0.00, 0.72, 0.61, 0.05. Web safe color of #f1435f is #ff3366. Color #f1435f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000011 01011111
Octal 361 103 137
Decimal 241 67 95
Hex F1 43 5F

RGB Percentages of Color #f1435f

%59.80
%16.63
%23.57

CMYK Percentages of Color #f1435f

%0
%72
%61
%5

Triadic Colors of #f1435f

#f1435f #5ff143 #435ff1

Analogous Colors of #f1435f

#f1435f #f17e43 #f143b6

Monochromatic Colors of #f1435f

#f1435f

Complementary Color

#f1435f #43f1d5

#f1435f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1435f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1435f Color CSS Codes

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

#f1435f Text Font Color

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

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


#f1435f Background Color

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

This div background color is #f1435f


#f1435f Border Color

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

This div border color is #f1435f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,67,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 #f1435f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1435f


Comments

No comments written yet.

Please login to write comment.