Color Hex Logo

#f924e1 Color Hex

#F924E1
(249,36,225)
0 Favorites   0 Comments

Color spaces of #f924e1

RGB 24936225
HSL0.850.950.56
HSV307°86°98°
CMYK 0.000.860.10   0.02
XYZ53.288426.837773.6058
Yxy26.83770.34660.1746
Hunter Lab51.805192.9519-47.9769
CIE-Lab58.823889.7723-46.5218

#f924e1 color RGB value is (249,36,225).

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

The process color (four color CMYK) of #f924e1 color hex is 0.00, 0.86, 0.10, 0.02. Web safe color of #f924e1 is #ff33cc. Color #f924e1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 11100001
Octal 371 44 341
Decimal 249 36 225
Hex F9 24 E1

RGB Percentages of Color #f924e1

%48.82
%7.06
%44.12

CMYK Percentages of Color #f924e1

%0
%86
%10
%2

Triadic Colors of #f924e1

#f924e1 #e1f924 #24e1f9

Analogous Colors of #f924e1

#f924e1 #f92477 #a724f9

Monochromatic Colors of #f924e1

#f924e1

Complementary Color

#f924e1 #24f93c

#f924e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f924e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f924e1 Color CSS Codes

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

#f924e1 Text Font Color

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

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


#f924e1 Background Color

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

This div background color is #f924e1


#f924e1 Border Color

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

This div border color is #f924e1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f924e1


Comments

No comments written yet.

Please login to write comment.