Color spaces of #f91957
RGB | 249 | 25 | 87 |
---|---|---|---|
HSL | 0.95 | 0.95 | 0.54 |
HSV | 343° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.65 0.02 |
XYZ | 41.1349 | 21.5231 | 11.0032 |
Yxy | 21.5231 | 0.5584 | 0.2922 |
Hunter Lab | 46.3930 | 77.0814 | 18.4131 |
CIE-Lab | 53.5173 | 78.5615 | 26.7002 |
#f91957 color RGB value is (249,25,87).
#f91957 hex color red value is 249, green value is 25 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #f91957 hue: 0.95 , saturation: 0.95 and the lightness value of f91957 is 0.54.
The process color (four color CMYK) of #f91957 color hex is 0.00, 0.90, 0.65, 0.02. Web safe color of #f91957 is #ff0066. Color #f91957 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00011001 | 01010111 |
Octal | 371 | 31 | 127 |
Decimal | 249 | 25 | 87 |
Hex | F9 | 19 | 57 |
Shades of #f91957
Tints of #f91957
RGB Percentages of Color #f91957
CMYK Percentages of Color #f91957
Complementary Color
#f91957 | #19f9bb |
#f91957 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91957 Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91957 Color CSS Codes
.mybgcolor {background-color:#f91957; } .myforecolor {color:#f91957; } .mybordercolor {border:3px solid #f91957; }
#f91957 Text Font Color
<p style="color:#f91957">Text here</p>
This sample text font color is #f91957
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.
#f91957 Background Color
<div style="background-color:#f91957">
Div content here</div>
This div background color is #f91957
#f91957 Border Color
<div style="border:3px solid #f91957">
Div here</div>
This div border color is #f91957
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,25,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91957; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91957; -webkit-box-shadow: 1px 1px 3px 2px #f91957; box-shadow: 1px 1px 3px 2px #f91957; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,25,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f91957">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91957; -webkit-box-shadow: 1px 1px 3px 2px #f91957; box-shadow: 1px 1px 3px 2px #f91957;">
Div content here</div>
This div box has shadow with color #f91957
Comments
No comments written yet.
Please login to write comment.