Color Hex Logo

#f15fee Color Hex

#F15FEE
(241,95,238)
0 Favorites   0 Comments

Color spaces of #f15fee

RGB 24195238
HSL0.840.840.66
HSV301°61°95°
CMYK 0.000.610.01   0.05
XYZ55.800533.058284.3288
Yxy33.05820.32220.1909
Hunter Lab57.496372.6170-46.7123
CIE-Lab64.208072.9440-45.3791

#f15fee color RGB value is (241,95,238).

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

The process color (four color CMYK) of #f15fee color hex is 0.00, 0.61, 0.01, 0.05. Web safe color of #f15fee is #ff66ff. Color #f15fee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 11101110
Octal 361 137 356
Decimal 241 95 238
Hex F1 5F EE

RGB Percentages of Color #f15fee

%41.99
%16.55
%41.46

CMYK Percentages of Color #f15fee

%0
%61
%1
%5

Triadic Colors of #f15fee

#f15fee #eef15f #5feef1

Analogous Colors of #f15fee

#f15fee #f15fa5 #ab5ff1

Monochromatic Colors of #f15fee

#f15fee

Complementary Color

#f15fee #5ff162

#f15fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15fee Color CSS Codes

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

#f15fee Text Font Color

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

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


#f15fee Background Color

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

This div background color is #f15fee


#f15fee Border Color

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

This div border color is #f15fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15fee


Comments

No comments written yet.

Please login to write comment.