Color Hex Logo

#f21147 Color Hex

#F21147
(242,17,71)
0 Favorites   0 Comments

Color spaces of #f21147

RGB 2421771
HSL0.960.900.51
HSV346°93°95°
CMYK 0.000.930.71   0.05
XYZ37.955719.73317.7696
Yxy19.73310.57980.3015
Hunter Lab44.422074.778320.7253
CIE-Lab51.534177.104033.4830

#f21147 color RGB value is (242,17,71).

#f21147 hex color red value is 242, green value is 17 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #f21147 hue: 0.96 , saturation: 0.90 and the lightness value of f21147 is 0.51.

The process color (four color CMYK) of #f21147 color hex is 0.00, 0.93, 0.71, 0.05. Web safe color of #f21147 is #ff0033. Color #f21147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00010001 01000111
Octal 362 21 107
Decimal 242 17 71
Hex F2 11 47

RGB Percentages of Color #f21147

%73.33
%5.15
%21.52

CMYK Percentages of Color #f21147

%0
%93
%71
%5

Triadic Colors of #f21147

#f21147 #47f211 #1147f2

Analogous Colors of #f21147

#f21147 #f24b11 #f211b8

Monochromatic Colors of #f21147

#f21147

Complementary Color

#f21147 #11f2bc

#f21147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21147 Color CSS Codes

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

#f21147 Text Font Color

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

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


#f21147 Background Color

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

This div background color is #f21147


#f21147 Border Color

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

This div border color is #f21147


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,17,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f21147; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f21147;
  -webkit-box-shadow: 1px 1px 3px 2px #f21147;
  box-shadow:         1px 1px 3px 2px #f21147; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,17,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21147


Comments

No comments written yet.

Please login to write comment.