Color spaces of #f3083c
RGB | 243 | 8 | 60 |
---|---|---|---|
HSL | 0.96 | 0.94 | 0.49 |
HSV | 347° | 97° | 95° |
CMYK | 0.00 | 0.97 | 0.75 0.05 |
XYZ | 37.8646 | 19.5546 | 6.0537 |
Yxy | 19.5546 | 0.5965 | 0.3081 |
Hunter Lab | 44.2206 | 75.4575 | 22.8377 |
CIE-Lab | 51.3298 | 77.6895 | 39.7521 |
#f3083c color RGB value is (243,8,60).
#f3083c hex color red value is 243, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #f3083c hue: 0.96 , saturation: 0.94 and the lightness value of f3083c is 0.49.
The process color (four color CMYK) of #f3083c color hex is 0.00, 0.97, 0.75, 0.05. Web safe color of #f3083c is #ff0033. Color #f3083c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00001000 | 00111100 |
Octal | 363 | 10 | 74 |
Decimal | 243 | 8 | 60 |
Hex | F3 | 8 | 3C |
Shades of #f3083c
Tints of #f3083c
RGB Percentages of Color #f3083c
CMYK Percentages of Color #f3083c
Complementary Color
#f3083c | #08f3bf |
#f3083c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3083c Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3083c Color CSS Codes
.mybgcolor {background-color:#f3083c; } .myforecolor {color:#f3083c; } .mybordercolor {border:3px solid #f3083c; }
#f3083c Text Font Color
<p style="color:#f3083c">Text here</p>
This sample text font color is #f3083c
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.
#f3083c Background Color
<div style="background-color:#f3083c">
Div content here</div>
This div background color is #f3083c
#f3083c Border Color
<div style="border:3px solid #f3083c">
Div here</div>
This div border color is #f3083c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,8,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3083c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3083c; -webkit-box-shadow: 1px 1px 3px 2px #f3083c; box-shadow: 1px 1px 3px 2px #f3083c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,8,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f3083c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3083c; -webkit-box-shadow: 1px 1px 3px 2px #f3083c; box-shadow: 1px 1px 3px 2px #f3083c;">
Div content here</div>
This div box has shadow with color #f3083c
Comments
No comments written yet.
Please login to write comment.