Color Hex Logo

#f13fba Color Hex

#F13FBA
(241,63,186)
0 Favorites   0 Comments

Color spaces of #f13fba

RGB 24163186
HSL0.880.860.60
HSV319°74°95°
CMYK 0.000.740.23   0.05
XYZ46.916125.801048.9617
Yxy25.80100.38560.2120
Hunter Lab50.794775.9794-21.5942
CIE-Lab57.847776.8433-25.9011

#f13fba color RGB value is (241,63,186).

#f13fba hex color red value is 241, green value is 63 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f13fba hue: 0.88 , saturation: 0.86 and the lightness value of f13fba is 0.60.

The process color (four color CMYK) of #f13fba color hex is 0.00, 0.74, 0.23, 0.05. Web safe color of #f13fba is #ff33cc. Color #f13fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111111 10111010
Octal 361 77 272
Decimal 241 63 186
Hex F1 3F BA

RGB Percentages of Color #f13fba

%49.18
%12.86
%37.96

CMYK Percentages of Color #f13fba

%0
%74
%23
%5

Triadic Colors of #f13fba

#f13fba #baf13f #3fbaf1

Analogous Colors of #f13fba

#f13fba #f13f61 #cf3ff1

Monochromatic Colors of #f13fba

#f13fba

Complementary Color

#f13fba #3ff176

#f13fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13fba Color CSS Codes

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

#f13fba Text Font Color

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

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


#f13fba Background Color

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

This div background color is #f13fba


#f13fba Border Color

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

This div border color is #f13fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,63,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 #f13fba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13fba


Comments

No comments written yet.

Please login to write comment.