Color spaces of #f91acc
RGB | 249 | 26 | 204 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.54 |
HSV | 312° | 90° | 98° |
CMYK | 0.00 | 0.90 | 0.18 0.02 |
XYZ | 50.3354 | 25.2382 | 59.3452 |
Yxy | 25.2382 | 0.3731 | 0.1871 |
Hunter Lab | 50.2376 | 90.9315 | -34.8723 |
CIE-Lab | 57.3068 | 88.5503 | -36.9788 |
#f91acc color RGB value is (249,26,204).
#f91acc hex color red value is 249, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f91acc hue: 0.87 , saturation: 0.95 and the lightness value of f91acc is 0.54.
The process color (four color CMYK) of #f91acc color hex is 0.00, 0.90, 0.18, 0.02. Web safe color of #f91acc is #ff33cc. Color #f91acc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111001 | 00011010 | 11001100 |
Octal | 371 | 32 | 314 |
Decimal | 249 | 26 | 204 |
Hex | F9 | 1A | CC |
Shades of #f91acc
Tints of #f91acc
RGB Percentages of Color #f91acc
CMYK Percentages of Color #f91acc
Complementary Color
#f91acc | #1af947 |
#f91acc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f91acc Color Preview on White Background
Lorem ipsum dolor sit amet.
#f91acc Color CSS Codes
.mybgcolor {background-color:#f91acc; } .myforecolor {color:#f91acc; } .mybordercolor {border:3px solid #f91acc; }
#f91acc Text Font Color
<p style="color:#f91acc">Text here</p>
This sample text font color is #f91acc
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.
#f91acc Background Color
<div style="background-color:#f91acc">
Div content here</div>
This div background color is #f91acc
#f91acc Border Color
<div style="border:3px solid #f91acc">
Div here</div>
This div border color is #f91acc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(249,26,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f91acc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f91acc; -webkit-box-shadow: 1px 1px 3px 2px #f91acc; box-shadow: 1px 1px 3px 2px #f91acc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(249,26,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f91acc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f91acc; -webkit-box-shadow: 1px 1px 3px 2px #f91acc; box-shadow: 1px 1px 3px 2px #f91acc;">
Div content here</div>
This div box has shadow with color #f91acc
Comments
No comments written yet.
Please login to write comment.