Color Hex Logo

#f918be Color Hex

#F918BE
(249,24,190)
0 Favorites   0 Comments

Color spaces of #f918be

RGB 24924190
HSL0.880.950.54
HSV316°90°98°
CMYK 0.000.900.24   0.02
XYZ48.687824.510750.8801
Yxy24.51070.39240.1975
Hunter Lab49.508388.9023-26.2771
CIE-Lab56.595587.1532-30.0356

#f918be color RGB value is (249,24,190).

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

The process color (four color CMYK) of #f918be color hex is 0.00, 0.90, 0.24, 0.02. Web safe color of #f918be is #ff00cc. Color #f918be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 10111110
Octal 371 30 276
Decimal 249 24 190
Hex F9 18 BE

RGB Percentages of Color #f918be

%53.78
%5.18
%41.04

CMYK Percentages of Color #f918be

%0
%90
%24
%2

Triadic Colors of #f918be

#f918be #bef918 #18bef9

Analogous Colors of #f918be

#f918be #f9184e #c418f9

Monochromatic Colors of #f918be

#f918be

Complementary Color

#f918be #18f953

#f918be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918be Color CSS Codes

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

#f918be Text Font Color

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

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


#f918be Background Color

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

This div background color is #f918be


#f918be Border Color

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

This div border color is #f918be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918be


Comments

No comments written yet.

Please login to write comment.