Color Hex Logo

#f22492 Color Hex

#F22492
(242,36,146)
0 Favorites   0 Comments

Color spaces of #f22492

RGB 24236146
HSL0.910.890.55
HSV328°85°95°
CMYK 0.000.850.40   0.05
XYZ42.437122.214329.2452
Yxy22.21430.45200.2366
Hunter Lab47.132078.2381-3.7967
CIE-Lab54.253679.3372-7.9142

#f22492 color RGB value is (242,36,146).

#f22492 hex color red value is 242, green value is 36 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #f22492 hue: 0.91 , saturation: 0.89 and the lightness value of f22492 is 0.55.

The process color (four color CMYK) of #f22492 color hex is 0.00, 0.85, 0.40, 0.05. Web safe color of #f22492 is #ff3399. Color #f22492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00100100 10010010
Octal 362 44 222
Decimal 242 36 146
Hex F2 24 92

RGB Percentages of Color #f22492

%57.08
%8.49
%34.43

CMYK Percentages of Color #f22492

%0
%85
%40
%5

Triadic Colors of #f22492

#f22492 #92f224 #2492f2

Analogous Colors of #f22492

#f22492 #f2242b #eb24f2

Monochromatic Colors of #f22492

#f22492

Complementary Color

#f22492 #24f284

#f22492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f22492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f22492 Color CSS Codes

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

#f22492 Text Font Color

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

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


#f22492 Background Color

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

This div background color is #f22492


#f22492 Border Color

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

This div border color is #f22492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f22492


Comments

No comments written yet.

Please login to write comment.