Color spaces of #f3014f
RGB | 243 | 1 | 79 |
---|---|---|---|
HSL | 0.95 | 0.99 | 0.48 |
HSV | 341° | 100° | 95° |
CMYK | 0.00 | 1.00 | 0.67 0.05 |
XYZ | 38.3843 | 19.6409 | 9.1651 |
Yxy | 19.6409 | 0.5713 | 0.2923 |
Hunter Lab | 44.3181 | 77.0440 | 18.7613 |
CIE-Lab | 51.4288 | 78.9388 | 28.6057 |
#f3014f color RGB value is (243,1,79).
#f3014f hex color red value is 243, green value is 1 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f3014f hue: 0.95 , saturation: 0.99 and the lightness value of f3014f is 0.48.
The process color (four color CMYK) of #f3014f color hex is 0.00, 1.00, 0.67, 0.05. Web safe color of #f3014f is #ff0066. Color #f3014f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110011 | 00000001 | 01001111 |
Octal | 363 | 1 | 117 |
Decimal | 243 | 1 | 79 |
Hex | F3 | 1 | 4F |
Shades of #f3014f
Tints of #f3014f
RGB Percentages of Color #f3014f
CMYK Percentages of Color #f3014f
Complementary Color
#f3014f | #01f3a5 |
#f3014f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f3014f Color Preview on White Background
Lorem ipsum dolor sit amet.
#f3014f Color CSS Codes
.mybgcolor {background-color:#f3014f; } .myforecolor {color:#f3014f; } .mybordercolor {border:3px solid #f3014f; }
#f3014f Text Font Color
<p style="color:#f3014f">Text here</p>
This sample text font color is #f3014f
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.
#f3014f Background Color
<div style="background-color:#f3014f">
Div content here</div>
This div background color is #f3014f
#f3014f Border Color
<div style="border:3px solid #f3014f">
Div here</div>
This div border color is #f3014f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(243,1,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f3014f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f3014f; -webkit-box-shadow: 1px 1px 3px 2px #f3014f; box-shadow: 1px 1px 3px 2px #f3014f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(243,1,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f3014f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f3014f; -webkit-box-shadow: 1px 1px 3px 2px #f3014f; box-shadow: 1px 1px 3px 2px #f3014f;">
Div content here</div>
This div box has shadow with color #f3014f
Comments
No comments written yet.
Please login to write comment.