Color Hex Logo

#f4155f Color Hex

#F4155F
(244,21,95)
0 Favorites   0 Comments

Color spaces of #f4155f

RGB 2442195
HSL0.940.910.52
HSV340°91°96°
CMYK 0.000.910.61   0.04
XYZ39.642020.595712.7125
Yxy20.59570.54340.2823
Hunter Lab45.382576.502015.1595
CIE-Lab52.504178.296720.3598

#f4155f color RGB value is (244,21,95).

#f4155f hex color red value is 244, green value is 21 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f4155f hue: 0.94 , saturation: 0.91 and the lightness value of f4155f is 0.52.

The process color (four color CMYK) of #f4155f color hex is 0.00, 0.91, 0.61, 0.04. Web safe color of #f4155f is #ff0066. Color #f4155f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010101 01011111
Octal 364 25 137
Decimal 244 21 95
Hex F4 15 5F

RGB Percentages of Color #f4155f

%67.78
%5.83
%26.39

CMYK Percentages of Color #f4155f

%0
%91
%61
%4

Triadic Colors of #f4155f

#f4155f #5ff415 #155ff4

Analogous Colors of #f4155f

#f4155f #f43a15 #f415cf

Monochromatic Colors of #f4155f

#f4155f

Complementary Color

#f4155f #15f4aa

#f4155f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4155f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4155f Color CSS Codes

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

#f4155f Text Font Color

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

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


#f4155f Background Color

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

This div background color is #f4155f


#f4155f Border Color

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

This div border color is #f4155f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4155f

Related Colors


Comments

No comments written yet.

Please login to write comment.