Color Hex Logo

#f1244d Color Hex

#F1244D
(241,36,77)
0 Favorites   0 Comments

Color spaces of #f1244d

RGB 2413677
HSL0.970.880.54
HSV348°85°95°
CMYK 0.000.850.68   0.05
XYZ38.246120.49838.9620
Yxy20.49830.56490.3028
Hunter Lab45.275071.556619.9563
CIE-Lab52.396074.325630.9256

#f1244d color RGB value is (241,36,77).

#f1244d hex color red value is 241, green value is 36 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f1244d hue: 0.97 , saturation: 0.88 and the lightness value of f1244d is 0.54.

The process color (four color CMYK) of #f1244d color hex is 0.00, 0.85, 0.68, 0.05. Web safe color of #f1244d is #ff3366. Color #f1244d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100100 01001101
Octal 361 44 115
Decimal 241 36 77
Hex F1 24 4D

RGB Percentages of Color #f1244d

%68.08
%10.17
%21.75

CMYK Percentages of Color #f1244d

%0
%85
%68
%5

Triadic Colors of #f1244d

#f1244d #4df124 #244df1

Analogous Colors of #f1244d

#f1244d #f16224 #f124b4

Monochromatic Colors of #f1244d

#f1244d

Complementary Color

#f1244d #24f1c8

#f1244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1244d Color CSS Codes

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

#f1244d Text Font Color

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

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


#f1244d Background Color

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

This div background color is #f1244d


#f1244d Border Color

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

This div border color is #f1244d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1244d


Comments

No comments written yet.

Please login to write comment.