Shades of Dark Salmon #F09181
Tints of Dark Salmon #F09181
RGB
CMYK
RGB Variations
Color information
#F09181 (or 0xF09181) is known color: Dark Salmon. HEX triplet: F0, 91 and 81. RGB value is (240,145,129). Sum of RGB (Red+Green+Blue) = 240+145+129=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 240 - color contains mainly: red. Hex color #F09181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09181 is #0F6E7E. Grayscale: #ABABAB. Windows color (decimal): -1011327 or 8491504. OLE color: 8491504.
HSL color Cylindrical-coordinate representation of color #F09181: hue angle of 8.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F09181 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 129 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.06 |
| HSL | 8.65º | 0.79% | 0.72% | - |
| HSV(B) | 8.65º | 0.46% | 0.94% | - |
| XYZ | 50.02 | 40.36 | 25.92 | - |
| YUV | 171.58 | 103.97 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 129 | 0 | 0.40 | 0.46 | 0.06 | 8.65 | 0.79 | 0.72 |
| Hex | F0 | 91 | 81 | 0 | 28 | 2E | 6 | 9 | 4F | 48 |
| Octal | 360 | 221 | 201 | 0 | 50 | 56 | 6 | 11 | 117 | 110 |
| Binary | 11110000 | 10010001 | 10000001 | 0 | 101000 | 101110 | 110 | 1001 | 1001111 | 1001000 |
Color Harmonies of #F09181
Complementary color
Monochromatic Colors of #F09181
Black with #F09181
Text Example
Text Example
White with #F09181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09181; }
p { color: rgb(240,145,129); }
H1.HeaderClassName
{
color: #F09181;
}
.AnyTagClassName
{
color: #F09181;
}
</style>
background-color css
<style>
a { background-color: #F09181; }
a { background-color: rgb(240,145,129); }
div.DivClassName
{
background-color: #F09181;
}
.BgClassName
{
background-color: #F09181;
}
</style>
border-color css
<style>
span { border-color: #F09181; }
span { border-color: rgb(240,145,129); }
td.TdClassName
{
border-color: #F09181;
}
.TagClassName
{
border-color: #F09181;
}
</style>