Color Hex Logo

#f21942 Color Hex

#F21942
(242,25,66)
0 Favorites   0 Comments

Color spaces of #f21942

RGB 2422566
HSL0.970.890.52
HSV349°90°95°
CMYK 0.000.900.73   0.05
XYZ37.948919.96597.0079
Yxy19.96590.58450.3075
Hunter Lab44.683273.402221.9795
CIE-Lab51.798675.941736.7438

#f21942 color RGB value is (242,25,66).

#f21942 hex color red value is 242, green value is 25 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #f21942 hue: 0.97 , saturation: 0.89 and the lightness value of f21942 is 0.52.

The process color (four color CMYK) of #f21942 color hex is 0.00, 0.90, 0.73, 0.05. Web safe color of #f21942 is #ff0033. Color #f21942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011001 01000010
Octal 362 31 102
Decimal 242 25 66
Hex F2 19 42

RGB Percentages of Color #f21942

%72.67
%7.51
%19.82

CMYK Percentages of Color #f21942

%0
%90
%73
%5

Triadic Colors of #f21942

#f21942 #42f219 #1942f2

Analogous Colors of #f21942

#f21942 #f25d19 #f219af

Monochromatic Colors of #f21942

#f21942

Complementary Color

#f21942 #19f2c9

#f21942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21942 Color CSS Codes

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

#f21942 Text Font Color

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

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


#f21942 Background Color

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

This div background color is #f21942


#f21942 Border Color

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

This div border color is #f21942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21942


Comments

No comments written yet.

Please login to write comment.