Color Hex Logo

#f12758 Color Hex

#F12758
(241,39,88)
0 Favorites   0 Comments

Color spaces of #f12758

RGB 2413988
HSL0.960.880.55
HSV345°84°95°
CMYK 0.000.840.63   0.05
XYZ38.762620.856411.2152
Yxy20.85640.54720.2944
Hunter Lab45.668871.586117.4079
CIE-Lab52.792074.273024.8552

#f12758 color RGB value is (241,39,88).

#f12758 hex color red value is 241, green value is 39 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #f12758 hue: 0.96 , saturation: 0.88 and the lightness value of f12758 is 0.55.

The process color (four color CMYK) of #f12758 color hex is 0.00, 0.84, 0.63, 0.05. Web safe color of #f12758 is #ff3366. Color #f12758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00100111 01011000
Octal 361 47 130
Decimal 241 39 88
Hex F1 27 58

RGB Percentages of Color #f12758

%65.49
%10.60
%23.91

CMYK Percentages of Color #f12758

%0
%84
%63
%5

Triadic Colors of #f12758

#f12758 #58f127 #2758f1

Analogous Colors of #f12758

#f12758 #f15b27 #f127bd

Monochromatic Colors of #f12758

#f12758

Complementary Color

#f12758 #27f1c0

#f12758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12758 Color CSS Codes

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

#f12758 Text Font Color

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

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


#f12758 Background Color

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

This div background color is #f12758


#f12758 Border Color

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

This div border color is #f12758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12758


Comments

No comments written yet.

Please login to write comment.