Color spaces of #f4138d
RGB | 244 | 19 | 141 |
---|---|---|---|
HSL | 0.91 | 0.91 | 0.52 |
HSV | 327° | 92° | 96° |
CMYK | 0.00 | 0.92 | 0.42 0.04 |
XYZ | 42.3488 | 21.6219 | 27.1407 |
Yxy | 21.6219 | 0.4648 | 0.2373 |
Hunter Lab | 46.4994 | 81.1931 | -2.0568 |
CIE-Lab | 53.6235 | 81.7880 | -5.8279 |
#f4138d color RGB value is (244,19,141).
#f4138d hex color red value is 244, green value is 19 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #f4138d hue: 0.91 , saturation: 0.91 and the lightness value of f4138d is 0.52.
The process color (four color CMYK) of #f4138d color hex is 0.00, 0.92, 0.42, 0.04. Web safe color of #f4138d is #ff0099. Color #f4138d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 00010011 | 10001101 |
Octal | 364 | 23 | 215 |
Decimal | 244 | 19 | 141 |
Hex | F4 | 13 | 8D |
Shades of #f4138d
Tints of #f4138d
RGB Percentages of Color #f4138d
CMYK Percentages of Color #f4138d
Complementary Color
#f4138d | #13f47a |
#f4138d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4138d Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4138d Color CSS Codes
.mybgcolor {background-color:#f4138d; } .myforecolor {color:#f4138d; } .mybordercolor {border:3px solid #f4138d; }
#f4138d Text Font Color
<p style="color:#f4138d">Text here</p>
This sample text font color is #f4138d
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.
#f4138d Background Color
<div style="background-color:#f4138d">
Div content here</div>
This div background color is #f4138d
#f4138d Border Color
<div style="border:3px solid #f4138d">
Div here</div>
This div border color is #f4138d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,19,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4138d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4138d; -webkit-box-shadow: 1px 1px 3px 2px #f4138d; box-shadow: 1px 1px 3px 2px #f4138d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,19,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4138d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4138d; -webkit-box-shadow: 1px 1px 3px 2px #f4138d; box-shadow: 1px 1px 3px 2px #f4138d;">
Div content here</div>
This div box has shadow with color #f4138d
Comments
No comments written yet.
Please login to write comment.