Color Hex Logo

#f190bf Color Hex

#F190BF
(241,144,191)
0 Favorites   0 Comments

Color spaces of #f190bf

RGB 241144191
HSL0.920.780.75
HSV331°40°95°
CMYK 0.000.400.21   0.05
XYZ55.652942.408954.5427
Yxy42.40890.36470.2779
Hunter Lab65.122138.5811-4.0726
CIE-Lab71.151942.6438-8.5765

#f190bf color RGB value is (241,144,191).

#f190bf hex color red value is 241, green value is 144 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f190bf hue: 0.92 , saturation: 0.78 and the lightness value of f190bf is 0.75.

The process color (four color CMYK) of #f190bf color hex is 0.00, 0.40, 0.21, 0.05. Web safe color of #f190bf is #ff99cc. Color #f190bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010000 10111111
Octal 361 220 277
Decimal 241 144 191
Hex F1 90 BF

RGB Percentages of Color #f190bf

%41.84
%25.00
%33.16

CMYK Percentages of Color #f190bf

%0
%40
%21
%5

Triadic Colors of #f190bf

#f190bf #bff190 #90bff1

Analogous Colors of #f190bf

#f190bf #f19290 #f190f0

Monochromatic Colors of #f190bf

#f190bf

Complementary Color

#f190bf #90f1c2

#f190bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f190bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f190bf Color CSS Codes

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

#f190bf Text Font Color

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

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


#f190bf Background Color

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

This div background color is #f190bf


#f190bf Border Color

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

This div border color is #f190bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,144,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f190bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f190bf;
  -webkit-box-shadow: 1px 1px 3px 2px #f190bf;
  box-shadow:         1px 1px 3px 2px #f190bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,144,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f190bf


Comments

No comments written yet.

Please login to write comment.