color details

Color Details
#F08375 Color Hex

#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
Color spaces of #F08375Value
RGB240, 131, 117
HSL0.02, 0.8, 0.7
HSV7°, 51°, 94°
XYZ47.27, 36.05, 21.29
Base Numbers
Base Red Green Blue
Binary 11110000 10000011 1110101
Octal 360 203 165
Decimal 240 131 117
Hex F0 83 75

RGB Percentages for Color #F08375

49.18%
26.84%
23.98%

CMYK Percentages of the Color #F08375

45.42%
51.25%
5.88%
CSS Codes for Color #F08375
.mybgColor {background-color: #F08375;}
.myforeColor {color: #F08375;}
.myborderColor {border:3px solid #F08375;}
Text Font Color #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,

Background Color #F08375

<div style="background-color:#F08375">Div content here</div>

The background color of this div is #F08375
Border Color #F08375

<div style="border:3px solid #F08375">Div here</div>

The border color of this div is #F08375
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240, 131, 117, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #F08375;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #F08375

Scroll to Top