Color Hex Logo

#f31946 Color Hex

#F31946
(243,25,70)
0 Favorites   0 Comments

Color spaces of #f31946

RGB 2432570
HSL0.970.900.53
HSV348°90°95°
CMYK 0.000.900.71   0.05
XYZ38.415320.19217.6671
Yxy20.19210.57960.3047
Hunter Lab44.935673.961721.3386
CIE-Lab52.053776.344534.7453

#f31946 color RGB value is (243,25,70).

#f31946 hex color red value is 243, green value is 25 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f31946 hue: 0.97 , saturation: 0.90 and the lightness value of f31946 is 0.53.

The process color (four color CMYK) of #f31946 color hex is 0.00, 0.90, 0.71, 0.05. Web safe color of #f31946 is #ff0033. Color #f31946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 00011001 01000110
Octal 363 31 106
Decimal 243 25 70
Hex F3 19 46

RGB Percentages of Color #f31946

%71.89
%7.40
%20.71

CMYK Percentages of Color #f31946

%0
%90
%71
%5

Triadic Colors of #f31946

#f31946 #46f319 #1946f3

Analogous Colors of #f31946

#f31946 #f35919 #f319b3

Monochromatic Colors of #f31946

#f31946

Complementary Color

#f31946 #19f3c6

#f31946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f31946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f31946 Color CSS Codes

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

#f31946 Text Font Color

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

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


#f31946 Background Color

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

This div background color is #f31946


#f31946 Border Color

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

This div border color is #f31946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f31946

Related Colors


Comments

No comments written yet.

Please login to write comment.