color codes Logo

#f14a9b color codes

#F14A9B
(241,74,155)
0 Favorites   0 Comments

Color spaces of #f14a9b

RGB 24174155
HSL0.920.860.62
HSV331°69°95°
CMYK 0.000.690.36   0.05
XYZ44.640825.964933.6692
Yxy25.96490.42810.2490
Hunter Lab50.955867.2058-3.5070
CIE-Lab58.003769.6767-7.6523

#f14a9b color RGB value is (241,74,155).

#f14a9b hex color red value is 241, green value is 74 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f14a9b hue: 0.92 , saturation: 0.86 and the lightness value of f14a9b is 0.62.

The process color (four color CMYK) of #f14a9b color code is 0.00, 0.69, 0.36, 0.05. Web safe color of #f14a9b is #ff3399. Color #f14a9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01001010 10011011
Octal 361 112 233
Decimal 241 74 155
Hex F1 4A 9B

RGB Percentages of Color #f14a9b

%51.28
%15.74
%32.98

CMYK Percentages of Color #f14a9b

%0
%69
%36
%5

Triadic Colors of #f14a9b

#f14a9b #9bf14a #4a9bf1

Analogous Colors of #f14a9b

#f14a9b #f14c4a #f14aef

Monochromatic Colors of #f14a9b

#f14a9b

Complementary Color

#f14a9b #4af1a0

#f14a9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f14a9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f14a9b Color CSS Codes

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

#f14a9b Text Font Color

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

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


#f14a9b Background Color

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

This div background color is #f14a9b


#f14a9b Border Color

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

This div border color is #f14a9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f14a9b


Comments

No comments written yet.

Please login to write comment.