Color Hex Logo

#f918ab Color Hex

#F918AB
(249,24,171)
0 Favorites   0 Comments

Color spaces of #f918ab

RGB 24924171
HSL0.890.950.54
HSV321°90°98°
CMYK 0.000.900.31   0.02
XYZ46.744223.733340.6454
Yxy23.73330.42070.2136
Hunter Lab48.716886.0177-15.3650
CIE-Lab55.819885.1011-20.1788

#f918ab color RGB value is (249,24,171).

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

The process color (four color CMYK) of #f918ab color hex is 0.00, 0.90, 0.31, 0.02. Web safe color of #f918ab is #ff0099. Color #f918ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 10101011
Octal 371 30 253
Decimal 249 24 171
Hex F9 18 AB

RGB Percentages of Color #f918ab

%56.08
%5.41
%38.51

CMYK Percentages of Color #f918ab

%0
%90
%31
%2

Triadic Colors of #f918ab

#f918ab #abf918 #18abf9

Analogous Colors of #f918ab

#f918ab #f9183a #d718f9

Monochromatic Colors of #f918ab

#f918ab

Complementary Color

#f918ab #18f966

#f918ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918ab Color CSS Codes

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

#f918ab Text Font Color

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

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


#f918ab Background Color

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

This div background color is #f918ab


#f918ab Border Color

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

This div border color is #f918ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918ab


Comments

No comments written yet.

Please login to write comment.