Color Hex Logo

#f01746 Color Hex

#F01746
(240,23,70)
0 Favorites   0 Comments

Color spaces of #f01746

RGB 2402370
HSL0.960.880.52
HSV347°90°94°
CMYK 0.000.900.71   0.06
XYZ37.347119.58037.6053
Yxy19.58030.57870.3034
Hunter Lab44.249673.218820.7844
CIE-Lab51.359375.878733.7706

#f01746 color RGB value is (240,23,70).

#f01746 hex color red value is 240, green value is 23 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f01746 hue: 0.96 , saturation: 0.88 and the lightness value of f01746 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010111 01000110
Octal 360 27 106
Decimal 240 23 70
Hex F0 17 46

RGB Percentages of Color #f01746

%72.07
%6.91
%21.02

CMYK Percentages of Color #f01746

%0
%90
%71
%6

Triadic Colors of #f01746

#f01746 #46f017 #1746f0

Analogous Colors of #f01746

#f01746 #f05517 #f017b3

Monochromatic Colors of #f01746

#f01746

Complementary Color

#f01746 #17f0c1

#f01746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01746 Color CSS Codes

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

#f01746 Text Font Color

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

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


#f01746 Background Color

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

This div background color is #f01746


#f01746 Border Color

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

This div border color is #f01746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01746


Comments

No comments written yet.

Please login to write comment.