Color Hex Logo

#f15fbf Color Hex

#F15FBF
(241,95,191)
0 Favorites   0 Comments

Color spaces of #f15fbf

RGB 24195191
HSL0.890.840.66
HSV321°61°95°
CMYK 0.000.610.21   0.05
XYZ49.771830.646852.5824
Yxy30.64680.37420.2304
Hunter Lab55.359663.6038-17.5640
CIE-Lab62.208365.9074-22.0703

#f15fbf color RGB value is (241,95,191).

#f15fbf hex color red value is 241, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f15fbf hue: 0.89 , saturation: 0.84 and the lightness value of f15fbf is 0.66.

The process color (four color CMYK) of #f15fbf color hex is 0.00, 0.61, 0.21, 0.05. Web safe color of #f15fbf is #ff66cc. Color #f15fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 10111111
Octal 361 137 277
Decimal 241 95 191
Hex F1 5F BF

RGB Percentages of Color #f15fbf

%45.73
%18.03
%36.24

CMYK Percentages of Color #f15fbf

%0
%61
%21
%5

Triadic Colors of #f15fbf

#f15fbf #bff15f #5fbff1

Analogous Colors of #f15fbf

#f15fbf #f15f76 #da5ff1

Monochromatic Colors of #f15fbf

#f15fbf

Complementary Color

#f15fbf #5ff191

#f15fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15fbf Color CSS Codes

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

#f15fbf Text Font Color

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

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


#f15fbf Background Color

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

This div background color is #f15fbf


#f15fbf Border Color

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

This div border color is #f15fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15fbf


Comments

No comments written yet.

Please login to write comment.