Color Hex Logo

#f918ed Color Hex

#F918ED
(249,24,237)
0 Favorites   0 Comments

Color spaces of #f918ed

RGB 24924237
HSL0.840.950.54
HSV303°90°98°
CMYK 0.000.900.05   0.02
XYZ54.679626.907482.4325
Yxy26.90740.33340.1641
Hunter Lab51.872397.3836-57.9096
CIE-Lab58.888593.0505-53.1634

#f918ed color RGB value is (249,24,237).

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

The process color (four color CMYK) of #f918ed color hex is 0.00, 0.90, 0.05, 0.02. Web safe color of #f918ed is #ff00ff. Color #f918ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 11101101
Octal 371 30 355
Decimal 249 24 237
Hex F9 18 ED

RGB Percentages of Color #f918ed

%48.82
%4.71
%46.47

CMYK Percentages of Color #f918ed

%0
%90
%5
%2

Triadic Colors of #f918ed

#f918ed #edf918 #18edf9

Analogous Colors of #f918ed

#f918ed #f9187d #9518f9

Monochromatic Colors of #f918ed

#f918ed

Complementary Color

#f918ed #18f924

#f918ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918ed Color CSS Codes

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

#f918ed Text Font Color

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

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


#f918ed Background Color

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

This div background color is #f918ed


#f918ed Border Color

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

This div border color is #f918ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918ed


Comments

No comments written yet.

Please login to write comment.