Color spaces of #f72a37
RGB | 247 | 42 | 55 |
---|---|---|---|
HSL | 0.99 | 0.93 | 0.57 |
HSV | 356° | 83° | 97° |
CMYK | 0.00 | 0.83 | 0.78 0.03 |
XYZ | 39.8753 | 21.7059 | 5.7024 |
Yxy | 21.7059 | 0.5926 | 0.3226 |
Hunter Lab | 46.5896 | 71.2436 | 25.3558 |
CIE-Lab | 53.7136 | 73.8151 | 45.3681 |
#f72a37 color RGB value is (247,42,55).
#f72a37 hex color red value is 247, green value is 42 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #f72a37 hue: 0.99 , saturation: 0.93 and the lightness value of f72a37 is 0.57.
The process color (four color CMYK) of #f72a37 color hex is 0.00, 0.83, 0.78, 0.03. Web safe color of #f72a37 is #ff3333. Color #f72a37 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00101010 | 00110111 |
Octal | 367 | 52 | 67 |
Decimal | 247 | 42 | 55 |
Hex | F7 | 2A | 37 |
Shades of #f72a37
Tints of #f72a37
RGB Percentages of Color #f72a37
CMYK Percentages of Color #f72a37
Complementary Color
#f72a37 | #2af7ea |
#f72a37 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f72a37 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f72a37 Color CSS Codes
.mybgcolor {background-color:#f72a37; } .myforecolor {color:#f72a37; } .mybordercolor {border:3px solid #f72a37; }
#f72a37 Text Font Color
<p style="color:#f72a37">Text here</p>
This sample text font color is #f72a37
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.
#f72a37 Background Color
<div style="background-color:#f72a37">
Div content here</div>
This div background color is #f72a37
#f72a37 Border Color
<div style="border:3px solid #f72a37">
Div here</div>
This div border color is #f72a37
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,42,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f72a37; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f72a37; -webkit-box-shadow: 1px 1px 3px 2px #f72a37; box-shadow: 1px 1px 3px 2px #f72a37; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,42,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f72a37">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f72a37; -webkit-box-shadow: 1px 1px 3px 2px #f72a37; box-shadow: 1px 1px 3px 2px #f72a37;">
Div content here</div>
This div box has shadow with color #f72a37
Comments
No comments written yet.
Please login to write comment.