Color Hex Logo

#f418cb Color Hex

#F418CB
(244,24,203)
0 Favorites   0 Comments

Color spaces of #f418cb

RGB 24424203
HSL0.860.910.53
HSV311°90°96°
CMYK 0.000.900.17   0.04
XYZ48.414424.198258.6189
Yxy24.19820.36890.1844
Hunter Lab49.191789.5941-36.2183
CIE-Lab56.285787.7385-38.0701

#f418cb color RGB value is (244,24,203).

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

The process color (four color CMYK) of #f418cb color hex is 0.00, 0.90, 0.17, 0.04. Web safe color of #f418cb is #ff00cc. Color #f418cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011000 11001011
Octal 364 30 313
Decimal 244 24 203
Hex F4 18 CB

RGB Percentages of Color #f418cb

%51.80
%5.10
%43.10

CMYK Percentages of Color #f418cb

%0
%90
%17
%4

Triadic Colors of #f418cb

#f418cb #cbf418 #18cbf4

Analogous Colors of #f418cb

#f418cb #f4185d #af18f4

Monochromatic Colors of #f418cb

#f418cb

Complementary Color

#f418cb #18f441

#f418cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f418cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f418cb Color CSS Codes

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

#f418cb Text Font Color

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

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


#f418cb Background Color

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

This div background color is #f418cb


#f418cb Border Color

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

This div border color is #f418cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f418cb


Comments

No comments written yet.

Please login to write comment.