Color Hex Logo

#f13fbf Color Hex

#F13FBF
(241,63,191)
0 Favorites   0 Comments

Color spaces of #f13fbf

RGB 24163191
HSL0.880.860.60
HSV317°74°95°
CMYK 0.000.740.21   0.05
XYZ47.457126.017451.8108
Yxy26.01740.37880.2077
Hunter Lab51.007376.8135-24.5190
CIE-Lab58.053677.4690-28.4624

#f13fbf color RGB value is (241,63,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111111 10111111
Octal 361 77 277
Decimal 241 63 191
Hex F1 3F BF

RGB Percentages of Color #f13fbf

%48.69
%12.73
%38.59

CMYK Percentages of Color #f13fbf

%0
%74
%21
%5

Triadic Colors of #f13fbf

#f13fbf #bff13f #3fbff1

Analogous Colors of #f13fbf

#f13fbf #f13f66 #ca3ff1

Monochromatic Colors of #f13fbf

#f13fbf

Complementary Color

#f13fbf #3ff171

#f13fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13fbf Color CSS Codes

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

#f13fbf Text Font Color

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

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


#f13fbf Background Color

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

This div background color is #f13fbf


#f13fbf Border Color

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

This div border color is #f13fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13fbf


Comments

No comments written yet.

Please login to write comment.