Color Hex Logo

#f31596 Color Hex

#F31596
(243,21,150)
0 Favorites   0 Comments

Color spaces of #f31596

RGB 24321150
HSL0.900.900.52
HSV325°91°95°
CMYK 0.000.910.38   0.05
XYZ42.735321.793030.8082
Yxy21.79300.44830.2286
Hunter Lab46.683081.7102-6.4501
CIE-Lab53.806782.1568-10.9439

#f31596 color RGB value is (243,21,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00010101 10010110
Octal 363 25 226
Decimal 243 21 150
Hex F3 15 96

RGB Percentages of Color #f31596

%58.70
%5.07
%36.23

CMYK Percentages of Color #f31596

%0
%91
%38
%5

Triadic Colors of #f31596

#f31596 #96f315 #1596f3

Analogous Colors of #f31596

#f31596 #f31527 #e115f3

Monochromatic Colors of #f31596

#f31596

Complementary Color

#f31596 #15f372

#f31596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31596 Color CSS Codes

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

#f31596 Text Font Color

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

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


#f31596 Background Color

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

This div background color is #f31596


#f31596 Border Color

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

This div border color is #f31596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31596


Comments

No comments written yet.

Please login to write comment.