#f84d93 color RGB value is (15, 132, 217).
#f84d93 hex color red value is 15, green value is 132, and blue value is 217.
Cylindrical-coordinate representations (HSL) of color #f84d93
hue: 205.25,
saturation: 0.87 and lightness: 0.45.
The process color (four-color CMYK) of #f84d93 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #f84d93 is #ff9999. Color #f84d93 contains mainly RED.
| Color spaces of #f84d93 | Value |
|---|---|
| RGB | 248, 77, 147 |
| HSL | 0.93, 0.92, 0.64 |
| HSV | 335°, 69°, 97° |
| XYZ | 46.64, 27.38, 30.43 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111000 | 1001101 | 10010011 |
| Octal | 370 | 115 | 223 |
| Decimal | 248 | 77 | 147 |
| Hex | F8 | 4D | 93 |
Shades of #f84d93
Tints of #f84d93
.mybgColor {background-color: #f84d93;}
.myforeColor {color: #f84d93;}
.myborderColor {border:3px solid #f84d93;}
<p style="color:#f84d93">Text here</p>
This sample text is styled with the font color #f84d93. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#f84d93">Div content here</div>
<div style="border:3px solid #f84d93">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(248, 77, 147, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #f84d93; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #f84d93;
-webkit-box-shadow: 1px 1px 3px #f84d93;
box-shadow: 1px 1px 3px #f84d93; }
<p style="text-shadow: 4px 4px 2px rgba(248, 77, 147, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #f84d93;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #f84d93;
-webkit-box-shadow: 1px 1px 3px #f84d93;
box-shadow: 1px 1px 3px #f84d93;">Div content here</div>
