Color Hex Logo

#f15098 Color Hex

#F15098
(241,80,152)
0 Favorites   0 Comments

Color spaces of #f15098

RGB 24180152
HSL0.930.850.63
HSV333°67°95°
CMYK 0.000.670.37   0.05
XYZ44.811826.705132.4985
Yxy26.70510.43080.2567
Hunter Lab51.677064.3519-1.1123
CIE-Lab58.700467.1695-4.8651

#f15098 color RGB value is (241,80,152).

#f15098 hex color red value is 241, green value is 80 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f15098 hue: 0.93 , saturation: 0.85 and the lightness value of f15098 is 0.63.

The process color (four color CMYK) of #f15098 color hex is 0.00, 0.67, 0.37, 0.05. Web safe color of #f15098 is #ff6699. Color #f15098 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01010000 10011000
Octal 361 120 230
Decimal 241 80 152
Hex F1 50 98

RGB Percentages of Color #f15098

%50.95
%16.91
%32.14

CMYK Percentages of Color #f15098

%0
%67
%37
%5

Triadic Colors of #f15098

#f15098 #98f150 #5098f1

Analogous Colors of #f15098

#f15098 #f15950 #f150e9

Monochromatic Colors of #f15098

#f15098

Complementary Color

#f15098 #50f1a9

#f15098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15098 Color CSS Codes

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

#f15098 Text Font Color

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

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


#f15098 Background Color

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

This div background color is #f15098


#f15098 Border Color

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

This div border color is #f15098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15098


Comments

No comments written yet.

Please login to write comment.