Color Hex Logo

#f418ee Color Hex

#F418EE
(244,24,238)
0 Favorites   0 Comments

Color spaces of #f418ee

RGB 24424238
HSL0.840.910.53
HSV302°90°96°
CMYK 0.000.900.02   0.04
XYZ53.067526.059483.1219
Yxy26.05940.32710.1606
Hunter Lab51.048496.2254-60.8078
CIE-Lab58.093492.3502-55.0411

#f418ee color RGB value is (244,24,238).

#f418ee hex color red value is 244, green value is 24 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #f418ee hue: 0.84 , saturation: 0.91 and the lightness value of f418ee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011000 11101110
Octal 364 30 356
Decimal 244 24 238
Hex F4 18 EE

RGB Percentages of Color #f418ee

%48.22
%4.74
%47.04

CMYK Percentages of Color #f418ee

%0
%90
%2
%4

Triadic Colors of #f418ee

#f418ee #eef418 #18eef4

Analogous Colors of #f418ee

#f418ee #f41880 #8c18f4

Monochromatic Colors of #f418ee

#f418ee

Complementary Color

#f418ee #18f41e

#f418ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f418ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f418ee Color CSS Codes

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

#f418ee Text Font Color

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

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


#f418ee Background Color

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

This div background color is #f418ee


#f418ee Border Color

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

This div border color is #f418ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,24,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 #f418ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f418ee


Comments

No comments written yet.

Please login to write comment.