Color spaces of #f7018e
RGB | 247 | 1 | 142 |
---|---|---|---|
HSL | 0.90 | 0.99 | 0.49 |
HSV | 326° | 100° | 97° |
CMYK | 0.00 | 1.00 | 0.43 0.03 |
XYZ | 43.2511 | 21.7489 | 27.5095 |
Yxy | 21.7489 | 0.4675 | 0.2351 |
Hunter Lab | 46.6357 | 83.9327 | -2.3290 |
CIE-Lab | 53.7596 | 83.8948 | -6.1609 |
#f7018e color RGB value is (247,1,142).
#f7018e hex color red value is 247, green value is 1 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #f7018e hue: 0.90 , saturation: 0.99 and the lightness value of f7018e is 0.49.
The process color (four color CMYK) of #f7018e color hex is 0.00, 1.00, 0.43, 0.03. Web safe color of #f7018e is #ff0099. Color #f7018e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110111 | 00000001 | 10001110 |
Octal | 367 | 1 | 216 |
Decimal | 247 | 1 | 142 |
Hex | F7 | 1 | 8E |
Shades of #f7018e
Tints of #f7018e
RGB Percentages of Color #f7018e
CMYK Percentages of Color #f7018e
Complementary Color
#f7018e | #01f76a |
#f7018e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f7018e Color Preview on White Background
Lorem ipsum dolor sit amet.
#f7018e Color CSS Codes
.mybgcolor {background-color:#f7018e; } .myforecolor {color:#f7018e; } .mybordercolor {border:3px solid #f7018e; }
#f7018e Text Font Color
<p style="color:#f7018e">Text here</p>
This sample text font color is #f7018e
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.
#f7018e Background Color
<div style="background-color:#f7018e">
Div content here</div>
This div background color is #f7018e
#f7018e Border Color
<div style="border:3px solid #f7018e">
Div here</div>
This div border color is #f7018e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(247,1,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f7018e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f7018e; -webkit-box-shadow: 1px 1px 3px 2px #f7018e; box-shadow: 1px 1px 3px 2px #f7018e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(247,1,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f7018e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f7018e; -webkit-box-shadow: 1px 1px 3px 2px #f7018e; box-shadow: 1px 1px 3px 2px #f7018e;">
Div content here</div>
This div box has shadow with color #f7018e
Comments
No comments written yet.
Please login to write comment.