Color Hex Logo

#f924ee Color Hex

#F924EE
(249,36,238)
0 Favorites   0 Comments

Color spaces of #f924ee

RGB 24936238
HSL0.840.950.56
HSV303°86°98°
CMYK 0.000.860.04   0.02
XYZ55.130427.574583.3056
Yxy27.57450.33210.1661
Hunter Lab52.511495.5076-57.3013
CIE-Lab59.502491.5442-52.7464

#f924ee color RGB value is (249,36,238).

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

The process color (four color CMYK) of #f924ee color hex is 0.00, 0.86, 0.04, 0.02. Web safe color of #f924ee is #ff33ff. Color #f924ee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00100100 11101110
Octal 371 44 356
Decimal 249 36 238
Hex F9 24 EE

RGB Percentages of Color #f924ee

%47.61
%6.88
%45.51

CMYK Percentages of Color #f924ee

%0
%86
%4
%2

Triadic Colors of #f924ee

#f924ee #eef924 #24eef9

Analogous Colors of #f924ee

#f924ee #f92484 #9a24f9

Monochromatic Colors of #f924ee

#f924ee

Complementary Color

#f924ee #24f92f

#f924ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f924ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f924ee Color CSS Codes

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

#f924ee Text Font Color

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

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


#f924ee Background Color

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

This div background color is #f924ee


#f924ee Border Color

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

This div border color is #f924ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f924ee


Comments

No comments written yet.

Please login to write comment.