Color spaces of #f67098
RGB | 246 | 112 | 152 |
---|---|---|---|
HSL | 0.95 | 0.88 | 0.70 |
HSV | 342° | 54° | 96° |
CMYK | 0.00 | 0.54 | 0.38 0.04 |
XYZ | 49.4677 | 33.4482 | 33.5547 |
Yxy | 33.4482 | 0.4247 | 0.2872 |
Hunter Lab | 57.8344 | 51.4667 | 6.0849 |
CIE-Lab | 64.5222 | 55.1114 | 3.7399 |
#f67098 color RGB value is (246,112,152).
#f67098 hex color red value is 246, green value is 112 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f67098 hue: 0.95 , saturation: 0.88 and the lightness value of f67098 is 0.70.
The process color (four color CMYK) of #f67098 color hex is 0.00, 0.54, 0.38, 0.04. Web safe color of #f67098 is #ff6699. Color #f67098 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110110 | 01110000 | 10011000 |
Octal | 366 | 160 | 230 |
Decimal | 246 | 112 | 152 |
Hex | F6 | 70 | 98 |
Shades of #f67098
Tints of #f67098
RGB Percentages of Color #f67098
CMYK Percentages of Color #f67098
Complementary Color
#f67098 | #70f6ce |
#f67098 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f67098 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f67098 Color CSS Codes
.mybgcolor {background-color:#f67098; } .myforecolor {color:#f67098; } .mybordercolor {border:3px solid #f67098; }
#f67098 Text Font Color
<p style="color:#f67098">Text here</p>
This sample text font color is #f67098
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.
#f67098 Background Color
<div style="background-color:#f67098">
Div content here</div>
This div background color is #f67098
#f67098 Border Color
<div style="border:3px solid #f67098">
Div here</div>
This div border color is #f67098
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(246,112,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f67098; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f67098; -webkit-box-shadow: 1px 1px 3px 2px #f67098; box-shadow: 1px 1px 3px 2px #f67098; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(246,112,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f67098">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f67098; -webkit-box-shadow: 1px 1px 3px 2px #f67098; box-shadow: 1px 1px 3px 2px #f67098;">
Div content here</div>
This div box has shadow with color #f67098
Comments
No comments written yet.
Please login to write comment.