#F08375 color RGB value is (15, 8, 55).
#F08375 hex color red value is 15, green value is 8, and blue value is 55.
Cylindrical-coordinate representations (HSL) of color #F08375
hue: 248.94,
saturation: 0.75 and lightness: 0.12.
The process color (four-color CMYK) of #F08375 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F08375 is #ff9999. Color #F08375 contains mainly RED.
| Color spaces of #F08375 | Value |
|---|---|
| RGB | 240, 131, 117 |
| HSL | 0.02, 0.8, 0.7 |
| HSV | 7°, 51°, 94° |
| XYZ | 47.27, 36.05, 21.29 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11110000 | 10000011 | 1110101 |
| Octal | 360 | 203 | 165 |
| Decimal | 240 | 131 | 117 |
| Hex | F0 | 83 | 75 |
Shades of #F08375
Tints of #F08375
.mybgColor {background-color: #F08375;}
.myforeColor {color: #F08375;}
.myborderColor {border:3px solid #F08375;}
<p style="color:#F08375">Text here</p>
This sample text is styled with the font color #F08375. 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:#F08375">Div content here</div>
<div style="border:3px solid #F08375">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(240, 131, 117, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #F08375; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #F08375;
-webkit-box-shadow: 1px 1px 3px #F08375;
box-shadow: 1px 1px 3px #F08375; }
<p style="text-shadow: 4px 4px 2px rgba(240, 131, 117, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F08375;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #F08375;
-webkit-box-shadow: 1px 1px 3px #F08375;
box-shadow: 1px 1px 3px #F08375;">Div content here</div>
