Color spaces of #f9292c
RGB | 249 | 41 | 44 |
---|---|---|---|
HSL | 1.00 | 0.95 | 0.57 |
HSV | 359° | 84° | 98° |
CMYK | 0.00 | 0.84 | 0.82 0.02 |
XYZ | 40.3145 | 21.9075 | 4.4866 |
Yxy | 21.9075 | 0.6043 | 0.3284 |
Hunter Lab | 46.8054 | 71.8362 | 27.0805 |
CIE-Lab | 53.9287 | 74.2569 | 51.4873 |
#f9292c color RGB value is (249,41,44).
#f9292c hex color red value is 249, green value is 41 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f9292c hue: 1.00 , saturation: 0.95 and the lightness value of f9292c is 0.57.
The process color (four color CMYK) of #f9292c color hex is 0.00, 0.84, 0.82, 0.02. Web safe color of #f9292c is #ff3333. Color #f9292c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00101001 | 00101100 |
Octal | 371 | 51 | 54 |
Decimal | 249 | 41 | 44 |
Hex | F9 | 29 | 2C |
Shades of #f9292c
Tints of #f9292c
RGB Percentages of Color #f9292c
CMYK Percentages of Color #f9292c
Complementary Color
#f9292c | #29f9f6 |
#f9292c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f9292c Color Preview on White Background
Lorem ipsum dolor sit amet.
#f9292c Color CSS Codes
.mybgcolor {background-color:#f9292c; } .myforecolor {color:#f9292c; } .mybordercolor {border:3px solid #f9292c; }
#f9292c Text Font Color
<p style="color:#f9292c">Text here</p>
This sample text font color is #f9292c
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.
#f9292c Background Color
<div style="background-color:#f9292c">
Div content here</div>
This div background color is #f9292c
#f9292c Border Color
<div style="border:3px solid #f9292c">
Div here</div>
This div border color is #f9292c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,41,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f9292c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f9292c; -webkit-box-shadow: 1px 1px 3px 2px #f9292c; box-shadow: 1px 1px 3px 2px #f9292c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,41,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f9292c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f9292c; -webkit-box-shadow: 1px 1px 3px 2px #f9292c; box-shadow: 1px 1px 3px 2px #f9292c;">
Div content here</div>
This div box has shadow with color #f9292c
Comments
No comments written yet.
Please login to write comment.