Color spaces of #f91768
RGB | 249 | 23 | 104 |
---|---|---|---|
HSL | 0.94 | 0.95 | 0.53 |
HSV | 338° | 91° | 98° |
CMYK | 0.00 | 0.91 | 0.58 0.02 |
XYZ | 41.8720 | 21.7520 | 15.0884 |
Yxy | 21.7520 | 0.5320 | 0.2763 |
Hunter Lab | 46.6390 | 78.6370 | 13.4662 |
CIE-Lab | 53.7629 | 79.7487 | 16.7846 |
#f91768 color RGB value is (249,23,104).
#f91768 hex color red value is 249, green value is 23 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #f91768 hue: 0.94 , saturation: 0.95 and the lightness value of f91768 is 0.53.
The process color (four color CMYK) of #f91768 color hex is 0.00, 0.91, 0.58, 0.02. Web safe color of #f91768 is #ff0066. Color #f91768 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00010111 | 01101000 |
Octal | 371 | 27 | 150 |
Decimal | 249 | 23 | 104 |
Hex | F9 | 17 | 68 |
Shades of #f91768
Tints of #f91768
RGB Percentages of Color #f91768
CMYK Percentages of Color #f91768
Complementary Color
#f91768 | #17f9a8 |
#f91768 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91768 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91768 Color CSS Codes
.mybgcolor {background-color:#f91768; } .myforecolor {color:#f91768; } .mybordercolor {border:3px solid #f91768; }
#f91768 Text Font Color
<p style="color:#f91768">Text here</p>
This sample text font color is #f91768
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.
#f91768 Background Color
<div style="background-color:#f91768">
Div content here</div>
This div background color is #f91768
#f91768 Border Color
<div style="border:3px solid #f91768">
Div here</div>
This div border color is #f91768
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,23,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91768; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91768; -webkit-box-shadow: 1px 1px 3px 2px #f91768; box-shadow: 1px 1px 3px 2px #f91768; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,23,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f91768">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91768; -webkit-box-shadow: 1px 1px 3px 2px #f91768; box-shadow: 1px 1px 3px 2px #f91768;">
Div content here</div>
This div box has shadow with color #f91768
Comments
No comments written yet.
Please login to write comment.