Color Hex Logo

#f92490 Color Hex

#F92490
(249,36,144)
0 Favorites   0 Comments

Color spaces of #f92490

RGB 24936144
HSL0.920.950.56
HSV330°86°98°
CMYK 0.000.860.42   0.02
XYZ44.731823.415128.5475
Yxy23.41510.46260.2422
Hunter Lab48.389280.3276-1.1061
CIE-Lab55.497480.7439-4.7354

#f92490 color RGB value is (249,36,144).

#f92490 hex color red value is 249, green value is 36 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #f92490 hue: 0.92 , saturation: 0.95 and the lightness value of f92490 is 0.56.

The process color (four color CMYK) of #f92490 color hex is 0.00, 0.86, 0.42, 0.02. Web safe color of #f92490 is #ff3399. Color #f92490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 10010000
Octal 371 44 220
Decimal 249 36 144
Hex F9 24 90

RGB Percentages of Color #f92490

%58.04
%8.39
%33.57

CMYK Percentages of Color #f92490

%0
%86
%42
%2

Triadic Colors of #f92490

#f92490 #90f924 #2490f9

Analogous Colors of #f92490

#f92490 #f92425 #f824f9

Monochromatic Colors of #f92490

#f92490

Complementary Color

#f92490 #24f98d

#f92490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92490 Color CSS Codes

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

#f92490 Text Font Color

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

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


#f92490 Background Color

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

This div background color is #f92490


#f92490 Border Color

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

This div border color is #f92490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92490


Comments

No comments written yet.

Please login to write comment.