Color Hex Logo

#f31296 Color Hex

#F31296
(243,18,150)
0 Favorites   0 Comments

Color spaces of #f31296

RGB 24318150
HSL0.900.900.51
HSV325°93°95°
CMYK 0.000.930.38   0.05
XYZ42.683521.689330.7909
Yxy21.68930.44850.2279
Hunter Lab46.571882.0965-6.5993
CIE-Lab53.695882.4799-11.1105

#f31296 color RGB value is (243,18,150).

#f31296 hex color red value is 243, green value is 18 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #f31296 hue: 0.90 , saturation: 0.90 and the lightness value of f31296 is 0.51.

The process color (four color CMYK) of #f31296 color hex is 0.00, 0.93, 0.38, 0.05. Web safe color of #f31296 is #ff0099. Color #f31296 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010010 10010110
Octal 363 22 226
Decimal 243 18 150
Hex F3 12 96

RGB Percentages of Color #f31296

%59.12
%4.38
%36.50

CMYK Percentages of Color #f31296

%0
%93
%38
%5

Triadic Colors of #f31296

#f31296 #96f312 #1296f3

Analogous Colors of #f31296

#f31296 #f31226 #e012f3

Monochromatic Colors of #f31296

#f31296

Complementary Color

#f31296 #12f36f

#f31296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31296 Color CSS Codes

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

#f31296 Text Font Color

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

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


#f31296 Background Color

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

This div background color is #f31296


#f31296 Border Color

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

This div border color is #f31296


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,18,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f31296; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f31296;
  -webkit-box-shadow: 1px 1px 3px 2px #f31296;
  box-shadow:         1px 1px 3px 2px #f31296; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,18,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31296


Comments

No comments written yet.

Please login to write comment.