Color spaces of #f2112f
RGB | 242 | 17 | 47 |
---|---|---|---|
HSL | 0.98 | 0.90 | 0.51 |
HSV | 352° | 93° | 95° |
CMYK | 0.00 | 0.93 | 0.81 0.05 |
XYZ | 37.3315 | 19.4834 | 4.4824 |
Yxy | 19.4834 | 0.6090 | 0.3179 |
Hunter Lab | 44.1400 | 73.7217 | 24.8771 |
CIE-Lab | 51.2480 | 76.3074 | 46.8870 |
#f2112f color RGB value is (242,17,47).
#f2112f hex color red value is 242, green value is 17 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f2112f hue: 0.98 , saturation: 0.90 and the lightness value of f2112f is 0.51.
The process color (four color CMYK) of #f2112f color hex is 0.00, 0.93, 0.81, 0.05. Web safe color of #f2112f is #ff0033. Color #f2112f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110010 | 00010001 | 00101111 |
Octal | 362 | 21 | 57 |
Decimal | 242 | 17 | 47 |
Hex | F2 | 11 | 2F |
Shades of #f2112f
Tints of #f2112f
RGB Percentages of Color #f2112f
CMYK Percentages of Color #f2112f
Complementary Color
#f2112f | #11f2d4 |
#f2112f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f2112f Color Preview on White Background
Lorem ipsum dolor sit amet.
#f2112f Color CSS Codes
.mybgcolor {background-color:#f2112f; } .myforecolor {color:#f2112f; } .mybordercolor {border:3px solid #f2112f; }
#f2112f Text Font Color
<p style="color:#f2112f">Text here</p>
This sample text font color is #f2112f
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.
#f2112f Background Color
<div style="background-color:#f2112f">
Div content here</div>
This div background color is #f2112f
#f2112f Border Color
<div style="border:3px solid #f2112f">
Div here</div>
This div border color is #f2112f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(242,17,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f2112f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f2112f; -webkit-box-shadow: 1px 1px 3px 2px #f2112f; box-shadow: 1px 1px 3px 2px #f2112f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(242,17,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f2112f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f2112f; -webkit-box-shadow: 1px 1px 3px 2px #f2112f; box-shadow: 1px 1px 3px 2px #f2112f;">
Div content here</div>
This div box has shadow with color #f2112f
Comments
No comments written yet.
Please login to write comment.