Color Hex Logo

#f14fbb Color Hex

#F14FBB
(241,79,187)
0 Favorites   0 Comments

Color spaces of #f14fbb

RGB 24179187
HSL0.890.850.63
HSV320°67°95°
CMYK 0.000.670.22   0.05
XYZ48.041327.880649.8631
Yxy27.88060.38190.2217
Hunter Lab52.802170.0023-19.0284
CIE-Lab59.780771.6454-23.5029

#f14fbb color RGB value is (241,79,187).

#f14fbb hex color red value is 241, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f14fbb hue: 0.89 , saturation: 0.85 and the lightness value of f14fbb is 0.63.

The process color (four color CMYK) of #f14fbb color hex is 0.00, 0.67, 0.22, 0.05. Web safe color of #f14fbb is #ff66cc. Color #f14fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001111 10111011
Octal 361 117 273
Decimal 241 79 187
Hex F1 4F BB

RGB Percentages of Color #f14fbb

%47.53
%15.58
%36.88

CMYK Percentages of Color #f14fbb

%0
%67
%22
%5

Triadic Colors of #f14fbb

#f14fbb #bbf14f #4fbbf1

Analogous Colors of #f14fbb

#f14fbb #f14f6a #d64ff1

Monochromatic Colors of #f14fbb

#f14fbb

Complementary Color

#f14fbb #4ff185

#f14fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14fbb Color CSS Codes

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

#f14fbb Text Font Color

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

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


#f14fbb Background Color

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

This div background color is #f14fbb


#f14fbb Border Color

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

This div border color is #f14fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14fbb


Comments

No comments written yet.

Please login to write comment.