Color Hex Logo

#f918ba Color Hex

#F918BA
(249,24,186)
0 Favorites   0 Comments

Color spaces of #f918ba

RGB 24924186
HSL0.880.950.54
HSV317°90°98°
CMYK 0.000.900.25   0.02
XYZ48.256524.338248.6087
Yxy24.33820.39810.2008
Hunter Lab49.333888.2682-23.8850
CIE-Lab56.424886.7042-27.9852

#f918ba color RGB value is (249,24,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 00011000 10111010
Octal 371 30 272
Decimal 249 24 186
Hex F9 18 BA

RGB Percentages of Color #f918ba

%54.25
%5.23
%40.52

CMYK Percentages of Color #f918ba

%0
%90
%25
%2

Triadic Colors of #f918ba

#f918ba #baf918 #18baf9

Analogous Colors of #f918ba

#f918ba #f91849 #c818f9

Monochromatic Colors of #f918ba

#f918ba

Complementary Color

#f918ba #18f957

#f918ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f918ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f918ba Color CSS Codes

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

#f918ba Text Font Color

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

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


#f918ba Background Color

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

This div background color is #f918ba


#f918ba Border Color

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

This div border color is #f918ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f918ba


Comments

No comments written yet.

Please login to write comment.